Searched refs:zend_get_executed_scope (Results 1 – 19 of 19) sorted by relevance
74 fcc.calling_scope = zend_get_executed_scope(); in spl_instantiate_arg_n()
92 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object()111 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object()
285 scope = zend_get_executed_scope(); in zend_verify_property_access()292 scope = zend_get_executed_scope(); in zend_verify_property_access()365 scope = zend_get_executed_scope(); in zend_get_property_offset()445 scope = zend_get_executed_scope(); in zend_get_property_info()1067 scope = zend_get_executed_scope(); in zend_check_private_int()1223 scope = zend_get_executed_scope(); in zend_std_get_method()1233 scope = zend_get_executed_scope(); in zend_std_get_method()1338 scope = zend_get_executed_scope(); in zend_std_get_static_method()1353 scope = zend_get_executed_scope(); in zend_std_get_static_method()1433 scope = zend_get_executed_scope(); in zend_std_get_constructor()[all …]
510 ZEND_API zend_class_entry *zend_get_executed_scope(void) /* {{{ */ in zend_get_executed_scope() function639 …return zval_update_constant_ex(pp, EG(current_execute_data) ? zend_get_executed_scope() : CG(activ… in zval_update_constant()1079 new_op_array->scope = zend_get_executed_scope(); in zend_eval_stringl()1371 scope = zend_get_executed_scope(); in zend_fetch_class()1377 scope = zend_get_executed_scope(); in zend_fetch_class()
878 if (zend_get_constant_ex(name, zend_get_executed_scope(), ZEND_FETCH_CLASS_SILENT)) { in ZEND_FUNCTION()897 zend_class_entry *scope = zend_get_executed_scope(); in ZEND_FUNCTION()925 zend_class_entry *scope = zend_get_executed_scope(); in ZEND_FUNCTION()946 ce = zend_get_executed_scope(); in ZEND_FUNCTION()1106 scope = zend_get_executed_scope(); in ZEND_FUNCTION()1234 scope = zend_get_executed_scope(); in ZEND_FUNCTION()
293 ZEND_API zend_class_entry *zend_get_executed_scope(void);
3060 scope = zend_get_executed_scope(); in zend_is_callable_check_func()3102 scope = zend_get_executed_scope(); in zend_is_callable_check_func()3119 scope = zend_get_executed_scope(); in zend_is_callable_check_func()3126 scope = zend_get_executed_scope(); in zend_is_callable_check_func()3219 scope = zend_get_executed_scope(); in zend_is_callable_check_func()3230 scope = zend_get_executed_scope(); in zend_is_callable_check_func()3410 …if (!zend_is_callable_check_class(Z_STR_P(obj), zend_get_executed_scope(), fcc, &strict_class, err… in zend_is_callable_impl()
250 fcc.calling_scope = zend_get_executed_scope(); in ZEND_NAMED_FUNCTION()
270 scope = zend_get_executed_scope(); in Transliterator_write_property()
201 zend_class_entry *scope = zend_get_executed_scope(); in phpdbg_list_function_byname()
220 zend_class_entry *scope = zend_get_executed_scope(); in PHPDBG_PRINT()
1296 zend_class_entry *scope = zend_get_executed_scope();
455 fcc.calling_scope = zend_get_executed_scope(); in pdo_stmt_construct()
743 fcc->calling_scope = zend_get_executed_scope(); in do_fetch_class_prepare()
319 fcc.calling_scope = zend_get_executed_scope(); in user_stream_create_object()
1317 fcc.calling_scope = zend_get_executed_scope(); in php_mysqli_fetch_into_hash()
1896 fcc.calling_scope = zend_get_executed_scope(); in ZEND_METHOD()1962 fcc.calling_scope = zend_get_executed_scope(); in ZEND_METHOD()4778 fcc.calling_scope = zend_get_executed_scope(); in ZEND_METHOD()4884 fcc.calling_scope = zend_get_executed_scope(); in ZEND_METHOD()
3879 scope = zend_get_executed_scope(); in PHP_FUNCTION()
2853 fcc.calling_scope = zend_get_executed_scope();
Completed in 148 milliseconds