Home
last modified time | relevance | path

Searched refs:callable (Results 1 – 23 of 23) sorted by relevance

/PHP-5.3/Zend/tests/
H A Dbug29210.phpt22 echo "test_func1 isn't callable from inside\n";
72 echo "test_func1 isn't callable from outside\n";
77 echo "test_func2 isn't callable from outside\n";
82 echo "test_func3 isn't callable from outside\n";
87 echo "test_func4 isn't callable from outside\n";
97 test_func1 isn't callable from outside
98 test_func2 isn't callable from outside
99 test_func3 isn't callable from outside
100 test_func4 isn't callable from outside
101 test_func1 isn't callable from child
[all …]
H A Dbug44141.phpt2 Bug #44141 (private parent constructor callable through static function)
/PHP-5.3/tests/classes/
H A Dinheritance_005.phpt25 echo "Is B::B() callable?\n";
28 echo "Is B::A() callable?\n";
34 echo "Is C::A() callable?\n";
37 echo "Is C::B() callable?\n";
40 echo "Is C::C() callable?\n";
46 Is B::B() callable?
48 Is B::A() callable?
52 Is C::A() callable?
54 Is C::B() callable?
56 Is C::C() callable?
/PHP-5.3/ext/pcntl/tests/
H A Dpcntl_signal.phpt18 var_dump(pcntl_signal(SIGALRM, "not callable"));
40 Warning: pcntl_signal(): not callable is not a callable function name error in %s
/PHP-5.3/ext/readline/tests/
H A Dreadline_completion_function_001.phpt23 Warning: readline_completion_function(): 1 is not callable in %s on line %d
25 Warning: readline_completion_function(): 1.1231 is not callable in %s on line %d
H A Dreadline_callback_handler_install_001.phpt20 Warning: readline_callback_handler_install(): foobar! is not callable in %s on line %d
/PHP-5.3/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createaggregate_002.phpt15 Warning: PDO::sqliteCreateAggregate(): function 'a' is not callable in %s on line %d
17 Warning: PDO::sqliteCreateAggregate(): function '' is not callable in %s on line %d
/PHP-5.3/ext/interbase/tests/
H A Dbug45575.phpt20 Warning: ibase_set_event_handler(): Callback argument is not a callable function in %s on line %d
22 Warning: ibase_set_event_handler(): Callback argument 1 is not a callable function in %s on line %d
H A Dbug46247.phpt32 Warning: ibase_set_event_handler(): Callback argument foo is not a callable function in %s on line …
34 Warning: ibase_set_event_handler(): Callback argument foo is not a callable function in %s on line …
/PHP-5.3/ext/spl/tests/
H A Dspl_autoload_007.phpt63 Function 'MyAutoLoader::noAccess' not callable (cannot access protected method MyAutoLoader::noAcce…
69 Function 'MyAutoLoader::dynaLoad' not callable (non-static method MyAutoLoader::dynaLoad() should n…
85 Passed array does not specify a callable static method (cannot access protected method MyAutoLoader…
119 Passed array does not specify a callable method (cannot access protected method MyAutoLoader::noAcc…
H A Dspl_autoload_008.phpt83 LogicException: Function 'MyAutoLoader::dynaLoad' not callable (non-static method MyAutoLoader::dyn…
/PHP-5.3/Zend/
H A Dzend_API.c2452 mlen = Z_STRLEN_P(callable); in zend_is_callable_check_func()
2465 if ((colon = zend_memrchr(Z_STRVAL_P(callable), ':', Z_STRLEN_P(callable))) != NULL && in zend_is_callable_check_func()
2466 colon > Z_STRVAL_P(callable) && in zend_is_callable_check_func()
2499 mlen = Z_STRLEN_P(callable); in zend_is_callable_check_func()
2500 mname = Z_STRVAL_P(callable); in zend_is_callable_check_func()
2726 switch (Z_TYPE_P(callable)) { in zend_is_callable_ex()
2740 memcpy(ptr, Z_STRVAL_P(callable), Z_STRLEN_P(callable) + 1); in zend_is_callable_ex()
2743 *callable_name = estrndup(Z_STRVAL_P(callable), Z_STRLEN_P(callable)); in zend_is_callable_ex()
2904 zval_dtor(callable); in zend_make_callable()
2905 array_init(callable); in zend_make_callable()
[all …]
H A Dzend_API.h287 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zval *object_ptr, uint check_flags, char **c…
288 ZEND_API zend_bool zend_is_callable(zval *callable, uint check_flags, char **callable_name TSRMLS_D…
289 ZEND_API zend_bool zend_make_callable(zval *callable, char **callable_name TSRMLS_DC);
450 ZEND_API int zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcal…
H A DZEND_CHANGES674 a method static, thus callable from outside the object context.
/PHP-5.3/ext/dom/
H A Dxpath.c85 char *callable = NULL; in dom_xpath_ext_function_php() local
206 if (!zend_make_callable(&handler, &callable TSRMLS_CC)) { in dom_xpath_ext_function_php()
207 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", callable); in dom_xpath_ext_function_php()
209 …tions == 2 && zend_hash_exists(intern->registered_phpfunctions, callable, strlen(callable) + 1) ==… in dom_xpath_ext_function_php()
210 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not allowed to call handler '%s()'.", callable); in dom_xpath_ext_function_php()
246 efree(callable); in dom_xpath_ext_function_php()
/PHP-5.3/ext/reflection/tests/
H A DReflectionParameter_export_error2.phpt31 The parameter class is expected to be either a string, an array(class, method) or a callable object
/PHP-5.3/ext/xsl/
H A Dxsltprocessor.c184 char *callable = NULL; in xsl_ext_function_php() local
315 if (!zend_make_callable(&handler, &callable TSRMLS_CC)) { in xsl_ext_function_php()
316 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", callable); in xsl_ext_function_php()
318 …tions == 2 && zend_hash_exists(intern->registered_phpfunctions, callable, strlen(callable) + 1) ==… in xsl_ext_function_php()
319 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not allowed to call handler '%s()'", callable); in xsl_ext_function_php()
355 efree(callable); in xsl_ext_function_php()
/PHP-5.3/ext/sqlite/
H A Dsqlite.c774 char *callable = NULL, *errbuf=NULL; in php_sqlite_generic_function_callback() local
789 efree(callable); in php_sqlite_generic_function_callback()
841 efree(callable); in php_sqlite_generic_function_callback()
3302 char *callable = NULL; in PHP_FUNCTION() local
3320 efree(callable); in PHP_FUNCTION()
3323 efree(callable); in PHP_FUNCTION()
3327 efree(callable); in PHP_FUNCTION()
3330 efree(callable); in PHP_FUNCTION()
3352 char *callable = NULL; in PHP_FUNCTION() local
3371 efree(callable); in PHP_FUNCTION()
[all …]
/PHP-5.3/
H A DREADME.GIT-RULES86 6. If you modified a function that is callable from PHP, prepend PHP to
H A DNEWS3908 - Fixed bug #44141 (private parent constructor callable through static function). (Dmitry)
/PHP-5.3/ext/oci8/tests/
H A Dreflection1.phpt8 /* ALL PHP_FE or PHP_ALIAS user callable functions should appear here */
/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c791 static int make_callable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_inf… in make_callable_ex() argument
795 if (zend_fcall_info_init(callable, 0, fci, fcc, NULL, &is_callable_error TSRMLS_CC) == FAILURE) { in make_callable_ex()
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY1500 2003/03/01: [impl] use OP_MEMORY_END_PUSH in callable subexp compiled code
1508 2003/02/28: [impl] add opcode OP_MEMORY_END_PUSH for callable subexp.

Completed in 85 milliseconds