Searched refs:zend_std_get_method (Results 1 – 9 of 9) sorted by relevance
/PHP-7.3/Zend/tests/ |
H A D | bug69420.phpt | 2 Bug #69420 (Invalid read in zend_std_get_method)
|
/PHP-7.3/ext/intl/breakiterator/ |
H A D | breakiterator_iterators.cpp | 266 ret = zend_std_get_method(object_ptr, method, key); in IntlPartsIterator_get_method()
|
/PHP-7.3/Zend/ |
H A D | zend_object_handlers.h | 197 ZEND_API zend_function *zend_std_get_method(zend_object **obj_ptr, zend_string *method_name, const …
|
H A D | zend_closures.c | 396 return zend_std_get_method(object, method, key); in zend_closure_get_method()
|
H A D | zend_object_handlers.c | 1194 ZEND_API zend_function *zend_std_get_method(zend_object **obj_ptr, zend_string *method_name, const … in zend_std_get_method() function 1800 zend_std_get_method, /* get_method */
|
/PHP-7.3/ext/pdo/ |
H A D | pdo_dbh.c | 1372 if ((fbc = zend_std_get_method(object, method_name, key)) == NULL) { in dbh_method_get()
|
H A D | pdo_stmt.c | 2261 fbc = zend_std_get_method(object_pp, method_name, key); in dbstmt_method_get()
|
/PHP-7.3/ext/spl/ |
H A D | spl_directory.c | 687 func = zend_std_get_method(object, tmp, NULL); in spl_filesystem_object_get_method_check() 692 return zend_std_get_method(object, method, key); in spl_filesystem_object_get_method_check()
|
H A D | spl_iterators.c | 897 function_handler = zend_std_get_method(zobject, method, key); in spl_recursive_it_get_method() 1371 function_handler = zend_std_get_method(object, method, key); in spl_dual_it_get_method()
|
Completed in 45 milliseconds