xref
: /
PHP-8.3
/
ext
/
opcache
/
tests
/
jit
/
init_fcall_003.inc
(revision ed0b593c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
define('C', '1');
3
function f($u) {
4
return $u==C ? '0' : '1';
5
}
6
?>
7