Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 25 of 29) sorted by last modified time

12

/PHP-7.4/Zend/
H A Dzend_closures.c66 zend_closure *closure, zval *newthis, zend_class_entry *scope) /* {{{ */ in zend_valid_closure_binding()
687 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zend_cla… in zend_create_closure()
781 ZEND_API void zend_create_fake_closure(zval *res, zend_function *func, zend_class_entry *scope, zen… in zend_create_fake_closure()
H A Dzend_vm_execute.h3903 zend_class_entry *ce, *scope; in ZEND_CLONE_SPEC_CONST_HANDLER() local
6079 zend_class_entry *ce, *scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER() local
13644 zend_class_entry *ce, *scope; in ZEND_CLONE_SPEC_TMPVAR_HANDLER() local
23907 zend_class_entry *ce, *scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER() local
30357 zend_class_entry *ce, *scope; in ZEND_CLONE_SPEC_UNUSED_HANDLER() local
30421 zend_class_entry *called_scope, *scope; in ZEND_FETCH_CLASS_NAME_SPEC_UNUSED_HANDLER() local
31949 zend_class_entry *ce, *scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER() local
37383 zend_class_entry *ce, *scope; in ZEND_CLONE_SPEC_CV_HANDLER() local
H A Dzend_vm_def.h5514 zend_class_entry *ce, *scope; variable
5594 zend_class_entry *ce, *scope; variable
8222 zend_class_entry *called_scope, *scope; variable
H A Dzend_API.c2966 zend_class_entry *scope; in zend_is_callable_check_class() local
3022 zend_class_entry *scope; in zend_is_callable_check_func() local
4113 ZEND_API void zend_update_property_ex(zend_class_entry *scope, zval *object, zend_string *name, zva… in zend_update_property_ex()
4142 ZEND_API void zend_update_property_null(zend_class_entry *scope, zval *object, const char *name, si… in zend_update_property_null()
4151 ZEND_API void zend_unset_property(zend_class_entry *scope, zval *object, const char *name, size_t n… in zend_unset_property()
4222 ZEND_API int zend_update_static_property_ex(zend_class_entry *scope, zend_string *name, zval *value… in zend_update_static_property_ex()
4258 ZEND_API int zend_update_static_property(zend_class_entry *scope, const char *name, size_t name_len… in zend_update_static_property()
4267 ZEND_API int zend_update_static_property_null(zend_class_entry *scope, const char *name, size_t nam… in zend_update_static_property_null()
4323 ZEND_API zval *zend_read_property_ex(zend_class_entry *scope, zval *object, zend_string *name, zend… in zend_read_property_ex()
4350 ZEND_API zval *zend_read_static_property_ex(zend_class_entry *scope, zend_string *name, zend_bool s… in zend_read_static_property_ex()
[all …]
H A Dzend_object_handlers.c343 …r_inline int is_protected_compatible_scope(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ in is_protected_compatible_scope()
350 …ever_inline zend_property_info *zend_get_parent_private_property(zend_class_entry *scope, zend_cla… in zend_get_parent_private_property()
386 zend_class_entry *scope; in zend_get_property_offset() local
492 zend_class_entry *scope; in zend_get_property_info() local
1231 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ in zend_check_protected()
1316 …nd_bad_method_call(zend_function *fbc, zend_string *method_name, zend_class_entry *scope) /* {{{ */ in zend_bad_method_call()
1328 zend_class_entry *scope; in zend_std_get_method() local
1400 zend_class_entry *scope; in zend_std_get_static_method() local
1502 zend_class_entry *scope; in zend_std_get_static_property_with_info() local
1578 …nline void zend_bad_constructor_call(zend_function *constructor, zend_class_entry *scope) /* {{{ */ in zend_bad_constructor_call()
[all …]
H A Dzend_execute.c817 static int is_null_constant(zend_class_entry *scope, zval *default_value) in is_null_constant()
1013 zval *default_value, zend_class_entry *scope, in zend_check_type()
3410 …e ZEND_COLD void ZEND_FASTCALL zend_wrong_clone_call(zend_function *clone, zend_class_entry *scope) in zend_wrong_clone_call()
H A Dzend_compile.c1438 static zend_bool zend_verify_ct_const_access(zend_class_constant *c, zend_class_entry *scope) in zend_verify_ct_const_access()
H A Dzend_execute_API.c599 ZEND_API int zval_update_constant_ex(zval *p, zend_class_entry *scope) /* {{{ */ in zval_update_constant_ex()
1372 zend_class_entry *ce, *scope; in zend_fetch_class() local
H A Dzend_inheritance.c205 static zend_string *resolve_class_name(zend_class_entry *scope, zend_string *name) { in resolve_class_name()
230 static zend_class_entry *lookup_class(zend_class_entry *scope, zend_string *name) { in lookup_class()
H A Dzend_builtin_functions.c964 zend_class_entry *scope = zend_get_executed_scope(); in ZEND_FUNCTION() local
992 zend_class_entry *scope = zend_get_executed_scope(); in ZEND_FUNCTION() local
1104 static void add_class_vars(zend_class_entry *scope, zend_class_entry *ce, int statics, zval *return… in add_class_vars()
1155 zend_class_entry *ce, *scope; in ZEND_FUNCTION() local
1300 zend_class_entry *scope; in ZEND_FUNCTION() local
H A Dzend_ast.c475 ZEND_API int ZEND_FASTCALL zend_ast_evaluate(zval *result, zend_ast *ast, zend_class_entry *scope) in zend_ast_evaluate()
H A Dzend_objects.c110 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object() local
129 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object() local
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4073 zend_class_entry *scope = op_array->scope; in preload_fix_trait_methods() local
H A Dzend_persist.c282 zend_class_entry *scope = zend_shared_alloc_get_xlat_entry(op_array->scope); in zend_persist_op_array_ex() local
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c3722 SQLUSMALLINT type, scope, nullable; in PHP_FUNCTION() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c2308 …property_info *lookup_prop_info(zend_class_entry *ce, zend_string *name, zend_class_entry *scope) { in lookup_prop_info()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c721 static void _function_string(smart_str *str, zend_function *fptr, zend_class_entry *scope, char* in… in _function_string()
/PHP-7.4/ext/ffi/
H A Dffi.c2296 zend_ffi_scope *scope = Z_PTR_P(zv); in zend_ffi_scope_hash_dtor() local
3140 zend_ffi_scope *scope = NULL; in zend_ffi_load() local
3421 ZEND_METHOD(FFI, scope) /* {{{ */ in ZEND_METHOD() argument
3424 zend_ffi_scope *scope = NULL; in ZEND_METHOD() local
/PHP-7.4/ext/ldap/
H A Dldap.c1442 static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) in php_ldap_do_search()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c3896 zend_class_entry *scope; in PHP_FUNCTION() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c1299 zend_class_entry *scope = zend_get_executed_scope(); local
H A Dphpdbg_list.c201 zend_class_entry *scope = zend_get_executed_scope(); in phpdbg_list_function_byname() local
H A Dphpdbg_opcode.h34 zend_class_entry *scope; member
H A Dphpdbg_print.c220 zend_class_entry *scope = zend_get_executed_scope(); in PHPDBG_PRINT() local
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_class.c262 zend_class_entry *scope; in Transliterator_write_property() local

Completed in 330 milliseconds

12