Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 25 of 37) sorted by path

12

/php-src/Zend/Optimizer/
H A Dzend_inference.c2412 …ty_info *lookup_prop_info(const zend_class_entry *ce, zend_string *name, zend_class_entry *scope) { in lookup_prop_info()
/php-src/Zend/
H A Dzend_API.c1483 …end_update_class_constant(zend_class_constant *c, const zend_string *name, zend_class_entry *scope) in zend_update_class_constant()
3725 zend_class_entry *scope = get_scope(frame); in zend_is_callable_check_class() local
3772 zend_class_entry *scope; in zend_is_callable_check_func() local
4845 ZEND_API void zend_update_property_ex(zend_class_entry *scope, zend_object *object, zend_string *na… in zend_update_property_ex()
4872 ZEND_API void zend_update_property_null(zend_class_entry *scope, zend_object *object, const char *n… in zend_update_property_null()
4881 ZEND_API void zend_unset_property(zend_class_entry *scope, zend_object *object, const char *name, s… in zend_unset_property()
4952 ZEND_API zend_result zend_update_static_property_ex(zend_class_entry *scope, zend_string *name, zva… in zend_update_static_property_ex()
4988 ZEND_API zend_result zend_update_static_property(zend_class_entry *scope, const char *name, size_t … in zend_update_static_property()
4997 ZEND_API zend_result zend_update_static_property_null(zend_class_entry *scope, const char *name, si… in zend_update_static_property_null()
5079 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_ast.c494 zend_class_entry *zend_ast_fetch_class(zend_ast *ast, zend_class_entry *scope) in zend_ast_fetch_class()
510 zend_class_entry *scope, in zend_ast_evaluate_ex()
533 zend_class_entry *scope, in zend_ast_evaluate_inner()
1023 …I zend_result ZEND_FASTCALL zend_ast_evaluate(zval *result, zend_ast *ast, zend_class_entry *scope) in zend_ast_evaluate()
H A Dzend_attributes.c38 void validate_attribute(zend_attribute *attr, uint32_t target, zend_class_entry *scope) in validate_attribute()
67 zend_attribute *attr, uint32_t target, zend_class_entry *scope) in validate_allow_dynamic_properties()
195 …sult zend_get_attribute_value(zval *ret, zend_attribute *attr, uint32_t i, zend_class_entry *scope) in zend_get_attribute_value()
H A Dzend_builtin_functions.c561 zend_class_entry *scope = zend_get_executed_scope(); in ZEND_FUNCTION() local
689 static void add_class_vars(zend_class_entry *scope, zend_class_entry *ce, bool statics, zval *retur… in add_class_vars()
739 zend_class_entry *ce = NULL, *scope; in ZEND_FUNCTION() local
855 zend_class_entry *scope; in ZEND_FUNCTION() local
H A Dzend_closures.c73 zend_closure *closure, zval *newthis, zend_class_entry *scope) /* {{{ */ in zend_valid_closure_binding()
731 static void zend_create_closure_ex(zval *res, zend_function *func, zend_class_entry *scope, zend_cl… in zend_create_closure_ex()
835 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zend_cla… in zend_create_closure()
841 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_compile.c1330 static zend_string *resolve_class_name(zend_string *name, zend_class_entry *scope) { in resolve_class_name()
1350 zend_type_list *intersection_type_list, zend_class_entry *scope, in add_intersection_type()
1377 zend_string *zend_type_to_string_resolved(zend_type type, zend_class_entry *scope) { in zend_type_to_string_resolved()
1774 static bool zend_verify_ct_const_access(zend_class_constant *c, zend_class_entry *scope) in zend_verify_ct_const_access()
7320 zend_class_entry *scope = op_array->scope; in zend_compile_params() local
H A Dzend_compile.h460 zend_class_entry *scope; member
518 zend_class_entry *scope; member
546 zend_class_entry *scope; member
H A Dzend_constants.c234 ZEND_API bool zend_verify_const_access(zend_class_constant *c, zend_class_entry *scope) /* {{{ */ in zend_verify_const_access()
295 …constant_ex(zend_string *class_name, zend_string *constant_name, zend_class_entry *scope, uint32_t… in zend_get_class_constant_ex()
389 ZEND_API zval *zend_get_constant_ex(zend_string *cname, zend_class_entry *scope, uint32_t flags) in zend_get_constant_ex()
H A Dzend_dtrace.c58 const char *scope, *filename, *funcname, *classname; in dtrace_execute_ex() local
H A Dzend_execute.c926 const zend_class_entry *scope, const zend_type *type) { in zend_ce_from_type()
940const zend_class_entry *scope, zend_type_list *intersection_type_list, const zend_class_entry *val… in zend_check_intersection_for_property_or_class_constant_class_type()
955 const zend_class_entry *scope, zend_type member_type, const zend_class_entry *value_ce) { in zend_check_and_resolve_property_or_class_constant_class_type()
1191 zend_type *type, zval *arg, void **cache_slot, zend_class_entry *scope, in zend_check_type()
3817 …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_execute_API.c697 ZEND_API zend_result ZEND_FASTCALL zval_update_constant_with_ctx(zval *p, zend_class_entry *scope, … in zval_update_constant_with_ctx()
738 ZEND_API zend_result ZEND_FASTCALL zval_update_constant_ex(zval *p, zend_class_entry *scope) in zval_update_constant_ex()
1671 zend_class_entry *ce, *scope; in zend_fetch_class() local
1718 zend_string *class_name, uint32_t fetch_type, zend_class_entry *scope) in zend_fetch_class_with_scope()
H A Dzend_inheritance.c212 static zend_string *resolve_class_name(zend_class_entry *scope, zend_string *name) { in resolve_class_name()
247 zend_class_entry *scope, zend_string *name, bool register_unresolved) { in lookup_class_ex()
292 static zend_class_entry *lookup_class(zend_class_entry *scope, zend_string *name) { in lookup_class()
349 zend_type type, zend_class_entry *scope, zend_class_entry *self) { in zend_type_permits_self()
549 static zend_string *get_class_from_type(zend_class_entry *scope, zend_type single_type) { in get_class_from_type()
556 static void register_unresolved_classes(zend_class_entry *scope, zend_type type) { in register_unresolved_classes()
862 smart_str *str, zend_class_entry *scope, zend_arg_info *arg_info, bool return_hint) /* {{{ */ in zend_append_type_hint()
876 const zend_function *fptr, zend_class_entry *scope) /* {{{ */ in zend_get_function_declaration()
H A Dzend_interfaces.c496 zend_class_entry *scope = EG(current_execute_data)->func->common.scope; in zend_create_internal_iterator_zval() local
H A Dzend_object_handlers.c240 …int is_protected_compatible_scope(const zend_class_entry *ce, const zend_class_entry *scope) /* {{… in is_protected_compatible_scope()
303 …const zend_class_entry *ce, const zend_string *member, const zend_class_entry *scope, const char *… in zend_readonly_property_modification_scope_error()
320 zend_class_entry *scope; in zend_get_property_offset() local
426 zend_class_entry *scope; in zend_get_property_info() local
782 zend_class_entry *scope; in verify_readonly_initialization_access() local
1291 ZEND_API bool zend_check_protected(const zend_class_entry *ce, const zend_class_entry *scope) /* {{… in zend_check_protected()
1406 zend_class_entry *scope; in zend_std_get_method() local
1510 zend_class_entry *scope = zend_get_executed_scope(); in zend_std_get_static_method() local
1576 zend_class_entry *scope; in zend_std_get_static_property_with_info() local
1654 …nline void zend_bad_constructor_call(zend_function *constructor, zend_class_entry *scope) /* {{{ */ in zend_bad_constructor_call()
[all …]
H A Dzend_objects.c110 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object() local
131 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object() local
H A Dzend_vm_def.h5855 zend_class_entry *ce, *scope; variable
5932 zend_class_entry *ce, *scope; variable
8735 zend_class_entry *called_scope, *scope; variable
H A Dzend_vm_execute.h4924 zend_class_entry *ce, *scope; in ZEND_CLONE_SPEC_CONST_HANDLER() local
7313 zend_class_entry *ce, *scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER() local
8478 zend_class_entry *ce, *scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_TMPVARCV_HANDLER() local
14855 zend_class_entry *ce, *scope; in ZEND_CLONE_SPEC_TMPVAR_HANDLER() local
15204 zend_class_entry *called_scope, *scope; in ZEND_FETCH_CLASS_NAME_SPEC_TMPVAR_HANDLER() local
25196 zend_class_entry *ce, *scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER() local
25769 zend_class_entry *ce, *scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_TMPVARCV_HANDLER() local
32674 zend_class_entry *ce, *scope; in ZEND_CLONE_SPEC_UNUSED_HANDLER() local
34364 zend_class_entry *ce, *scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER() local
34727 zend_class_entry *ce, *scope; in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_TMPVARCV_HANDLER() local
[all …]
/php-src/ext/dom/lexbor/lexbor/core/
H A Davl.c193 lexbor_avl_node_balance(lexbor_avl_node_t *node, lexbor_avl_node_t **scope) in lexbor_avl_node_balance()
258 lexbor_avl_insert(lexbor_avl_t *avl, lexbor_avl_node_t **scope, in lexbor_avl_insert()
329 lexbor_avl_node_t *node, lexbor_avl_node_t **scope) in lexbor_avl_rotate_for_delete()
399 lexbor_avl_remove(lexbor_avl_t *avl, lexbor_avl_node_t **scope, size_t type) in lexbor_avl_remove()
455 lexbor_avl_foreach(lexbor_avl_t *avl, lexbor_avl_node_t **scope, in lexbor_avl_foreach()
557 lexbor_avl_foreach_recursion(lexbor_avl_t *avl, lexbor_avl_node_t *scope, in lexbor_avl_foreach_recursion()
H A Dbst.c86 lexbor_bst_insert(lexbor_bst_t *bst, lexbor_bst_entry_t **scope, in lexbor_bst_insert()
145 lexbor_bst_insert_not_exists(lexbor_bst_t *bst, lexbor_bst_entry_t **scope, in lexbor_bst_insert_not_exists()
188 lexbor_bst_search(lexbor_bst_t *bst, lexbor_bst_entry_t *scope, size_t size) in lexbor_bst_search()
206 lexbor_bst_search_close(lexbor_bst_t *bst, lexbor_bst_entry_t *scope, in lexbor_bst_search_close()
228 lexbor_bst_remove(lexbor_bst_t *bst, lexbor_bst_entry_t **scope, size_t size) in lexbor_bst_remove()
248 lexbor_bst_remove_close(lexbor_bst_t *bst, lexbor_bst_entry_t **scope, in lexbor_bst_remove_close()
H A Dbst_map.c82 lexbor_bst_map_search(lexbor_bst_map_t *bst_map, lexbor_bst_entry_t *scope, in lexbor_bst_map_search()
113 lexbor_bst_entry_t **scope, in lexbor_bst_map_insert()
130 lexbor_bst_entry_t **scope, in lexbor_bst_map_insert_not_exists()
195 lexbor_bst_map_remove(lexbor_bst_map_t *bst_map, lexbor_bst_entry_t **scope, in lexbor_bst_map_remove()
/php-src/ext/ffi/
H A Dffi.c2404 zend_ffi_scope *scope = Z_PTR_P(zv); in zend_ffi_scope_hash_dtor() local
3260 zend_ffi_scope *scope = NULL; in zend_ffi_load() local
3552 ZEND_METHOD(FFI, scope) /* {{{ */ in ZEND_METHOD() argument
3555 zend_ffi_scope *scope = NULL; in ZEND_METHOD() local
H A Dffi.stub.php19 public static function scope(string $name): FFI {} function in FFI
/php-src/ext/ldap/
H A Dldap.c1429 static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) in php_ldap_do_search()
/php-src/ext/odbc/
H A Dodbc.stub.php376 …function odbc_connect(string $dsn, ?string $user = null, #[\SensitiveParameter] ?string $password …

Completed in 331 milliseconds

12