Home
last modified time | relevance | path

Searched refs:syntax_only (Results 1 – 7 of 7) sorted by relevance

/PHP-7.1/ext/standard/
H A Dtype.c412 zend_bool syntax_only = 0; in PHP_FUNCTION() local
416 &syntax_only, &callable_name) == FAILURE) { in PHP_FUNCTION()
420 if (syntax_only) { in PHP_FUNCTION()
H A Dbasic_functions.c2558 ZEND_ARG_INFO(0, syntax_only)
/PHP-7.1/ext/standard/tests/general_functions/
H A Dis_callable_error.phpt8 /* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
H A Dis_callable_basic1.phpt8 /* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
H A Dis_callable_variation2.phpt8 /* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
H A Dis_callable_variation1.phpt12 /* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
H A Dis_callable_basic2.phpt8 /* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );

Completed in 26 milliseconds