Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_API.c2687 fcc->calling_scope = EG(scope); in zend_is_callable_check_class()
2724 fcc->calling_scope = *pce; in zend_is_callable_check_class()
2758 fcc->calling_scope = NULL; in zend_is_callable_check_func()
2817 fcc->calling_scope = ce_org; in zend_is_callable_check_func()
2828 fcc->calling_scope && in zend_is_callable_check_func()
2849 (fcc->calling_scope && in zend_is_callable_check_func()
2986 if (fcc->calling_scope) { in zend_is_callable_check_func()
3024 fcc->calling_scope = NULL; in zend_is_callable_ex()
3027 fcc->calling_scope = NULL; in zend_is_callable_ex()
3049 memcpy(ptr, fcc->calling_scope->name, fcc->calling_scope->name_length); in zend_is_callable_ex()
[all …]
H A Dzend_execute_API.c735 zend_class_entry *calling_scope = NULL; in zend_call_function() local
802 calling_scope = fci_cache->calling_scope; in zend_call_function()
880 EG(scope) = calling_scope; in zend_call_function()
1105 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.5/ext/spl/
H A Dspl_engine.h77 fcc.calling_scope = EG(scope); in spl_instantiate_arg_n()
H A Dphp_spl.c496 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()
539 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()
H A Dspl_directory.c2131 fcic.calling_scope = NULL; in spl_filesystem_file_call()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1409 fcc.calling_scope = ce_ptr; in _reflection_export()
1925 fcc.calling_scope = EG(scope); in ZEND_METHOD()
1992 fcc.calling_scope = EG(scope); in ZEND_METHOD()
2897 fcc.calling_scope = obj_ce; in ZEND_METHOD()
3006 fcc.calling_scope = obj_ce; in ZEND_METHOD()
4242 fcc.calling_scope = EG(scope); in ZEND_METHOD()
4347 fcc.calling_scope = EG(scope); in ZEND_METHOD()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c1327 fcc.calling_scope = EG(scope); in php_mysqli_fetch_into_hash()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c490 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.5/main/streams/
H A Duserspace.c317 fcc.calling_scope = EG(scope); in user_stream_create_object()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c2206 fcc.calling_scope = EG(scope);
/PHP-5.5/ext/standard/
H A Dbasic_functions.c4926 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
4956 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) {
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2717 fcc.calling_scope = EG(scope);

Completed in 118 milliseconds