/PHP-8.4/ext/standard/ |
H A D | incomplete_class.c | 31 static void incomplete_class_message(zend_object *object) in incomplete_class_message() 41 static void throw_incomplete_class_error(zend_object *object, const char *what) in throw_incomplete_class_error() 51 static zval *incomplete_class_get_property(zend_object *object, zend_string *member, int type, void… in incomplete_class_get_property() 64 static zval *incomplete_class_write_property(zend_object *object, zend_string *member, zval *value,… in incomplete_class_write_property() 71 static zval *incomplete_class_get_property_ptr_ptr(zend_object *object, zend_string *member, int ty… in incomplete_class_get_property_ptr_ptr() 78 static void incomplete_class_unset_property(zend_object *object, zend_string *member, void **cache_… in incomplete_class_unset_property() 84 static int incomplete_class_has_property(zend_object *object, zend_string *member, int check_empty,… in incomplete_class_has_property() 91 static zend_function *incomplete_class_get_method(zend_object **object, zend_string *method, const … in incomplete_class_get_method() 101 zend_object *object; in php_create_incomplete_object() local 126 PHPAPI zend_string *php_lookup_class_name(zend_object *object) in php_lookup_class_name() [all …]
|
/PHP-8.4/ext/com_dotnet/ |
H A D | com_handlers.c | 80 static zval *com_read_dimension(zend_object *object, zval *offset, int type, zval *rv) in com_read_dimension() 116 static void com_write_dimension(zend_object *object, zval *offset, zval *value) in com_write_dimension() 204 static int com_dimension_exists(zend_object *object, zval *member, int check_empty) in com_dimension_exists() 216 static void com_dimension_delete(zend_object *object, zval *offset) in com_dimension_delete() 221 static HashTable *com_properties_get(zend_object *object) in com_properties_get() 231 static HashTable *com_get_gc(zend_object *object, zval **table, int *n) in com_get_gc() 251 zval *object = getThis(); in PHP_FUNCTION() local 391 static zend_string* com_class_name_get(const zend_object *object) in com_class_name_get() 494 static zend_result com_object_count(zend_object *object, zend_long *count) in com_object_count() 565 void php_com_object_free_storage(zend_object *object) in php_com_object_free_storage() [all …]
|
H A D | com_saproxy.c | 84 static zval *saproxy_read_dimension(zend_object *object, zval *offset, int type, zval *rv) in saproxy_read_dimension() 207 static void saproxy_write_dimension(zend_object *object, zval *offset, zval *value) in saproxy_write_dimension() 289 static int saproxy_dimension_exists(zend_object *object, zval *member, int check_empty) in saproxy_dimension_exists() 301 static void saproxy_dimension_delete(zend_object *object, zval *offset) in saproxy_dimension_delete() 306 static HashTable *saproxy_properties_get(zend_object *object) in saproxy_properties_get() 318 static zend_function *saproxy_constructor_get(zend_object *object) in saproxy_constructor_get() 324 static zend_string* saproxy_class_name_get(const zend_object *object) in saproxy_class_name_get() 340 static zend_result saproxy_count_elements(zend_object *object, zend_long *count) in saproxy_count_elements() 357 static void saproxy_free_storage(zend_object *object) in saproxy_free_storage() 375 static zend_object* saproxy_clone(zend_object *object) in saproxy_clone() [all …]
|
/PHP-8.4/Zend/ |
H A D | zend_weakrefs.stub.php | 13 public static function create(object $object): WeakReference {} argument 25 public function offsetGet($object): mixed {} 28 public function offsetSet($object, mixed $value): void {} 31 public function offsetExists($object): bool {} 34 public function offsetUnset($object): void {}
|
H A D | zend_objects.c | 30 static zend_always_inline void _zend_object_std_init(zend_object *object, zend_class_entry *ce) in _zend_object_std_init() 46 ZEND_API void ZEND_FASTCALL zend_object_std_init(zend_object *object, zend_class_entry *ce) in zend_object_std_init() 51 void zend_object_dtor_dynamic_properties(zend_object *object) in zend_object_dtor_dynamic_properties() 63 void zend_object_dtor_property(zend_object *object, zval *p) in zend_object_dtor_property() 77 ZEND_API void zend_object_std_dtor(zend_object *object) in zend_object_std_dtor() 114 ZEND_API void zend_objects_destroy_object(zend_object *object) in zend_objects_destroy_object() 210 zend_object *object = emalloc(sizeof(zend_object) + zend_object_properties_size(ce)); in zend_objects_new() local
|
H A D | zend_interfaces.c | 91 ZEND_API void zend_user_it_new_iterator(zend_class_entry *ce, zval *object, zval *retval) in zend_user_it_new_iterator() 114 zval *object = &iter->it.data; in zend_user_it_dtor() local 126 zval *object = &iter->it.data; in zend_user_it_valid() local 142 zval *object = &iter->it.data; in zend_user_it_get_current_data() local 155 zval *object = &iter->it.data; in zend_user_it_get_current_key() local 167 zval *object = &iter->it.data; in zend_user_it_move_forward() local 178 zval *object = &iter->it.data; in zend_user_it_rewind() local 213 static zend_object_iterator *zend_user_it_get_iterator(zend_class_entry *ce, zval *object, int by_r… in zend_user_it_get_iterator() 236 ZEND_API zend_object_iterator *zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, in… in zend_user_it_get_new_iterator() 406 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serial… in zend_user_serialize() [all …]
|
H A D | zend_weakrefs.c | 68 void *ptr, uintptr_t tag, zend_object *object) in zend_weakref_unref_single() 81 static void zend_weakref_unref(zend_object *object, void *tagged_ptr) { in zend_weakref_unref() 97 static void zend_weakref_register(zend_object *object, void *payload) { in zend_weakref_register() 192 void zend_weakrefs_notify(zend_object *object) { in zend_weakrefs_notify() 274 static HashTable *zend_weakref_get_debug_info(zend_object *object, int *is_temp) in zend_weakref_get_debug_info() 329 static void zend_weakmap_free_obj(zend_object *object) in zend_weakmap_free_obj() 430 static void zend_weakmap_unset_dimension(zend_object *object, zval *offset) in zend_weakmap_unset_dimension() 484 HashTable *zend_weakmap_get_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_gc() 496 HashTable *zend_weakmap_get_key_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_key_entry_gc() 511 HashTable *zend_weakmap_get_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_entry_gc() [all …]
|
H A D | zend_iterators.c | 63 static void iter_wrapper_free(zend_object *object) in iter_wrapper_free() 69 static void iter_wrapper_dtor(zend_object *object) in iter_wrapper_dtor() 73 static HashTable *iter_wrapper_get_gc(zend_object *object, zval **table, int *n) { in iter_wrapper_get_gc()
|
H A D | zend_interfaces.h | 43 static zend_always_inline zval* zend_call_method_with_0_params(zend_object *object, zend_class_entr… in zend_call_method_with_0_params() 49 static zend_always_inline zval* zend_call_method_with_1_params(zend_object *object, zend_class_entr… in zend_call_method_with_1_params() 55 static zend_always_inline zval* zend_call_method_with_2_params(zend_object *object, zend_class_entr… in zend_call_method_with_2_params()
|
H A D | zend_objects_API.c | 127 …tic ZEND_COLD zend_never_inline void ZEND_FASTCALL zend_objects_store_put_cold(zend_object *object) in zend_objects_store_put_cold() 140 ZEND_API void ZEND_FASTCALL zend_objects_store_put(zend_object *object) in zend_objects_store_put() 160 ZEND_API void ZEND_FASTCALL zend_objects_store_del(zend_object *object) /* {{{ */ in zend_objects_store_del()
|
/PHP-8.4/ext/spl/ |
H A D | spl_array.c | 750 zval *object = ZEND_THIS; in PHP_METHOD() local 1022 zval *object = ZEND_THIS; in PHP_METHOD() local 1051 zval *object = ZEND_THIS; in PHP_METHOD() local 1066 zval *object = ZEND_THIS; in PHP_METHOD() local 1081 zval *object = ZEND_THIS; in PHP_METHOD() local 1095 zval *object = ZEND_THIS; in PHP_METHOD() local 1130 zval *object = ZEND_THIS; in PHP_METHOD() local 1272 zval *object = ZEND_THIS; in SPL_ARRAY_METHOD() local 1311 zval *object = ZEND_THIS; in PHP_METHOD() local 1685 zval *object = ZEND_THIS; in PHP_METHOD() local [all …]
|
H A D | spl_observer.stub.php | 26 public function attach(object $object, mixed $info = null): void {} argument 29 public function detach(object $object): void {} argument 32 public function contains(object $object): bool {} argument 81 public function offsetExists($object): bool {} 87 public function offsetGet($object): mixed {} 94 public function offsetSet($object, mixed $info = null): void {} 101 public function offsetUnset($object): void {} 104 public function getHash(object $object): string {} argument
|
H A D | spl_iterators.c | 102 zend_object *object; member 164 #define SPL_FETCH_SUB_ELEMENT(var, object, element) \ argument 173 #define SPL_FETCH_SUB_ELEMENT_ADDR(var, object, element) \ argument 236 spl_recursive_it_object *object = Z_SPLRECURSIVE_IT_P(&iter->data); in spl_recursive_it_get_current_data() local 244 spl_recursive_it_object *object = Z_SPLRECURSIVE_IT_P(&iter->data); in spl_recursive_it_get_current_key() local 495 spl_recursive_it_object *object = Z_SPLRECURSIVE_IT_P(zobject); in spl_recursive_it_get_iterator() local 543 zval *object = ZEND_THIS; in spl_recursive_it_it_construct() local 948 spl_recursive_it_object *object = spl_recursive_it_from_obj(obj); in spl_RecursiveIteratorIterator_get_gc() local 1150 spl_recursive_it_object *object = Z_SPLRECURSIVE_IT_P(ZEND_THIS); in PHP_METHOD() local 2023 spl_dual_it_object *object = spl_dual_it_from_obj(_object); in spl_dual_it_free_storage() local [all …]
|
H A D | spl_fixedarray.c | 267 static void spl_fixedarray_object_free_storage(zend_object *object) in spl_fixedarray_object_free_storage() 436 static void spl_fixedarray_object_write_dimension(zend_object *object, zval *offset, zval *value) in spl_fixedarray_object_write_dimension() 473 static void spl_fixedarray_object_unset_dimension(zend_object *object, zval *offset) in spl_fixedarray_object_unset_dimension() 504 static int spl_fixedarray_object_has_dimension(zend_object *object, zval *offset, int check_empty) in spl_fixedarray_object_has_dimension() 520 static zend_result spl_fixedarray_object_count_elements(zend_object *object, zend_long *count) in spl_fixedarray_object_count_elements() 542 zval *object = ZEND_THIS; in PHP_METHOD() local 672 zval *object = ZEND_THIS; in PHP_METHOD() local 768 zval *object = ZEND_THIS; in PHP_METHOD() local 781 zval *object = ZEND_THIS; in PHP_METHOD() local 900 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_valid() local [all …]
|
/PHP-8.4/ext/sqlite3/ |
H A D | sqlite3.c | 105 zval *object = ZEND_THIS; in PHP_METHOD() local 185 zval *object = ZEND_THIS; in PHP_METHOD() local 213 zval *object = ZEND_THIS; in PHP_METHOD() local 257 zval *object = ZEND_THIS; in PHP_METHOD() local 274 zval *object = ZEND_THIS; in PHP_METHOD() local 295 zval *object = ZEND_THIS; in PHP_METHOD() local 316 zval *object = ZEND_THIS; in PHP_METHOD() local 343 zval *object = ZEND_THIS; in PHP_METHOD() local 364 zval *object = ZEND_THIS; in PHP_METHOD() local 397 zval *object = ZEND_THIS; in PHP_METHOD() local [all …]
|
/PHP-8.4/ext/intl/calendar/ |
H A D | calendar_class.cpp | 43 U_CFUNC void calendar_object_create(zval *object, in calendar_object_create() 60 U_CFUNC Calendar *calendar_fetch_native_calendar(zend_object *object) in calendar_fetch_native_calendar() 67 U_CFUNC void calendar_object_construct(zval *object, in calendar_object_construct() 78 static zend_object *Calendar_clone_obj(zend_object *object) in Calendar_clone_obj() 133 static HashTable *Calendar_get_debug_info(zend_object *object, int *is_temp) in Calendar_get_debug_info() 220 static void Calendar_objects_free(zend_object *object) in Calendar_objects_free()
|
/PHP-8.4/ext/intl/breakiterator/ |
H A D | breakiterator_class.cpp | 46 U_CFUNC void breakiterator_object_create(zval *object, in breakiterator_object_create() 66 U_CFUNC void breakiterator_object_construct(zval *object, in breakiterator_object_construct() 97 static zend_object *BreakIterator_clone_obj(zend_object *object) in BreakIterator_clone_obj() 122 static HashTable *BreakIterator_get_debug_info(zend_object *object, int *is_temp) in BreakIterator_get_debug_info() 171 static void BreakIterator_objects_free(zend_object *object) in BreakIterator_objects_free()
|
/PHP-8.4/ext/date/ |
H A D | php_date.c | 3246 zval *object; in PHP_FUNCTION() local 3344 zval *object; in PHP_FUNCTION() local 3436 zval *object, *interval; in PHP_FUNCTION() local 3618 zval *object; in PHP_FUNCTION() local 3699 zval *object; in PHP_FUNCTION() local 3749 zval *object; in PHP_FUNCTION() local 3801 zval *object; in PHP_FUNCTION() local 3849 zval *object; in PHP_FUNCTION() local 3917 zval *object; in PHP_METHOD() local 3947 zval *object; in PHP_FUNCTION() local [all …]
|
H A D | php_date.stub.php | 184 function date_format(DateTimeInterface $object, string $format): string {} 186 function date_modify(DateTime $object, string $modifier): DateTime|false {} 188 function date_add(DateTime $object, DateInterval $interval): DateTime {} 190 function date_sub(DateTime $object, DateInterval $interval): DateTime {} 193 function date_timezone_get(DateTimeInterface $object): DateTimeZone|false {} 197 function date_offset_get(DateTimeInterface $object): int {} 210 function date_timestamp_set(DateTime $object, int $timestamp): DateTime {} 212 function date_timestamp_get(DateTimeInterface $object): int {} 218 function timezone_name_get(DateTimeZone $object): string {} 236 function timezone_location_get(DateTimeZone $object): array|false {} [all …]
|
/PHP-8.4/ext/xsl/ |
H A D | php_xsl.c | 77 void xsl_objects_free_storage(zend_object *object) in xsl_objects_free_storage() 150 static zval *xsl_objects_write_property_with_validation(zend_object *object, zend_string *member, z… in xsl_objects_write_property_with_validation() 169 static zval *xsl_objects_write_property(zend_object *object, zend_string *member, zval *value, void… in xsl_objects_write_property() 188 static zval *xsl_objects_get_property_ptr_ptr(zend_object *object, zend_string *member, int type, v… in xsl_objects_get_property_ptr_ptr() 197 static zval *xsl_objects_read_property(zend_object *object, zend_string *member, int type, void **c… in xsl_objects_read_property() 208 static void xsl_objects_unset_property(zend_object *object, zend_string *member, void **cache_slot) in xsl_objects_unset_property() 310 xsl_object *object; in php_xsl_set_object() local
|
/PHP-8.4/ext/mysqli/ |
H A D | mysqli.c | 148 static void mysqli_objects_free_storage(zend_object *object) in mysqli_objects_free_storage() 163 static void mysqli_link_free_storage(zend_object *object) in mysqli_link_free_storage() 182 static void mysqli_driver_free_storage(zend_object *object) in mysqli_driver_free_storage() 189 static void mysqli_stmt_free_storage(zend_object *object) in mysqli_stmt_free_storage() 203 static void mysqli_result_free_storage(zend_object *object) in mysqli_result_free_storage() 216 static void mysqli_warning_free_storage(zend_object *object) in mysqli_warning_free_storage() 241 zval *mysqli_read_property(zend_object *object, zend_string *name, int type, void **cache_slot, zva… in mysqli_read_property() 260 zval *mysqli_write_property(zend_object *object, zend_string *name, zval *value, void **cache_slot) in mysqli_write_property() 305 static int mysqli_object_has_property(zend_object *object, zend_string *name, int has_set_exists, v… in mysqli_object_has_property() 343 HashTable *mysqli_object_get_debug_info(zend_object *object, int *is_temp) in mysqli_object_get_debug_info()
|
/PHP-8.4/ext/intl/transliterator/ |
H A D | transliterator_class.c | 31 int transliterator_object_construct( zval *object, in transliterator_object_construct() 99 static void Transliterator_objects_free( zend_object *object ) in Transliterator_objects_free() 129 static zend_object *Transliterator_clone_obj( zend_object *object ) in Transliterator_clone_obj()
|
/PHP-8.4/ext/intl/msgformat/ |
H A D | msgformat.c | 35 zval* object; in msgfmt_ctor() local 140 zval* object = NULL; in PHP_FUNCTION() local 161 zval* object = NULL; in PHP_FUNCTION() local
|
/PHP-8.4/ext/simplexml/ |
H A D | simplexml.c | 627 static void sxe_dimension_write(zend_object *object, zval *offset, zval *value) in sxe_dimension_write() 909 static void sxe_dimension_delete(zend_object *object, zval *offset) in sxe_dimension_delete() 982 static int sxe_prop_is_empty(zend_object *object) /* {{{ */ in sxe_prop_is_empty() 1064 static HashTable *sxe_get_prop_hash(zend_object *object, int is_debug) /* {{{ */ in sxe_get_prop_hash() 1195 static HashTable *sxe_get_properties(zend_object *object) /* {{{ */ in sxe_get_properties() 1201 static HashTable * sxe_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in sxe_get_debug_info() 1801 static zend_result cast_object(zval *object, int type, char *contents) in cast_object() 2084 sxe_object_clone(zend_object *object) in sxe_object_clone() 2130 static void sxe_object_free_storage(zend_object *object) in sxe_object_free_storage() 2565 void *simplexml_export_node(zval *object) /* {{{ */ in simplexml_export_node() [all …]
|
/PHP-8.4/ext/reflection/ |
H A D | php_reflection.stub.php | 215 public function getClosure(?object $object = null): Closure {} argument 221 public function invoke(?object $object, mixed ...$args): mixed {} argument 368 public function isInstance(object $object): bool {} argument 387 public function initializeLazyObject(object $object): object {} argument 393 public function getLazyInitializer(object $object): ?callable {} argument 445 public function __construct(object $object) {} argument 492 public function getValue(?object $object = null): mixed {} argument 497 public function getRawValue(object $object): mixed {} argument 503 public function skipLazyInitialization(object $object): void {} argument 505 public function isLazy(object $object): bool {} argument [all …]
|