Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_API.c2917 fcc->calling_scope = scope; in zend_is_callable_check_class()
2959 fcc->calling_scope = ce; in zend_is_callable_check_class()
3001 fcc->calling_scope = NULL; in zend_is_callable_check_func()
3081 fcc->calling_scope = ce_org; in zend_is_callable_check_func()
3092 fcc->calling_scope && in zend_is_callable_check_func()
3115 (fcc->calling_scope && in zend_is_callable_check_func()
3160 } else if (fcc->calling_scope) { in zend_is_callable_check_func()
3162 fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname); in zend_is_callable_check_func()
3244 if (fcc->calling_scope) { in zend_is_callable_check_func()
3309 zend_class_entry *calling_scope; in zend_get_callable_name_ex() local
[all …]
H A Dzend_interfaces.c85 fcic.calling_scope = obj_ce; in zend_call_method()
H A Dzend_closures.c250 fcc.calling_scope = zend_get_executed_scope(); in ZEND_NAMED_FUNCTION()
H A Dzend_execute_API.c986 fcall_cache.calling_scope = NULL; in zend_lookup_class_ex()
H A Dzend_API.h57 zend_class_entry *calling_scope; member
/PHP-7.2/ext/spl/
H A Dspl_engine.h74 fcc.calling_scope = zend_get_executed_scope(); in spl_instantiate_arg_n()
H A Dphp_spl.c437 fcic.calling_scope = alfi->ce; in PHP_FUNCTION()
500 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()
551 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()
H A Dspl_directory.c2116 fcic.calling_scope = NULL; in spl_filesystem_file_call()
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c1371 fcc.calling_scope = ce_ptr; in _reflection_export()
1896 fcc.calling_scope = zend_get_executed_scope(); in ZEND_METHOD()
1962 fcc.calling_scope = zend_get_executed_scope(); in ZEND_METHOD()
3220 fcc.calling_scope = obj_ce; in reflection_method_invoke()
4778 fcc.calling_scope = zend_get_executed_scope(); in ZEND_METHOD()
4884 fcc.calling_scope = zend_get_executed_scope(); in ZEND_METHOD()
/PHP-7.2/ext/standard/
H A Dbasic_functions.c4938 if (called_scope && fci_cache.calling_scope &&
4939 instanceof_function(called_scope, fci_cache.calling_scope)) {
4970 if (called_scope && fci_cache.calling_scope &&
4971 instanceof_function(called_scope, fci_cache.calling_scope)) {
/PHP-7.2/ext/pdo/
H A Dpdo_dbh.c455 fcc.calling_scope = zend_get_executed_scope(); in pdo_stmt_construct()
H A Dpdo_stmt.c743 fcc->calling_scope = zend_get_executed_scope(); in do_fetch_class_prepare()
/PHP-7.2/main/streams/
H A Duserspace.c319 fcc.calling_scope = zend_get_executed_scope(); in user_stream_create_object()
/PHP-7.2/ext/mysqli/
H A Dmysqli.c1317 fcc.calling_scope = zend_get_executed_scope(); in php_mysqli_fetch_into_hash()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c2853 fcc.calling_scope = zend_get_executed_scope();

Completed in 130 milliseconds