Searched refs:syntax_only (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/ext/standard/ |
H A D | type.c | 373 zend_bool syntax_only = 0; in PHP_FUNCTION() local 377 &syntax_only, &callable_name) == FAILURE) { in PHP_FUNCTION() 381 if (syntax_only) { in PHP_FUNCTION()
|
H A D | basic_functions.c | 2567 ZEND_ARG_INFO(0, syntax_only)
|
/PHP-7.0/ext/standard/tests/general_functions/ |
H A D | is_callable_error.phpt | 8 /* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
|
H A D | is_callable_basic1.phpt | 8 /* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
|
H A D | is_callable_variation2.phpt | 8 /* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
|
H A D | is_callable_variation1.phpt | 12 /* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
|
H A D | is_callable_basic2.phpt | 8 /* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
|
Completed in 32 milliseconds