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 git.master, git.master_jit, rfc.property-hooks
array ( )

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
37.61 ms | 401 KiB | 8 Q