/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | bst.c | 86 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 D | bst_map.c | 82 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()
|
H A D | avl.c | 193 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()
|
/php-src/Zend/ |
H A D | zend_object_handlers.c | 273 …int is_protected_compatible_scope(const zend_class_entry *ce, const zend_class_entry *scope) /* {{… in is_protected_compatible_scope() 382 zend_class_entry *scope = get_fake_or_executed_scope(); in zend_get_property_offset() local 482 zend_class_entry *scope = get_fake_or_executed_scope(); in zend_get_property_info() local 574 zend_class_entry *scope = get_fake_or_executed_scope(); in zend_asymmetric_property_has_set_access() local 1567 ZEND_API bool zend_check_protected(const zend_class_entry *ce, const zend_class_entry *scope) /* {{… in zend_check_protected() 1745 …nd_bad_method_call(zend_function *fbc, zend_string *method_name, zend_class_entry *scope) /* {{{ */ in zend_bad_method_call() 1768 zend_class_entry *scope; in zend_std_get_method() local 1872 zend_class_entry *scope = zend_get_executed_scope(); in zend_std_get_static_method() local 1946 zend_class_entry *scope = get_fake_or_executed_scope(); in zend_std_get_static_property_with_info() local 2011 …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 | 131 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object() local 152 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object() local
|
H A D | zend_attributes.c | 39 uint32_t zend_attribute_attribute_get_flags(zend_attribute *attr, zend_class_entry *scope) in zend_attribute_attribute_get_flags() 72 zend_attribute *attr, uint32_t target, zend_class_entry *scope) in validate_allow_dynamic_properties() 246 …sult zend_get_attribute_value(zval *ret, zend_attribute *attr, uint32_t i, zend_class_entry *scope) in zend_get_attribute_value() 264 … zend_class_entry *attribute_ce, zend_attribute *attribute_data, zend_class_entry *scope, zend_str… in zend_get_attribute_object()
|
H A D | zend_API.c | 1489 …end_update_class_constant(zend_class_constant *c, const zend_string *name, zend_class_entry *scope) in zend_update_class_constant() 3811 zend_class_entry *scope = get_scope(frame); in zend_is_callable_check_class() local 3858 zend_class_entry *scope; in zend_is_callable_check_func() local 4971 ZEND_API void zend_update_property_ex(zend_class_entry *scope, zend_object *object, zend_string *na… in zend_update_property_ex() 4998 ZEND_API void zend_update_property_null(zend_class_entry *scope, zend_object *object, const char *n… in zend_update_property_null() 5007 ZEND_API void zend_unset_property(zend_class_entry *scope, zend_object *object, const char *name, s… in zend_unset_property() 5078 ZEND_API zend_result zend_update_static_property_ex(zend_class_entry *scope, zend_string *name, zva… in zend_update_static_property_ex() 5114 ZEND_API zend_result zend_update_static_property(zend_class_entry *scope, const char *name, size_t … in zend_update_static_property() 5123 ZEND_API zend_result zend_update_static_property_null(zend_class_entry *scope, const char *name, si… in zend_update_static_property_null() 5205 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 | 73 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 D | zend_constants.c | 243 ZEND_API bool zend_verify_const_access(zend_class_constant *c, zend_class_entry *scope) /* {{{ */ in zend_verify_const_access() 304 …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_execute_API.c | 725 ZEND_API zend_result ZEND_FASTCALL zval_update_constant_with_ctx(zval *p, zend_class_entry *scope, … in zval_update_constant_with_ctx() 766 ZEND_API zend_result ZEND_FASTCALL zval_update_constant_ex(zval *p, zend_class_entry *scope) in zval_update_constant_ex() 1701 zend_class_entry *ce, *scope; in zend_fetch_class() local 1748 zend_string *class_name, uint32_t fetch_type, zend_class_entry *scope) in zend_fetch_class_with_scope()
|
H A D | zend_inheritance.c | 227 static zend_string *resolve_class_name(zend_class_entry *scope, zend_string *name) { in resolve_class_name() 262 zend_class_entry *scope, zend_string *name, bool register_unresolved) { in lookup_class_ex() 307 static zend_class_entry *lookup_class(zend_class_entry *scope, zend_string *name) { in lookup_class() 364 zend_type type, zend_class_entry *scope, zend_class_entry *self) { in zend_type_permits_self() 564 static zend_string *get_class_from_type(zend_class_entry *scope, zend_type single_type) { in get_class_from_type() 571 static void register_unresolved_classes(zend_class_entry *scope, zend_type type) { in register_unresolved_classes() 877 …smart_str *str, zend_class_entry *scope, const zend_arg_info *arg_info, bool return_hint) /* {{{ */ in zend_append_type_hint() 891 const zend_function *fptr, zend_class_entry *scope) /* {{{ */ in zend_get_function_declaration()
|
H A D | zend_builtin_functions.c | 588 zend_class_entry *scope = zend_get_executed_scope(); in ZEND_FUNCTION() local 716 static void add_class_vars(zend_class_entry *scope, zend_class_entry *ce, bool statics, zval *retur… in add_class_vars() 767 zend_class_entry *ce = NULL, *scope; in ZEND_FUNCTION() local 907 zend_class_entry *scope; in ZEND_FUNCTION() local
|
H A D | zend_ast.c | 531 static zend_class_entry *zend_ast_fetch_class(zend_ast *ast, zend_class_entry *scope) in zend_ast_fetch_class() 547 zend_class_entry *scope, in zend_ast_evaluate_ex() 570 zend_class_entry *scope, in zend_ast_evaluate_inner() 1060 …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_execute.c | 921 zend_class_entry *scope; in zend_asymmetric_visibility_property_modification_error() local 959 const zend_class_entry *scope, const zend_type *type) { in zend_ce_from_type() 973 …const 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() 988 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() 1230 zend_type *type, zval *arg, void **cache_slot, zend_class_entry *scope, in zend_check_type() 1812 …ALL get_deprecation_suffix_from_attribute(HashTable *attributes, zend_class_entry* scope, zend_str… in get_deprecation_suffix_from_attribute() 4040 …e ZEND_COLD void ZEND_FASTCALL zend_wrong_clone_call(zend_function *clone, zend_class_entry *scope) in zend_wrong_clone_call()
|
H A D | zend_interfaces.c | 505 zend_class_entry *scope = EG(current_execute_data)->func->common.scope; in zend_create_internal_iterator_zval() local
|
H A D | zend_compile.h | 509 zend_class_entry *scope; member 568 zend_class_entry *scope; member 597 zend_class_entry *scope; member
|
/php-src/ext/sockets/ |
H A D | sockaddr_conv.c | 23 char *scope = strchr(string, '%'); in php_set_inet6_addr() local
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_print.c | 189 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 | 218 zend_class_entry *scope; member
|
/php-src/ext/ffi/ |
H A D | ffi.stub.php | 16 public static function scope(string $name): FFI {} function in FFI
|
/php-src/ext/odbc/ |
H A D | odbc.stub.php | 376 …function odbc_connect(string $dsn, ?string $user = null, #[\SensitiveParameter] ?string $password …
|
/php-src/ext/opcache/ |
H A D | zend_persist.c | 408 zend_class_entry *scope = zend_shared_alloc_get_xlat_entry(op_array->scope); in zend_persist_op_array_ex() local
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 265 …execute_data* ZEND_FASTCALL zend_jit_push_this_method_call_frame(zend_class_entry *scope, zend_fun… in zend_jit_push_this_method_call_frame() 280 zend_class_entry *scope = obj->ce; in zend_jit_push_static_method_call_frame() local 287 zend_class_entry *scope = obj->ce; in zend_jit_push_static_method_call_frame_tmp() local
|