Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dtype.c376 zend_bool syntax_only = 0; in PHP_FUNCTION() local
380 &syntax_only, &callable_name) == FAILURE) { in PHP_FUNCTION()
384 if (syntax_only) { in PHP_FUNCTION()
H A Dbasic_functions.c2584 ZEND_ARG_INFO(0, syntax_only)
/PHP-5.5/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.phpt8 /* 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 31 milliseconds