Home
last modified time | relevance | path

Searched refs:zend_get_executed_scope (Results 1 – 19 of 19) sorted by relevance

/PHP-7.1/ext/spl/
H A Dspl_engine.h74 fcc.calling_scope = zend_get_executed_scope(); in spl_instantiate_arg_n()
/PHP-7.1/Zend/
H A Dzend_objects.c101 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object()
120 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object()
H A Dzend_object_handlers.c292 scope = zend_get_executed_scope(); in zend_verify_property_access()
299 scope = zend_get_executed_scope(); in zend_verify_property_access()
372 scope = zend_get_executed_scope(); in zend_get_property_offset()
452 scope = zend_get_executed_scope(); in zend_get_property_info()
1076 scope = zend_get_executed_scope(); in zend_check_private_int()
1232 scope = zend_get_executed_scope(); in zend_std_get_method()
1242 scope = zend_get_executed_scope(); in zend_std_get_method()
1350 scope = zend_get_executed_scope(); in zend_std_get_static_method()
1365 scope = zend_get_executed_scope(); in zend_std_get_static_method()
1445 scope = zend_get_executed_scope(); in zend_std_get_constructor()
[all …]
H A Dzend_execute_API.c527 ZEND_API zend_class_entry *zend_get_executed_scope(void) /* {{{ */ in zend_get_executed_scope() function
656 …return zval_update_constant_ex(pp, EG(current_execute_data) ? zend_get_executed_scope() : CG(activ… in zval_update_constant()
1116 new_op_array->scope = zend_get_executed_scope(); in zend_eval_stringl()
1408 scope = zend_get_executed_scope(); in zend_fetch_class()
1414 scope = zend_get_executed_scope(); in zend_fetch_class()
H A Dzend_builtin_functions.c987 if (zend_get_constant_ex(name, zend_get_executed_scope(), ZEND_FETCH_CLASS_SILENT)) { in ZEND_FUNCTION()
1006 zend_class_entry *scope = zend_get_executed_scope(); in ZEND_FUNCTION()
1034 zend_class_entry *scope = zend_get_executed_scope(); in ZEND_FUNCTION()
1055 ce = zend_get_executed_scope(); in ZEND_FUNCTION()
1215 scope = zend_get_executed_scope(); in ZEND_FUNCTION()
1340 scope = zend_get_executed_scope(); in ZEND_FUNCTION()
H A Dzend_execute.h292 ZEND_API zend_class_entry *zend_get_executed_scope(void);
H A Dzend_API.c2984 scope = zend_get_executed_scope(); in zend_is_callable_check_func()
3026 scope = zend_get_executed_scope(); in zend_is_callable_check_func()
3043 scope = zend_get_executed_scope(); in zend_is_callable_check_func()
3050 scope = zend_get_executed_scope(); in zend_is_callable_check_func()
3143 scope = zend_get_executed_scope(); in zend_is_callable_check_func()
3154 scope = zend_get_executed_scope(); in zend_is_callable_check_func()
3293 …if (!zend_is_callable_check_class(Z_STR_P(obj), zend_get_executed_scope(), fcc, &strict_class, err… in zend_is_callable_ex()
H A Dzend_closures.c253 fcc.calling_scope = zend_get_executed_scope(); in zend_closure_call_magic()
/PHP-7.1/ext/intl/transliterator/
H A Dtransliterator_class.c270 scope = zend_get_executed_scope(); in Transliterator_write_property()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_list.c201 zend_class_entry *scope = zend_get_executed_scope(); in phpdbg_list_function_byname()
H A Dphpdbg_print.c220 zend_class_entry *scope = zend_get_executed_scope(); in PHPDBG_PRINT()
H A Dphpdbg_watch.c1296 zend_class_entry *scope = zend_get_executed_scope();
/PHP-7.1/main/streams/
H A Duserspace.c316 fcc.calling_scope = zend_get_executed_scope(); in user_stream_create_object()
/PHP-7.1/ext/mysqli/
H A Dmysqli.c1314 fcc.calling_scope = zend_get_executed_scope(); in php_mysqli_fetch_into_hash()
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c452 fcc.calling_scope = zend_get_executed_scope(); in pdo_stmt_construct()
H A Dpdo_stmt.c747 fcc->calling_scope = zend_get_executed_scope(); in do_fetch_class_prepare()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c2000 fcc.calling_scope = zend_get_executed_scope(); in ZEND_METHOD()
2061 fcc.calling_scope = zend_get_executed_scope(); in ZEND_METHOD()
4890 fcc.calling_scope = zend_get_executed_scope();; in ZEND_METHOD()
4992 fcc.calling_scope = zend_get_executed_scope(); in ZEND_METHOD()
/PHP-7.1/ext/standard/
H A Dbasic_functions.c3885 scope = zend_get_executed_scope(); in PHP_FUNCTION()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c2847 fcc.calling_scope = zend_get_executed_scope();

Completed in 139 milliseconds