Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/zend_test/
H A Dtest.c500 …ttribute_validate_zendtestattribute(zend_attribute *attr, uint32_t target, zend_class_entry *scope) in zend_attribute_validate_zendtestattribute()
/PHP-8.1/Zend/
H A Dzend_vm_execute.h4716 zend_class_entry *ce, *scope; in ZEND_CLONE_SPEC_CONST_HANDLER() local
7051 zend_class_entry *ce, *scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER() local
14409 zend_class_entry *ce, *scope; in ZEND_CLONE_SPEC_TMPVAR_HANDLER() local
14745 zend_class_entry *called_scope, *scope; in ZEND_FETCH_CLASS_NAME_SPEC_TMPVAR_HANDLER() local
24578 zend_class_entry *ce, *scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER() local
31693 zend_class_entry *ce, *scope; in ZEND_CLONE_SPEC_UNUSED_HANDLER() local
31754 zend_class_entry *called_scope, *scope; in ZEND_FETCH_CLASS_NAME_SPEC_UNUSED_HANDLER() local
33363 zend_class_entry *ce, *scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER() local
38606 zend_class_entry *ce, *scope; in ZEND_CLONE_SPEC_CV_HANDLER() local
39365 zend_class_entry *called_scope, *scope; in ZEND_FETCH_CLASS_NAME_SPEC_CV_HANDLER() local
H A Dzend_vm_def.h5801 zend_class_entry *ce, *scope; variable
5878 zend_class_entry *ce, *scope; variable
8552 zend_class_entry *called_scope, *scope; variable
H A Dzend_API.c3420 zend_class_entry *scope = get_scope(frame); in zend_is_callable_check_class() local
3467 zend_class_entry *scope; in zend_is_callable_check_func() local
4525 ZEND_API void zend_update_property_ex(zend_class_entry *scope, zend_object *object, zend_string *na… in zend_update_property_ex()
4552 ZEND_API void zend_update_property_null(zend_class_entry *scope, zend_object *object, const char *n… in zend_update_property_null()
4561 ZEND_API void zend_unset_property(zend_class_entry *scope, zend_object *object, const char *name, s… in zend_unset_property()
4632 ZEND_API zend_result zend_update_static_property_ex(zend_class_entry *scope, zend_string *name, zva… in zend_update_static_property_ex()
4668 ZEND_API zend_result zend_update_static_property(zend_class_entry *scope, const char *name, size_t … in zend_update_static_property()
4677 ZEND_API zend_result zend_update_static_property_null(zend_class_entry *scope, const char *name, si… in zend_update_static_property_null()
4733 ZEND_API zval *zend_read_property_ex(zend_class_entry *scope, zend_object *object, zend_string *nam… in zend_read_property_ex()
4759 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 Dzend_compile.c1186 static zend_string *resolve_class_name(zend_string *name, zend_class_entry *scope) { in resolve_class_name()
1205 zend_string *zend_type_to_string_resolved(zend_type type, zend_class_entry *scope) { in zend_type_to_string_resolved()
1667 static bool zend_verify_ct_const_access(zend_class_constant *c, zend_class_entry *scope) in zend_verify_ct_const_access()
6807 zend_class_entry *scope = op_array->scope; in zend_compile_params() local
H A Dzend_interfaces.c459 zend_class_entry *scope = EG(current_execute_data)->func->common.scope; in zend_create_internal_iterator_zval() local
H A Dzend_closures.c68 zend_closure *closure, zval *newthis, zend_class_entry *scope) /* {{{ */ in zend_valid_closure_binding()
673 static void zend_create_closure_ex(zval *res, zend_function *func, zend_class_entry *scope, zend_cl… in zend_create_closure_ex()
779 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zend_cla… in zend_create_closure()
785 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_execute_API.c671 ZEND_API zend_result ZEND_FASTCALL zval_update_constant_ex(zval *p, zend_class_entry *scope) /* {{{… in zval_update_constant_ex()
1579 zend_class_entry *ce, *scope; in zend_fetch_class() local
1626 zend_string *class_name, int fetch_type, zend_class_entry *scope) in zend_fetch_class_with_scope()
H A Dzend_execute.c1088 zend_type *type, zval *arg, void **cache_slot, zend_class_entry *scope, in zend_check_type()
3725 …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_object_handlers.c240 …r_inline int is_protected_compatible_scope(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ in is_protected_compatible_scope()
285 zend_class_entry *ce, zend_string *member, zend_class_entry *scope, const char *operation) { in zend_readonly_property_modification_scope_error()
302 zend_class_entry *scope; in zend_get_property_offset() local
408 zend_class_entry *scope; in zend_get_property_info() local
754 zend_class_entry *scope; in verify_readonly_initialization_access() local
1200 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ in zend_check_protected()
1315 zend_class_entry *scope; in zend_std_get_method() local
1419 zend_class_entry *scope = zend_get_executed_scope(); in zend_std_get_static_method() local
1485 zend_class_entry *scope; in zend_std_get_static_property_with_info() local
1563 …nline void zend_bad_constructor_call(zend_function *constructor, zend_class_entry *scope) /* {{{ */ in zend_bad_constructor_call()
[all …]
H A Dzend_ast.c482 zend_class_entry *zend_ast_fetch_class(zend_ast *ast, zend_class_entry *scope) in zend_ast_fetch_class()
487 …I zend_result ZEND_FASTCALL zend_ast_evaluate(zval *result, zend_ast *ast, zend_class_entry *scope) in zend_ast_evaluate()
H A Dzend_inheritance.c195 static zend_string *resolve_class_name(zend_class_entry *scope, zend_string *name) { in resolve_class_name()
230 zend_class_entry *scope, zend_string *name, bool register_unresolved) { in lookup_class_ex()
275 static zend_class_entry *lookup_class(zend_class_entry *scope, zend_string *name) { in lookup_class()
347 zend_type type, zend_class_entry *scope, zend_class_entry *self) { in zend_type_permits_self()
535 static zend_string *get_class_from_type(zend_class_entry *scope, zend_type single_type) { in get_class_from_type()
542 static void register_unresolved_classes(zend_class_entry *scope, zend_type type) { in register_unresolved_classes()
816 smart_str *str, zend_class_entry *scope, zend_arg_info *arg_info, bool return_hint) /* {{{ */ in zend_append_type_hint()
830 const zend_function *fptr, zend_class_entry *scope) /* {{{ */ in zend_get_function_declaration()
H A Dzend_compile.h431 zend_class_entry *scope; member
486 zend_class_entry *scope; member
510 zend_class_entry *scope; member
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c196 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
3056 static zend_result ZEND_FASTCALL zval_jit_update_constant_ex(zval *p, zend_class_entry *scope) in zval_jit_update_constant_ex()
/PHP-8.1/ext/standard/
H A Dbasic_functions.c579 zend_class_entry *scope; in PHP_FUNCTION() local
/PHP-8.1/Zend/Optimizer/
H A Dzend_inference.c2386 …property_info *lookup_prop_info(zend_class_entry *ce, zend_string *name, zend_class_entry *scope) { in lookup_prop_info()
/PHP-8.1/ext/ffi/
H A Dffi.c2342 zend_ffi_scope *scope = Z_PTR_P(zv); in zend_ffi_scope_hash_dtor() local
3181 zend_ffi_scope *scope = NULL; in zend_ffi_load() local
3462 ZEND_METHOD(FFI, scope) /* {{{ */ in ZEND_METHOD() argument
3465 zend_ffi_scope *scope = NULL; in ZEND_METHOD() local
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c4178 zend_class_entry *scope = op_array->scope; local
H A Dzend_file_cache.c1205 zend_type *type, zend_class_entry *scope, zend_persistent_script *script, void *buf)
H A Dzend_persist.c349 static void zend_persist_type(zend_type *type, zend_class_entry *scope) { in zend_persist_type()
409 zend_class_entry *scope = zend_shared_alloc_get_xlat_entry(op_array->scope); in zend_persist_op_array_ex() local
/PHP-8.1/ext/odbc/
H A Dphp_odbc.c3283 SQLUSMALLINT type, scope, nullable; in PHP_FUNCTION() local
H A Dodbc.stub.php179 …mns($odbc, int $type, ?string $catalog, string $schema, string $table, int $scope, int $nullable) …
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c151 zend_class_entry *scope; member
767 static void _function_string(smart_str *str, zend_function *fptr, zend_class_entry *scope, char* in… in _function_string()
1106 zend_class_entry *scope, uint32_t target, zend_string *filename) in reflection_attribute_factory()
1124 static int read_attributes(zval *ret, HashTable *attributes, zend_class_entry *scope, in read_attributes()
1179 uint32_t offset, zend_class_entry *scope, uint32_t target, zend_string *filename) /* {{{ */ in reflect_attributes()
2820 zend_class_entry *scope = param->fptr->common.scope; in ZEND_METHOD() local
/PHP-8.1/ext/ldap/
H A Dldap.c1553 static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) in php_ldap_do_search()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_list.c195 zend_class_entry *scope = zend_get_executed_scope(); in phpdbg_list_function_byname() local

Completed in 594 milliseconds

12