DEBSOURCES
Skip Quicknav
sources / xdebug / 3.4.5-3 / xdebug-3.4.5 / tests / debugger / bug01514.inc
123456
<?php $name = "with_\0_null_char"; $$name = 42; die(); ?>