3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data[] = null; $data[] = 0; $data[] = 1; $data[] = true; $data[] = false; foreach($data as $value) { $result = is_null($value); echo ("is_null ( " . var_export($value, true) . " ) = " . var_export(is_null($value), true). " \n");}
Output for git.master, git.master_jit, rfc.property-hooks
is_null ( NULL ) = true is_null ( 0 ) = false is_null ( 1 ) = false is_null ( true ) = false is_null ( false ) = false

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:
44.13 ms | 401 KiB | 8 Q