Home
last modified time | relevance | path

Searched refs:syntax_only (Results 1 – 6 of 6) sorted by last modified time

/PHP-7.4/ext/standard/
H A Dbasic_functions.c2576 ZEND_ARG_INFO(0, syntax_only)
H A Dtype.c368 zend_bool syntax_only = 0; in PHP_FUNCTION() local
374 Z_PARAM_BOOL(syntax_only) in PHP_FUNCTION()
378 if (syntax_only) { in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_callable_basic1.phpt5 /* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
H A Dis_callable_basic2.phpt5 /* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
H A Dis_callable_variation1.phpt9 /* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
H A Dis_callable_variation2.phpt5 /* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );

Completed in 34 milliseconds