3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = 'array_combine,array_merge,array_values,ceil,count,dirname,explode,fclose,feof,fgets,file_put_contents,filesize,filter_var,floatval,fopen,fread,fwrite,get_headers,getmypid,http_build_query,implode,in_array,intval,is_array,is_file,is_numeric,is_object,is_resource,is_string,json_decode,json_encode,microtime,number_format,pack,parse_str,parse_url,preg_match,preg_match_all,realpath,round,set_time_limit,str_replace,str_split,stream_context_create,stream_get_wrappers,strip_tags,stripos,strlen,strpos,strrev,strtolower,strtotime,substr,trim,unlink,unpack'; $data = explode(',', $data); $nota = array(); foreach ($data as $fn) { if (!function_exists($fn)) { $nota[] = $fn; } } var_export($nota);
Output for 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
array ( )
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
array ( 0 => 'filter_var', 1 => 'json_decode', 2 => 'json_encode', )
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9
array ( 0 => 'array_combine', 1 => 'file_put_contents', 2 => 'filter_var', 3 => 'get_headers', 4 => 'http_build_query', 5 => 'json_decode', 6 => 'json_encode', 7 => 'str_split', 8 => 'stream_get_wrappers', 9 => 'stripos', )

preferences:
332.88 ms | 402 KiB | 459 Q