Home
last modified time | relevance | path

Searched defs:object (Results 1 – 25 of 87) sorted by relevance

1234

/PHP-7.3/ext/standard/
H A Dincomplete_class.c35 static void incomplete_class_message(zval *object, int error_type) in incomplete_class_message()
50 static zval *incomplete_class_get_property(zval *object, zval *member, int type, void **cache_slot,… in incomplete_class_get_property()
63 static void incomplete_class_write_property(zval *object, zval *member, zval *value, void **cache_s… in incomplete_class_write_property()
69 static zval *incomplete_class_get_property_ptr_ptr(zval *object, zval *member, int type, void **cac… in incomplete_class_get_property_ptr_ptr()
76 static void incomplete_class_unset_property(zval *object, zval *member, void **cache_slot) /* {{{ */ in incomplete_class_unset_property()
82 static int incomplete_class_has_property(zval *object, zval *member, int check_empty, void **cache_… in incomplete_class_has_property()
89 static union _zend_function *incomplete_class_get_method(zend_object **object, zend_string *method,… in incomplete_class_get_method()
103 zend_object *object; in php_create_incomplete_object() local
134 PHPAPI zend_string *php_lookup_class_name(zval *object) in php_lookup_class_name()
151 PHPAPI void php_store_class_name(zval *object, const char *name, size_t len) in php_store_class_name()
/PHP-7.3/ext/com_dotnet/
H A Dcom_handlers.c81 static zval *com_read_dimension(zval *object, zval *offset, int type, zval *rv) in com_read_dimension()
117 static void com_write_dimension(zval *object, zval *offset, zval *value) in com_write_dimension()
214 static int com_dimension_exists(zval *object, zval *member, int check_empty) in com_dimension_exists()
225 static void com_dimension_delete(zval *object, zval *offset) in com_dimension_delete()
230 static HashTable *com_properties_get(zval *object) in com_properties_get()
253 zval *object = getThis(); in PHP_FUNCTION() local
396 static union _zend_function *com_constructor_get(zend_object *object) in com_constructor_get()
428 static zend_string* com_class_name_get(const zend_object *object) in com_class_name_get()
525 static int com_object_count(zval *object, zend_long *count) in com_object_count()
597 void php_com_object_free_storage(zend_object *object) in php_com_object_free_storage()
[all …]
H A Dcom_saproxy.c86 static zval *saproxy_read_dimension(zval *object, zval *offset, int type, zval *rv) in saproxy_read_dimension()
206 static void saproxy_write_dimension(zval *object, zval *offset, zval *value) in saproxy_write_dimension()
297 static int saproxy_dimension_exists(zval *object, zval *member, int check_empty) in saproxy_dimension_exists()
303 static void saproxy_property_delete(zval *object, zval *member, void **cache_slot) in saproxy_property_delete()
308 static void saproxy_dimension_delete(zval *object, zval *offset) in saproxy_dimension_delete()
313 static HashTable *saproxy_properties_get(zval *object) in saproxy_properties_get()
330 static union _zend_function *saproxy_constructor_get(zend_object *object) in saproxy_constructor_get()
336 static zend_string* saproxy_class_name_get(const zend_object *object) in saproxy_class_name_get()
351 static int saproxy_count_elements(zval *object, zend_long *count) in saproxy_count_elements()
368 static void saproxy_free_storage(zend_object *object) in saproxy_free_storage()
[all …]
/PHP-7.3/ext/spl/
H A Dspl_array.c804 zval *object = getThis(); in SPL_METHOD() local
1196 zval *object = getThis(); in SPL_METHOD() local
1226 zval *object = getThis(); in SPL_METHOD() local
1251 zval *object = getThis(); in SPL_METHOD() local
1267 zval *object = getThis(); in SPL_METHOD() local
1283 zval *object = getThis(); in SPL_METHOD() local
1298 zval *object = getThis(); in SPL_METHOD() local
1335 zval *object = getThis(); in SPL_METHOD() local
1356 zval *object = getThis(); in SPL_METHOD() local
1372 zval *object = getThis(); in SPL_METHOD() local
[all …]
H A Dspl_fixedarray.c184 static void spl_fixedarray_object_free_storage(zend_object *object) /* {{{ */ in spl_fixedarray_object_free_storage()
444 static void spl_fixedarray_object_unset_dimension(zval *object, zval *offset) /* {{{ */ in spl_fixedarray_object_unset_dimension()
540 zval *object = getThis(); in SPL_METHOD() local
598 zval *object = getThis(); in SPL_METHOD() local
709 zval *object = getThis(); in SPL_METHOD() local
725 zval *object = getThis(); in SPL_METHOD() local
825 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_rewind() local
837 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_valid() local
854 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_get_current_data() local
875 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_get_current_key() local
[all …]
H A Dspl_iterators.c145 #define SPL_FETCH_SUB_ELEMENT(var, object, element) \ argument
155 #define SPL_FETCH_SUB_ELEMENT_ADDR(var, object, element) \ argument
217 spl_recursive_it_object *object = Z_SPLRECURSIVE_IT_P(&iter->data); in spl_recursive_it_get_current_data() local
225 spl_recursive_it_object *object = Z_SPLRECURSIVE_IT_P(&iter->data); in spl_recursive_it_get_current_key() local
457 spl_recursive_it_object *object; in spl_recursive_it_get_iterator() local
479 zval *object = getThis(); in spl_recursive_it_it_construct() local
615 spl_recursive_it_object *object = Z_SPLRECURSIVE_IT_P(getThis()); in SPL_METHOD() local
628 spl_recursive_it_object *object = Z_SPLRECURSIVE_IT_P(getThis()); in SPL_METHOD() local
641 spl_recursive_it_object *object = Z_SPLRECURSIVE_IT_P(getThis()); in SPL_METHOD() local
2288 spl_dual_it_object *object = spl_dual_it_from_obj(_object); in spl_dual_it_dtor() local
[all …]
/PHP-7.3/Zend/
H A Dzend_interfaces.c125 ZEND_API void zend_user_it_new_iterator(zend_class_entry *ce, zval *object, zval *retval) in zend_user_it_new_iterator()
147 zval *object = &iter->it.data; in zend_user_it_dtor() local
159 zval *object = &iter->it.data; in zend_user_it_valid() local
176 zval *object = &iter->it.data; in zend_user_it_get_current_data() local
189 zval *object = &iter->it.data; in zend_user_it_get_current_key() local
210 zval *object = &iter->it.data; in zend_user_it_move_forward() local
221 zval *object = &iter->it.data; in zend_user_it_rewind() local
239 static zend_object_iterator *zend_user_it_get_iterator(zend_class_entry *ce, zval *object, int by_r… in zend_user_it_get_iterator()
261 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()
404 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serial… in zend_user_serialize()
[all …]
H A Dzend_objects.c28 ZEND_API void ZEND_FASTCALL zend_object_std_init(zend_object *object, zend_class_entry *ce) in zend_object_std_init()
40 ZEND_API void zend_object_std_dtor(zend_object *object) in zend_object_std_dtor()
74 ZEND_API void zend_objects_destroy_object(zend_object *object) in zend_objects_destroy_object()
176 zend_object *object = emalloc(sizeof(zend_object) + zend_object_properties_size(ce)); in zend_objects_new() local
H A Dzend_closures.c335 static ZEND_COLD zend_function *zend_closure_get_constructor(zend_object *object) /* {{{ */ in zend_closure_get_constructor()
348 ZEND_API zend_function *zend_get_closure_invoke_method(zend_object *object) /* {{{ */ in zend_get_closure_invoke_method()
390 static zend_function *zend_closure_get_method(zend_object **object, zend_string *method, const zval… in zend_closure_get_method()
400 static zval *zend_closure_read_property(zval *object, zval *member, int type, void **cache_slot, zv… in zend_closure_read_property()
407 static void zend_closure_write_property(zval *object, zval *member, zval *value, void **cache_slot)… in zend_closure_write_property()
413 static zval *zend_closure_get_property_ptr_ptr(zval *object, zval *member, int type, void **cache_s… in zend_closure_get_property_ptr_ptr()
420 static int zend_closure_has_property(zval *object, zval *member, int has_set_exists, void **cache_s… in zend_closure_has_property()
429 static void zend_closure_unset_property(zval *object, zval *member, void **cache_slot) /* {{{ */ in zend_closure_unset_property()
435 static void zend_closure_free_storage(zend_object *object) /* {{{ */ in zend_closure_free_storage()
496 static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_closure_get_debug_info()
H A Dzend_object_handlers.c104 ZEND_API HashTable *zend_std_get_properties(zval *object) /* {{{ */ in zend_std_get_properties()
115 ZEND_API HashTable *zend_std_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_std_get_gc()
142 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_std_get_debug_info()
746 ZEND_API void zend_std_write_property(zval *object, zval *member, zval *value, void **cache_slot) /… in zend_std_write_property()
827 ZEND_API zval *zend_std_read_dimension(zval *object, zval *offset, int type, zval *rv) /* {{{ */ in zend_std_read_dimension()
876 ZEND_API void zend_std_write_dimension(zval *object, zval *offset, zval *value) /* {{{ */ in zend_std_write_dimension()
897 ZEND_API int zend_std_has_dimension(zval *object, zval *offset, int check_empty) /* {{{ */ in zend_std_has_dimension()
924 ZEND_API zval *zend_std_get_property_ptr_ptr(zval *object, zval *member, int type, void **cache_slo… in zend_std_get_property_ptr_ptr()
988 ZEND_API void zend_std_unset_property(zval *object, zval *member, void **cache_slot) /* {{{ */ in zend_std_unset_property()
1046 ZEND_API void zend_std_unset_dimension(zval *object, zval *offset) /* {{{ */ in zend_std_unset_dimension()
[all …]
H A Dzend_iterators.c64 static void iter_wrapper_free(zend_object *object) in iter_wrapper_free()
70 static void iter_wrapper_dtor(zend_object *object) in iter_wrapper_dtor()
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c103 zval *object = getThis(); in PHP_METHOD() local
187 zval *object = getThis(); in PHP_METHOD() local
216 zval *object = getThis(); in PHP_METHOD() local
259 zval *object = getThis(); in PHP_METHOD() local
277 zval *object = getThis(); in PHP_METHOD() local
299 zval *object = getThis(); in PHP_METHOD() local
321 zval *object = getThis(); in PHP_METHOD() local
355 zval *object = getThis(); in PHP_METHOD() local
428 zval *object = getThis(); in PHP_METHOD() local
470 zval *object = getThis(); in PHP_METHOD() local
[all …]
/PHP-7.3/ext/intl/transliterator/
H A Dtransliterator_class.c33 int transliterator_object_construct( zval *object, in transliterator_object_construct()
101 static void Transliterator_objects_free( zend_object *object ) in Transliterator_objects_free()
133 static zend_object *Transliterator_clone_obj( zval *object ) in Transliterator_clone_obj()
209 static zval *Transliterator_get_property_ptr_ptr( zval *object, zval *member, int type, void **cach… in Transliterator_get_property_ptr_ptr()
232 static zval *Transliterator_read_property( zval *object, zval *member, int type, void **cache_slot,… in Transliterator_read_property()
258 static void Transliterator_write_property( zval *object, zval *member, zval *value, in Transliterator_write_property()
/PHP-7.3/ext/intl/calendar/
H A Dcalendar_class.cpp46 U_CFUNC void calendar_object_create(zval *object, in calendar_object_create()
63 U_CFUNC Calendar *calendar_fetch_native_calendar(zval *object) in calendar_fetch_native_calendar()
70 U_CFUNC void calendar_object_construct(zval *object, in calendar_object_construct()
81 static zend_object *Calendar_clone_obj(zval *object) in Calendar_clone_obj()
150 static HashTable *Calendar_get_debug_info(zval *object, int *is_temp) in Calendar_get_debug_info()
237 static void Calendar_objects_free(zend_object *object) in Calendar_objects_free()
/PHP-7.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c39 static void ResourceBundle_object_free( zend_object *object ) in ResourceBundle_object_free()
87 zval *object = return_value; in resourcebundle_ctor() local
179 static void resourcebundle_array_fetch(zval *object, zval *offset, zval *return_value, int fallback) in resourcebundle_array_fetch()
233 zval *resourcebundle_array_get(zval *object, zval *offset, int type, zval *rv) in resourcebundle_array_get()
259 zval * object; in ZEND_END_ARG_INFO() local
272 int resourcebundle_array_count(zval *object, zend_long *count) in resourcebundle_array_count()
/PHP-7.3/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp50 U_CFUNC void breakiterator_object_create(zval *object, in breakiterator_object_create()
70 U_CFUNC void breakiterator_object_construct(zval *object, in breakiterator_object_construct()
99 static zend_object *BreakIterator_clone_obj(zval *object) in BreakIterator_clone_obj()
139 static HashTable *BreakIterator_get_debug_info(zval *object, int *is_temp) in BreakIterator_get_debug_info()
188 static void BreakIterator_objects_free(zend_object *object) in BreakIterator_objects_free()
/PHP-7.3/ext/date/
H A Dphp_date.c3182 zval *object; in PHP_FUNCTION() local
3269 zval *object; in PHP_FUNCTION() local
3290 zval *object, new_object; in PHP_METHOD() local
3329 zval *object, *interval; in PHP_FUNCTION() local
3385 zval *object, *interval; in PHP_FUNCTION() local
3487 zval *object; in PHP_FUNCTION() local
3573 zval *object; in PHP_FUNCTION() local
3622 zval *object; in PHP_FUNCTION() local
3675 zval *object; in PHP_FUNCTION() local
3723 zval *object; in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/intl/dateformat/
H A Ddateformat_class.c38 static void IntlDateFormatter_object_dtor(zend_object *object ) in IntlDateFormatter_object_dtor()
45 void IntlDateFormatter_object_free( zend_object *object ) in IntlDateFormatter_object_free()
80 zend_object *IntlDateFormatter_object_clone(zval *object) in IntlDateFormatter_object_clone()
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c662 static void sxe_dimension_write(zval *object, zval *offset, zval *value) in sxe_dimension_write()
938 static void sxe_dimension_delete(zval *object, zval *offset) in sxe_dimension_delete()
1012 static int sxe_prop_is_empty(zval *object) /* {{{ */ in sxe_prop_is_empty()
1243 static HashTable *sxe_get_properties(zval *object) /* {{{ */ in sxe_get_properties()
1826 static int cast_object(zval *object, int type, char *contents) in cast_object()
1958 static int sxe_count_elements(zval *object, zend_long *count) /* {{{ */ in sxe_count_elements()
2009 sxe_object_clone(zval *object) in sxe_object_clone()
2044 static void sxe_object_dtor(zend_object *object) in sxe_object_dtor()
2073 static void sxe_object_free_storage(zend_object *object) in sxe_object_free_storage()
2495 void *simplexml_export_node(zval *object) /* {{{ */ in simplexml_export_node()
[all …]
/PHP-7.3/ext/intl/msgformat/
H A Dmsgformat.c37 zval* object; in msgfmt_ctor() local
133 zval* object = NULL; in PHP_FUNCTION() local
161 zval* object = NULL; in PHP_FUNCTION() local
/PHP-7.3/ext/intl/timezone/
H A Dtimezone_class.cpp50 U_CFUNC void timezone_object_construct(const TimeZone *zone, zval *object, int owned) in timezone_object_construct()
224 static zend_object *TimeZone_clone_obj(zval *object) in TimeZone_clone_obj()
288 static HashTable *TimeZone_get_debug_info(zval *object, int *is_temp) in TimeZone_get_debug_info()
351 static void TimeZone_objects_dtor(zend_object *object) in TimeZone_objects_dtor()
358 static void TimeZone_objects_free(zend_object *object) in TimeZone_objects_free()
/PHP-7.3/ext/mysqli/
H A Dmysqli.c198 static void mysqli_objects_free_storage(zend_object *object) in mysqli_objects_free_storage()
212 static void mysqli_link_free_storage(zend_object *object) in mysqli_link_free_storage()
231 static void mysqli_driver_free_storage(zend_object *object) in mysqli_driver_free_storage()
239 static void mysqli_stmt_free_storage(zend_object *object) in mysqli_stmt_free_storage()
254 static void mysqli_result_free_storage(zend_object *object) in mysqli_result_free_storage()
268 static void mysqli_warning_free_storage(zend_object *object) in mysqli_warning_free_storage()
298 zval *mysqli_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) in mysqli_read_property()
334 void mysqli_write_property(zval *object, zval *member, zval *value, void **cache_slot) in mysqli_write_property()
375 static int mysqli_object_has_property(zval *object, zval *member, int has_set_exists, void **cache_… in mysqli_object_has_property()
414 HashTable *mysqli_object_get_debug_info(zval *object, int *is_temp) in mysqli_object_get_debug_info()
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c2215 static void dbstmt_prop_delete(zval *object, zval *member, void **cache_slot) in dbstmt_prop_delete()
2232 zend_object *object = *object_pp; in dbstmt_method_get() local
2533 static zval *row_dim_read(zval *object, zval *member, int type, zval *rv) in row_dim_read()
2538 static void row_prop_write(zval *object, zval *member, zval *value, void **cache_slot) in row_prop_write()
2543 static void row_dim_write(zval *object, zval *member, zval *value) in row_dim_write()
2586 static int row_dim_exists(zval *object, zval *member, int check_empty) in row_dim_exists()
2591 static void row_prop_delete(zval *object, zval *offset, void **cache_slot) in row_prop_delete()
2596 static void row_dim_delete(zval *object, zval *offset) in row_dim_delete()
2601 static HashTable *row_get_properties(zval *object) in row_get_properties()
2648 static union _zend_function *row_get_ctor(zend_object *object) in row_get_ctor()
[all …]
/PHP-7.3/ext/dom/
H A Dphp_dom.c329 zval *dom_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) in dom_read_property()
359 void dom_write_property(zval *object, zval *member, zval *value, void **cache_slot) in dom_write_property()
379 static int dom_property_exists(zval *object, zval *member, int check_empty, void **cache_slot) in dom_property_exists()
411 static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp) /* {{{ */ in dom_get_debug_info_helper()
454 static HashTable* dom_get_debug_info(zval *object, int *is_temp) /* {{{ */ in dom_get_debug_info()
460 void *php_dom_export_node(zval *object) /* {{{ */ in php_dom_export_node()
1004 void dom_xpath_objects_free_storage(zend_object *object) in dom_xpath_objects_free_storage()
1029 void dom_objects_free_storage(zend_object *object) in dom_objects_free_storage()
1115 static void dom_nnodemap_object_dtor(zend_object *object) /* {{{ */ in dom_nnodemap_object_dtor()
1139 void dom_nnodemap_objects_free_storage(zend_object *object) /* {{{ */ in dom_nnodemap_objects_free_storage()
[all …]
/PHP-7.3/ext/intl/formatter/
H A Dformatter_class.c37 void NumberFormatter_object_free( zend_object *object ) in NumberFormatter_object_free()
64 zend_object *NumberFormatter_object_clone(zval *object) in NumberFormatter_object_clone()

Completed in 196 milliseconds

1234