/PHP-8.2/Zend/ |
H A D | zend_object_handlers.c | 241 …r_inline int is_protected_compatible_scope(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ in is_protected_compatible_scope() 304 zend_class_entry *ce, zend_string *member, zend_class_entry *scope, const char *operation) { in zend_readonly_property_modification_scope_error() 321 zend_class_entry *scope; in zend_get_property_offset() local 427 zend_class_entry *scope; in zend_get_property_info() local 772 zend_class_entry *scope; in verify_readonly_initialization_access() local 1234 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ in zend_check_protected() 1353 zend_class_entry *scope; in zend_std_get_method() local 1457 zend_class_entry *scope = zend_get_executed_scope(); in zend_std_get_static_method() local 1523 zend_class_entry *scope; in zend_std_get_static_property_with_info() local 1601 …nline void zend_bad_constructor_call(zend_function *constructor, zend_class_entry *scope) /* {{{ */ in zend_bad_constructor_call() [all …]
|
H A D | zend_objects.c | 107 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object() local 128 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object() local
|
H A D | zend_attributes.c | 37 void validate_attribute(zend_attribute *attr, uint32_t target, zend_class_entry *scope) in validate_attribute() 41 uint32_t zend_attribute_attribute_get_flags(zend_attribute *attr, zend_class_entry *scope) in zend_attribute_attribute_get_flags() 74 zend_attribute *attr, uint32_t target, zend_class_entry *scope) in validate_allow_dynamic_properties() 209 …sult zend_get_attribute_value(zval *ret, zend_attribute *attr, uint32_t i, zend_class_entry *scope) in zend_get_attribute_value()
|
H A D | zend_API.c | 3537 zend_class_entry *scope = get_scope(frame); in zend_is_callable_check_class() local 3584 zend_class_entry *scope; in zend_is_callable_check_func() local 4633 ZEND_API void zend_update_property_ex(zend_class_entry *scope, zend_object *object, zend_string *na… in zend_update_property_ex() 4660 ZEND_API void zend_update_property_null(zend_class_entry *scope, zend_object *object, const char *n… in zend_update_property_null() 4669 ZEND_API void zend_unset_property(zend_class_entry *scope, zend_object *object, const char *name, s… in zend_unset_property() 4740 ZEND_API zend_result zend_update_static_property_ex(zend_class_entry *scope, zend_string *name, zva… in zend_update_static_property_ex() 4776 ZEND_API zend_result zend_update_static_property(zend_class_entry *scope, const char *name, size_t … in zend_update_static_property() 4785 ZEND_API zend_result zend_update_static_property_null(zend_class_entry *scope, const char *name, si… in zend_update_static_property_null() 4841 ZEND_API zval *zend_read_property_ex(zend_class_entry *scope, zend_object *object, zend_string *nam… in zend_read_property_ex() 4867 ZEND_API zval *zend_read_static_property_ex(zend_class_entry *scope, zend_string *name, bool silent… in zend_read_static_property_ex() [all …]
|
H A D | zend_closures.c | 68 zend_closure *closure, zval *newthis, zend_class_entry *scope) /* {{{ */ in zend_valid_closure_binding() 708 static void zend_create_closure_ex(zval *res, zend_function *func, zend_class_entry *scope, zend_cl… in zend_create_closure_ex() 812 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zend_cla… in zend_create_closure() 818 ZEND_API void zend_create_fake_closure(zval *res, zend_function *func, zend_class_entry *scope, zen… in zend_create_fake_closure()
|
H A D | zend_constants.c | 251 ZEND_API bool zend_verify_const_access(zend_class_constant *c, zend_class_entry *scope) /* {{{ */ in zend_verify_const_access() 312 …constant_ex(zend_string *class_name, zend_string *constant_name, zend_class_entry *scope, uint32_t… in zend_get_class_constant_ex() 398 ZEND_API zval *zend_get_constant_ex(zend_string *cname, zend_class_entry *scope, uint32_t flags) in zend_get_constant_ex()
|
H A D | zend_dtrace.c | 58 const char *scope, *filename, *funcname, *classname; in dtrace_execute_ex() local
|
H A D | zend_inheritance.c | 209 static zend_string *resolve_class_name(zend_class_entry *scope, zend_string *name) { in resolve_class_name() 244 zend_class_entry *scope, zend_string *name, bool register_unresolved) { in lookup_class_ex() 289 static zend_class_entry *lookup_class(zend_class_entry *scope, zend_string *name) { in lookup_class() 346 zend_type type, zend_class_entry *scope, zend_class_entry *self) { in zend_type_permits_self() 546 static zend_string *get_class_from_type(zend_class_entry *scope, zend_type single_type) { in get_class_from_type() 553 static void register_unresolved_classes(zend_class_entry *scope, zend_type type) { in register_unresolved_classes() 859 smart_str *str, zend_class_entry *scope, zend_arg_info *arg_info, bool return_hint) /* {{{ */ in zend_append_type_hint() 873 const zend_function *fptr, zend_class_entry *scope) /* {{{ */ in zend_get_function_declaration()
|
H A D | zend_builtin_functions.c | 547 zend_class_entry *scope = zend_get_executed_scope(); in ZEND_FUNCTION() local 667 static void add_class_vars(zend_class_entry *scope, zend_class_entry *ce, bool statics, zval *retur… in add_class_vars() 717 zend_class_entry *ce = NULL, *scope; in ZEND_FUNCTION() local 833 zend_class_entry *scope; in ZEND_FUNCTION() local
|
H A D | zend_execute_API.c | 682 ZEND_API zend_result ZEND_FASTCALL zval_update_constant_ex(zval *p, zend_class_entry *scope) /* {{{… in zval_update_constant_ex() 1637 zend_class_entry *ce, *scope; in zend_fetch_class() local 1684 zend_string *class_name, uint32_t fetch_type, zend_class_entry *scope) in zend_fetch_class_with_scope()
|
H A D | zend_ast.c | 495 zend_class_entry *zend_ast_fetch_class(zend_ast *ast, zend_class_entry *scope) in zend_ast_fetch_class() 500 … ZEND_FASTCALL zend_ast_evaluate_ex(zval *result, zend_ast *ast, zend_class_entry *scope, bool *sh… in zend_ast_evaluate_ex() 976 …I zend_result ZEND_FASTCALL zend_ast_evaluate(zval *result, zend_ast *ast, zend_class_entry *scope) in zend_ast_evaluate()
|
H A D | zend_interfaces.c | 501 zend_class_entry *scope = EG(current_execute_data)->func->common.scope; in zend_create_internal_iterator_zval() local
|
H A D | zend_compile.h | 445 zend_class_entry *scope; member 500 zend_class_entry *scope; member 526 zend_class_entry *scope; member
|
H A D | zend_vm_def.h | 5793 zend_class_entry *ce, *scope; variable 5870 zend_class_entry *ce, *scope; variable 8613 zend_class_entry *called_scope, *scope; variable
|
/PHP-8.2/ext/sockets/ |
H A D | sockaddr_conv.c | 23 char *scope = strchr(string, '%'); in php_set_inet6_addr() local
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_print.c | 191 zend_class_entry *scope = zend_get_executed_scope(); in PHPDBG_PRINT() local
|
H A D | phpdbg_list.c | 195 zend_class_entry *scope = zend_get_executed_scope(); in phpdbg_list_function_byname() local
|
H A D | phpdbg.h | 216 zend_class_entry *scope; member
|
H A D | phpdbg_watch.c | 1368 zend_class_entry *scope = zend_get_executed_scope(); local
|
/PHP-8.2/ext/ffi/ |
H A D | ffi.stub.php | 21 public static function scope(string $name): FFI {} function in FFI
|
/PHP-8.2/ext/odbc/ |
H A D | odbc.stub.php | 385 function odbc_connect(string $dsn, string $user, #[\SensitiveParameter] string $password, int $curs…
|
/PHP-8.2/ext/opcache/ |
H A D | zend_persist.c | 405 zend_class_entry *scope = zend_shared_alloc_get_xlat_entry(op_array->scope); in zend_persist_op_array_ex() local
|
H A D | zend_file_cache.c | 1281 zend_type *type, zend_class_entry *scope, zend_persistent_script *script, void *buf)
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 196 zend_class_entry *scope = obj->ce; in zend_jit_push_static_metod_call_frame() local 203 zend_class_entry *scope = obj->ce; in zend_jit_push_static_metod_call_frame_tmp() local 3062 static zend_result ZEND_FASTCALL zval_jit_update_constant_ex(zval *p, zend_class_entry *scope) in zval_jit_update_constant_ex()
|
/PHP-8.2/ext/reflection/ |
H A D | php_reflection.c | 148 zend_class_entry *scope; member 773 static void _function_string(smart_str *str, zend_function *fptr, zend_class_entry *scope, char* in… in _function_string() 1112 zend_class_entry *scope, uint32_t target, zend_string *filename) in reflection_attribute_factory() 1130 static int read_attributes(zval *ret, HashTable *attributes, zend_class_entry *scope, in read_attributes() 1185 uint32_t offset, zend_class_entry *scope, uint32_t target, zend_string *filename) /* {{{ */ in reflect_attributes() 2858 zend_class_entry *scope = param->fptr->common.scope; in ZEND_METHOD() local
|