Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 25 of 35) sorted by relevance

12

/PHP-8.0/Zend/
H A Dzend_object_handlers.c226 …r_inline int is_protected_compatible_scope(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ in is_protected_compatible_scope()
233 …ever_inline zend_property_info *zend_get_parent_private_property(zend_class_entry *scope, zend_cla… in zend_get_parent_private_property()
275 zend_class_entry *scope; in zend_get_property_offset() local
381 zend_class_entry *scope; in zend_get_property_info() local
1089 ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope) /* {{{ */ in zend_check_protected()
1175 …nd_bad_method_call(zend_function *fbc, zend_string *method_name, zend_class_entry *scope) /* {{{ */ in zend_bad_method_call()
1198 zend_class_entry *scope; in zend_std_get_method() local
1274 zend_class_entry *scope; in zend_std_get_static_method() local
1377 zend_class_entry *scope; in zend_std_get_static_property_with_info() local
1453 …nline void zend_bad_constructor_call(zend_function *constructor, zend_class_entry *scope) /* {{{ */ in zend_bad_constructor_call()
[all …]
H A Dzend_objects.c106 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object() local
127 zend_class_entry *scope = zend_get_executed_scope(); in zend_objects_destroy_object() local
H A Dzend_API.c3072 zend_class_entry *scope = get_scope(frame); in zend_is_callable_check_class() local
3119 zend_class_entry *scope; in zend_is_callable_check_func() local
4143 ZEND_API void zend_update_property_ex(zend_class_entry *scope, zend_object *object, zend_string *na… in zend_update_property_ex()
4170 ZEND_API void zend_update_property_null(zend_class_entry *scope, zend_object *object, const char *n… in zend_update_property_null()
4179 ZEND_API void zend_unset_property(zend_class_entry *scope, zend_object *object, const char *name, s… in zend_unset_property()
4250 ZEND_API zend_result zend_update_static_property_ex(zend_class_entry *scope, zend_string *name, zva… in zend_update_static_property_ex()
4286 ZEND_API zend_result zend_update_static_property(zend_class_entry *scope, const char *name, size_t … in zend_update_static_property()
4295 ZEND_API zend_result zend_update_static_property_null(zend_class_entry *scope, const char *name, si… in zend_update_static_property_null()
4351 ZEND_API zval *zend_read_property_ex(zend_class_entry *scope, zend_object *object, zend_string *nam… in zend_read_property_ex()
4377 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_attributes.c30 void validate_attribute(zend_attribute *attr, uint32_t target, zend_class_entry *scope) in validate_attribute()
122 …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_dtrace.c58 const char *scope, *filename, *funcname, *classname; in dtrace_execute_ex() local
H A Dzend_closures.c73 zend_closure *closure, zval *newthis, zend_class_entry *scope) /* {{{ */ in zend_valid_closure_binding()
685 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zend_cla… in zend_create_closure()
779 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_constants.c266 ZEND_API bool zend_verify_const_access(zend_class_constant *c, zend_class_entry *scope) /* {{{ */ in zend_verify_const_access()
327 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_builtin_functions.c581 zend_class_entry *scope = zend_get_executed_scope(); in ZEND_FUNCTION() local
701 static void add_class_vars(zend_class_entry *scope, zend_class_entry *ce, bool statics, zval *retur… in add_class_vars()
750 zend_class_entry *ce = NULL, *scope; in ZEND_FUNCTION() local
886 zend_class_entry *scope; in ZEND_FUNCTION() local
H A Dzend_inheritance.c217 static zend_string *resolve_class_name(zend_class_entry *scope, zend_string *name) { in resolve_class_name()
243 zend_class_entry *scope, zend_string *name, zend_bool register_unresolved) { in lookup_class()
341 zend_type type, zend_class_entry *scope, zend_class_entry *self) { in zend_type_permits_self()
650 smart_str *str, zend_class_entry *scope, zend_arg_info *arg_info, bool return_hint) /* {{{ */ in zend_append_type_hint()
664 const zend_function *fptr, zend_class_entry *scope) /* {{{ */ in zend_get_function_declaration()
H A Dzend_execute_API.c613 ZEND_API zend_result zval_update_constant_ex(zval *p, zend_class_entry *scope) /* {{{ */ in zval_update_constant_ex()
1460 zend_class_entry *ce, *scope; in zend_fetch_class() local
H A Dzend_interfaces.c455 zend_class_entry *scope = EG(current_execute_data)->func->common.scope; in zend_create_internal_iterator_zval() local
H A Dzend_compile.h419 zend_class_entry *scope; member
469 zend_class_entry *scope; member
493 zend_class_entry *scope; member
H A Dzend_vm_def.h5748 zend_class_entry *ce, *scope; variable
5825 zend_class_entry *ce, *scope; variable
8467 zend_class_entry *called_scope, *scope; variable
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_opcode.h32 zend_class_entry *scope; member
H A Dphpdbg_print.c218 zend_class_entry *scope = zend_get_executed_scope(); in PHPDBG_PRINT() local
H A Dphpdbg_list.c199 zend_class_entry *scope = zend_get_executed_scope(); in phpdbg_list_function_byname() local
H A Dphpdbg_watch.c1299 zend_class_entry *scope = zend_get_executed_scope(); local
/PHP-8.0/ext/sockets/
H A Dsockaddr_conv.c23 char *scope = strchr(string, '%'); in php_set_inet6_addr() local
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator_class.c234 zend_class_entry *scope; in Transliterator_write_property() local
/PHP-8.0/ext/ffi/
H A Dffi.stub.php13 public static function scope(string $name): FFI {} function in FFI
/PHP-8.0/ext/opcache/
H A Dzend_persist.c350 zend_class_entry *scope = zend_shared_alloc_get_xlat_entry(op_array->scope); in zend_persist_op_array_ex() local
/PHP-8.0/ext/odbc/
H A Dodbc.stub.php176 …mns($odbc, int $type, ?string $catalog, string $schema, string $table, int $scope, int $nullable) …
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c190 zend_class_entry *scope = obj->ce; in zend_jit_push_static_metod_call_frame() local
197 zend_class_entry *scope = obj->ce; in zend_jit_push_static_metod_call_frame_tmp() local
2921 static zend_result ZEND_FASTCALL zval_jit_update_constant_ex(zval *p, zend_class_entry *scope) in zval_jit_update_constant_ex()
/PHP-8.0/ext/zend_test/
H A Dtest.c361 …ttribute_validate_zendtestattribute(zend_attribute *attr, uint32_t target, zend_class_entry *scope) in zend_attribute_validate_zendtestattribute()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c144 zend_class_entry *scope; member
615 static int format_default_value(smart_str *str, zval *value, zend_class_entry *scope) { in format_default_value()
757 static void _function_string(smart_str *str, zend_function *fptr, zend_class_entry *scope, char* in… in _function_string()
1093 zend_class_entry *scope, uint32_t target, zend_string *filename) in reflection_attribute_factory()
1111 static int read_attributes(zval *ret, HashTable *attributes, zend_class_entry *scope, in read_attributes()
1166 uint32_t offset, zend_class_entry *scope, uint32_t target, zend_string *filename) /* {{{ */ in reflect_attributes()
2705 zend_class_entry *scope = param->fptr->common.scope; in ZEND_METHOD() local

Completed in 279 milliseconds

12