Home
last modified time | relevance | path

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

/PHP-7.2/ext/spl/
H A Dspl_engine.h74 fcc.calling_scope = zend_get_executed_scope(); in spl_instantiate_arg_n()
/PHP-7.2/Zend/
H A Dzend_objects.c92 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()
H A Dzend_object_handlers.c285 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 …]
H A Dzend_execute_API.c510 ZEND_API zend_class_entry *zend_get_executed_scope(void) /* {{{ */ in zend_get_executed_scope() function
639 …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()
H A Dzend_builtin_functions.c878 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()
H A Dzend_execute.h293 ZEND_API zend_class_entry *zend_get_executed_scope(void);
H A Dzend_API.c3060 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()
H A Dzend_closures.c250 fcc.calling_scope = zend_get_executed_scope(); in ZEND_NAMED_FUNCTION()
/PHP-7.2/ext/intl/transliterator/
H A Dtransliterator_class.c270 scope = zend_get_executed_scope(); in Transliterator_write_property()
/PHP-7.2/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.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/reflection/
H A Dphp_reflection.c1896 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()
/PHP-7.2/ext/standard/
H A Dbasic_functions.c3879 scope = zend_get_executed_scope(); in PHP_FUNCTION()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c2853 fcc.calling_scope = zend_get_executed_scope();

Completed in 148 milliseconds