Home
last modified time | relevance | path

Searched refs:calling_scope (Results 1 – 15 of 15) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_API.c2373 fcc->calling_scope = EG(scope); in zend_is_callable_check_class()
2410 fcc->calling_scope = *pce; in zend_is_callable_check_class()
2443 fcc->calling_scope = NULL; in zend_is_callable_check_func()
2502 fcc->calling_scope = ce_org; in zend_is_callable_check_func()
2513 fcc->calling_scope && in zend_is_callable_check_func()
2534 (fcc->calling_scope && in zend_is_callable_check_func()
2673 if (fcc->calling_scope) { in zend_is_callable_check_func()
2711 fcc->calling_scope = NULL; in zend_is_callable_ex()
2714 fcc->calling_scope = NULL; in zend_is_callable_ex()
2736 memcpy(ptr, fcc->calling_scope->name, fcc->calling_scope->name_length); in zend_is_callable_ex()
[all …]
H A Dzend_execute_API.c769 zend_class_entry *calling_scope = NULL; in zend_call_function() local
836 calling_scope = fci_cache->calling_scope; in zend_call_function()
917 EG(scope) = calling_scope; in zend_call_function()
1119 fcall_cache.calling_scope = NULL; in zend_lookup_class_ex()
H A Dzend_interfaces.c86 fcic.calling_scope = obj_ce; in zend_call_method()
H A Dzend_API.h58 zend_class_entry *calling_scope; member
/PHP-5.3/ext/spl/
H A Dphp_spl.c465 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()
508 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()
H A Dspl_directory.c2131 fcic.calling_scope = NULL; in spl_filesystem_file_call()
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c1359 fcc.calling_scope = ce_ptr; in _reflection_export()
1773 fcc.calling_scope = EG(scope); in ZEND_METHOD()
1840 fcc.calling_scope = EG(scope); in ZEND_METHOD()
2632 fcc.calling_scope = obj_ce; in ZEND_METHOD()
2741 fcc.calling_scope = obj_ce; in ZEND_METHOD()
3931 fcc.calling_scope = EG(scope); in ZEND_METHOD()
4011 fcc.calling_scope = EG(scope); in ZEND_METHOD()
/PHP-5.3/ext/pdo/
H A Dpdo_dbh.c485 fcc.calling_scope = EG(scope); in pdo_stmt_construct()
H A Dpdo_stmt.c779 fcc->calling_scope = EG(scope); in do_fetch_class_prepare()
/PHP-5.3/main/streams/
H A Duserspace.c315 fcc.calling_scope = EG(scope); in user_wrapper_opener()
/PHP-5.3/ext/mysqli/
H A Dmysqli.c1308 fcc.calling_scope = EG(scope); in php_mysqli_fetch_into_hash()
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c2164 fcc.calling_scope = EG(scope);
/PHP-5.3/ext/standard/
H A Dbasic_functions.c4923 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
4953 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
/PHP-5.3/ext/sqlite/
H A Dsqlite.c2463 fcc.calling_scope = EG(scope); in PHP_FUNCTION()
/PHP-5.3/ext/pgsql/
H A Dpgsql.c2572 fcc.calling_scope = EG(scope);

Completed in 174 milliseconds