Home
last modified time | relevance | path

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

1234

/PHP-7.1/ext/standard/
H A Dincomplete_class.c37 static void incomplete_class_message(zval *object, int error_type) in incomplete_class_message()
52 static zval *incomplete_class_get_property(zval *object, zval *member, int type, void **cache_slot,… in incomplete_class_get_property()
65 static void incomplete_class_write_property(zval *object, zval *member, zval *value, void **cache_s… in incomplete_class_write_property()
71 static zval *incomplete_class_get_property_ptr_ptr(zval *object, zval *member, int type, void **cac… in incomplete_class_get_property_ptr_ptr()
78 static void incomplete_class_unset_property(zval *object, zval *member, void **cache_slot) /* {{{ */ in incomplete_class_unset_property()
84 static int incomplete_class_has_property(zval *object, zval *member, int check_empty, void **cache_… in incomplete_class_has_property()
91 static union _zend_function *incomplete_class_get_method(zend_object **object, zend_string *method,… in incomplete_class_get_method()
105 zend_object *object; in php_create_incomplete_object() local
136 PHPAPI zend_string *php_lookup_class_name(zval *object) in php_lookup_class_name()
153 PHPAPI void php_store_class_name(zval *object, const char *name, size_t len) in php_store_class_name()
/PHP-7.1/ext/com_dotnet/
H A Dcom_handlers.c83 static zval *com_read_dimension(zval *object, zval *offset, int type, zval *rv) in com_read_dimension()
119 static void com_write_dimension(zval *object, zval *offset, zval *value) in com_write_dimension()
211 static int com_dimension_exists(zval *object, zval *member, int check_empty) in com_dimension_exists()
222 static void com_dimension_delete(zval *object, zval *offset) in com_dimension_delete()
227 static HashTable *com_properties_get(zval *object) in com_properties_get()
250 zval *object = getThis(); in PHP_FUNCTION() local
393 static union _zend_function *com_constructor_get(zend_object *object) in com_constructor_get()
425 static zend_string* com_class_name_get(const zend_object *object) in com_class_name_get()
521 static int com_object_count(zval *object, zend_long *count) in com_object_count()
593 void php_com_object_free_storage(zend_object *object) in php_com_object_free_storage()
[all …]
H A Dcom_saproxy.c88 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.1/ext/spl/
H A Dspl_array.c810 zval *object = getThis(); in SPL_METHOD() local
1199 zval *object = getThis(); in SPL_METHOD() local
1229 zval *object = getThis(); in SPL_METHOD() local
1245 zval *object = getThis(); in SPL_METHOD() local
1261 zval *object = getThis(); in SPL_METHOD() local
1276 zval *object = getThis(); in SPL_METHOD() local
1313 zval *object = getThis(); in SPL_METHOD() local
1334 zval *object = getThis(); in SPL_METHOD() local
1350 zval *object = getThis(); in SPL_METHOD() local
1534 zval *object = getThis(); in SPL_ARRAY_METHOD() local
[all …]
H A Dspl_fixedarray.c188 static void spl_fixedarray_object_free_storage(zend_object *object) /* {{{ */ in spl_fixedarray_object_free_storage()
458 static void spl_fixedarray_object_unset_dimension(zval *object, zval *offset) /* {{{ */ in spl_fixedarray_object_unset_dimension()
555 zval *object = getThis(); in SPL_METHOD() local
616 zval *object = getThis(); in SPL_METHOD() local
728 zval *object = getThis(); in SPL_METHOD() local
744 zval *object = getThis(); in SPL_METHOD() local
845 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_rewind() local
857 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_valid() local
874 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_get_current_data() local
896 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_get_current_key() local
[all …]
H A Dspl_iterators.c148 #define SPL_FETCH_SUB_ELEMENT(var, object, element) \ argument
158 #define SPL_FETCH_SUB_ELEMENT_ADDR(var, object, element) \ argument
220 spl_recursive_it_object *object = Z_SPLRECURSIVE_IT_P(&iter->data); in spl_recursive_it_get_current_data() local
228 spl_recursive_it_object *object = Z_SPLRECURSIVE_IT_P(&iter->data); in spl_recursive_it_get_current_key() local
450 spl_recursive_it_object *object; in spl_recursive_it_get_iterator() local
481 zval *object = getThis(); in spl_recursive_it_it_construct() local
617 spl_recursive_it_object *object = Z_SPLRECURSIVE_IT_P(getThis()); in SPL_METHOD() local
630 spl_recursive_it_object *object = Z_SPLRECURSIVE_IT_P(getThis()); in SPL_METHOD() local
643 spl_recursive_it_object *object = Z_SPLRECURSIVE_IT_P(getThis()); in SPL_METHOD() local
2295 spl_dual_it_object *object = spl_dual_it_from_obj(_object); in spl_dual_it_dtor() local
[all …]
/PHP-7.1/Zend/
H A Dzend_interfaces.c128 ZEND_API void zend_user_it_new_iterator(zend_class_entry *ce, zval *object, zval *retval) in zend_user_it_new_iterator()
150 zval *object = &iter->it.data; in zend_user_it_dtor() local
162 zval *object = &iter->it.data; in zend_user_it_valid() local
181 zval *object = &iter->it.data; in zend_user_it_get_current_data() local
204 zval *object = &iter->it.data; in zend_user_it_get_current_key() local
225 zval *object = &iter->it.data; in zend_user_it_move_forward() local
236 zval *object = &iter->it.data; in zend_user_it_rewind() local
254 static zend_object_iterator *zend_user_it_get_iterator(zend_class_entry *ce, zval *object, int by_r… in zend_user_it_get_iterator()
276 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()
407 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.c30 ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce) in zend_object_std_init()
53 ZEND_API void zend_object_std_dtor(zend_object *object) in zend_object_std_dtor()
87 ZEND_API void zend_objects_destroy_object(zend_object *object) in zend_objects_destroy_object()
171 zend_object *object = emalloc(sizeof(zend_object) + zend_object_properties_size(ce)); in zend_objects_new() local
H A Dzend_object_handlers.c118 ZEND_API HashTable *zend_std_get_properties(zval *object) /* {{{ */ in zend_std_get_properties()
129 ZEND_API HashTable *zend_std_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_std_get_gc()
151 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_std_get_debug_info()
191 static void zend_std_call_getter(zval *object, zval *member, zval *retval) /* {{{ */ in zend_std_call_getter()
209 static int zend_std_call_setter(zval *object, zval *member, zval *value) /* {{{ */ in zend_std_call_setter()
238 static void zend_std_call_unsetter(zval *object, zval *member) /* {{{ */ in zend_std_call_unsetter()
259 static void zend_std_call_issetter(zval *object, zval *member, zval *retval) /* {{{ */ in zend_std_call_issetter()
788 zval *zend_std_read_dimension(zval *object, zval *offset, int type, zval *rv) /* {{{ */ in zend_std_read_dimension()
838 static void zend_std_write_dimension(zval *object, zval *offset, zval *value) /* {{{ */ in zend_std_write_dimension()
1039 static void zend_std_unset_dimension(zval *object, zval *offset) /* {{{ */ in zend_std_unset_dimension()
[all …]
H A Dzend_objects_API.c110 ZEND_API void zend_objects_store_put(zend_object *object) in zend_objects_store_put()
134 ZEND_API void zend_objects_store_free(zend_object *object) /* {{{ */ in zend_objects_store_free()
145 ZEND_API void zend_objects_store_del(zend_object *object) /* {{{ */ in zend_objects_store_del()
210 ZEND_API void zend_object_store_set_object(zval *zobject, zend_object *object) in zend_object_store_set_object()
H A Dzend_closures.c330 static ZEND_COLD zend_function *zend_closure_get_constructor(zend_object *object) /* {{{ */ in zend_closure_get_constructor()
343 ZEND_API zend_function *zend_get_closure_invoke_method(zend_object *object) /* {{{ */ in zend_get_closure_invoke_method()
385 static zend_function *zend_closure_get_method(zend_object **object, zend_string *method, const zval… in zend_closure_get_method()
395 static zval *zend_closure_read_property(zval *object, zval *member, int type, void **cache_slot, zv… in zend_closure_read_property()
402 static void zend_closure_write_property(zval *object, zval *member, zval *value, void **cache_slot)… in zend_closure_write_property()
408 static zval *zend_closure_get_property_ptr_ptr(zval *object, zval *member, int type, void **cache_s… in zend_closure_get_property_ptr_ptr()
415 static int zend_closure_has_property(zval *object, zval *member, int has_set_exists, void **cache_s… in zend_closure_has_property()
424 static void zend_closure_unset_property(zval *object, zval *member, void **cache_slot) /* {{{ */ in zend_closure_unset_property()
430 static void zend_closure_free_storage(zend_object *object) /* {{{ */ in zend_closure_free_storage()
491 static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_closure_get_debug_info()
H A Dzend_iterators.c66 static void iter_wrapper_free(zend_object *object) in iter_wrapper_free()
72 static void iter_wrapper_dtor(zend_object *object) in iter_wrapper_dtor()
/PHP-7.1/ext/sqlite3/
H A Dsqlite3.c105 zval *object = getThis(); in PHP_METHOD() local
189 zval *object = getThis(); in PHP_METHOD() local
218 zval *object = getThis(); in PHP_METHOD() local
261 zval *object = getThis(); in PHP_METHOD() local
279 zval *object = getThis(); in PHP_METHOD() local
301 zval *object = getThis(); in PHP_METHOD() local
323 zval *object = getThis(); in PHP_METHOD() local
351 zval *object = getThis(); in PHP_METHOD() local
424 zval *object = getThis(); in PHP_METHOD() local
466 zval *object = getThis(); in PHP_METHOD() local
[all …]
/PHP-7.1/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()
134 static zend_object *Transliterator_clone_obj( zval *object ) in Transliterator_clone_obj()
212 static zval *Transliterator_get_property_ptr_ptr( zval *object, zval *member, int type, void **cach… in Transliterator_get_property_ptr_ptr()
235 static zval *Transliterator_read_property( zval *object, zval *member, int type, void **cache_slot,… in Transliterator_read_property()
261 static void Transliterator_write_property( zval *object, zval *member, zval *value, in Transliterator_write_property()
/PHP-7.1/ext/intl/calendar/
H A Dcalendar_class.cpp43 U_CFUNC void calendar_object_create(zval *object, in calendar_object_create()
60 U_CFUNC Calendar *calendar_fetch_native_calendar(zval *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(zval *object) in Calendar_clone_obj()
147 static HashTable *Calendar_get_debug_info(zval *object, int *is_temp) in Calendar_get_debug_info()
235 static void Calendar_objects_free(zend_object *object) in Calendar_objects_free()
/PHP-7.1/ext/intl/resourcebundle/
H A Dresourcebundle_class.c39 static void ResourceBundle_object_destroy( zend_object *object ) in ResourceBundle_object_destroy()
85 zval *object = return_value; in resourcebundle_ctor() local
177 static void resourcebundle_array_fetch(zval *object, zval *offset, zval *return_value, int fallback) in resourcebundle_array_fetch()
231 zval *resourcebundle_array_get(zval *object, zval *offset, int type, zval *rv) in resourcebundle_array_get()
257 zval * object; in ZEND_END_ARG_INFO() local
270 int resourcebundle_array_count(zval *object, zend_long *count) in resourcebundle_array_count()
/PHP-7.1/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp49 U_CFUNC void breakiterator_object_create(zval *object, in breakiterator_object_create()
69 U_CFUNC void breakiterator_object_construct(zval *object, in breakiterator_object_construct()
98 static zend_object *BreakIterator_clone_obj(zval *object) in BreakIterator_clone_obj()
138 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.1/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()
81 zend_object *IntlDateFormatter_object_clone(zval *object) in IntlDateFormatter_object_clone()
/PHP-7.1/ext/date/
H A Dphp_date.c3145 zval *object; in PHP_FUNCTION() local
3232 zval *object; in PHP_FUNCTION() local
3253 zval *object, new_object; in PHP_METHOD() local
3291 zval *object, *interval; in PHP_FUNCTION() local
3347 zval *object, *interval; in PHP_FUNCTION() local
3449 zval *object; in PHP_FUNCTION() local
3534 zval *object; in PHP_FUNCTION() local
3583 zval *object; in PHP_FUNCTION() local
3636 zval *object; in PHP_FUNCTION() local
3684 zval *object; in PHP_FUNCTION() local
[all …]
/PHP-7.1/ext/simplexml/
H A Dsimplexml.c688 static void sxe_dimension_write(zval *object, zval *offset, zval *value) in sxe_dimension_write()
964 static void sxe_dimension_delete(zval *object, zval *offset) in sxe_dimension_delete()
1038 static int sxe_prop_is_empty(zval *object) /* {{{ */ in sxe_prop_is_empty()
1271 static HashTable *sxe_get_properties(zval *object) /* {{{ */ in sxe_get_properties()
1852 static int cast_object(zval *object, int type, char *contents) in cast_object()
1985 static int sxe_count_elements(zval *object, zend_long *count) /* {{{ */ in sxe_count_elements()
2063 sxe_object_clone(zval *object) in sxe_object_clone()
2098 static void sxe_object_dtor(zend_object *object) in sxe_object_dtor()
2127 static void sxe_object_free_storage(zend_object *object) in sxe_object_free_storage()
2542 void *simplexml_export_node(zval *object) /* {{{ */ in simplexml_export_node()
[all …]
/PHP-7.1/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.1/ext/intl/timezone/
H A Dtimezone_class.cpp48 U_CFUNC void timezone_object_construct(const TimeZone *zone, zval *object, int owned) in timezone_object_construct()
222 static zend_object *TimeZone_clone_obj(zval *object) in TimeZone_clone_obj()
286 static HashTable *TimeZone_get_debug_info(zval *object, int *is_temp) in TimeZone_get_debug_info()
350 static void TimeZone_objects_dtor(zend_object *object) in TimeZone_objects_dtor()
357 static void TimeZone_objects_free(zend_object *object) in TimeZone_objects_free()
/PHP-7.1/ext/mysqli/
H A Dmysqli.c200 static void mysqli_objects_free_storage(zend_object *object) in mysqli_objects_free_storage()
214 static void mysqli_link_free_storage(zend_object *object) in mysqli_link_free_storage()
233 static void mysqli_driver_free_storage(zend_object *object) in mysqli_driver_free_storage()
241 static void mysqli_stmt_free_storage(zend_object *object) in mysqli_stmt_free_storage()
256 static void mysqli_result_free_storage(zend_object *object) in mysqli_result_free_storage()
270 static void mysqli_warning_free_storage(zend_object *object) in mysqli_warning_free_storage()
300 zval *mysqli_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) in mysqli_read_property()
338 void mysqli_write_property(zval *object, zval *member, zval *value, void **cache_slot) in mysqli_write_property()
381 static int mysqli_object_has_property(zval *object, zval *member, int has_set_exists, void **cache_… in mysqli_object_has_property()
421 HashTable *mysqli_object_get_debug_info(zval *object, int *is_temp) in mysqli_object_get_debug_info()
/PHP-7.1/ext/pdo/
H A Dpdo_stmt.c2196 static void dbstmt_prop_delete(zval *object, zval *member, void **cache_slot) in dbstmt_prop_delete()
2213 zend_object *object = *object_pp; in dbstmt_method_get() local
2528 static zval *row_dim_read(zval *object, zval *member, int type, zval *rv) in row_dim_read()
2533 static void row_prop_write(zval *object, zval *member, zval *value, void **cache_slot) in row_prop_write()
2538 static void row_dim_write(zval *object, zval *member, zval *value) in row_dim_write()
2581 static int row_dim_exists(zval *object, zval *member, int check_empty) in row_dim_exists()
2586 static void row_prop_delete(zval *object, zval *offset, void **cache_slot) in row_prop_delete()
2591 static void row_dim_delete(zval *object, zval *offset) in row_dim_delete()
2596 static HashTable *row_get_properties(zval *object) in row_get_properties()
2644 static union _zend_function *row_get_ctor(zend_object *object) in row_get_ctor()
[all …]
/PHP-7.1/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()
360 void dom_write_property(zval *object, zval *member, zval *value, void **cache_slot) in dom_write_property()
381 static int dom_property_exists(zval *object, zval *member, int check_empty, void **cache_slot) in dom_property_exists()
414 static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp) /* {{{ */ in dom_get_debug_info_helper()
457 static HashTable* dom_get_debug_info(zval *object, int *is_temp) /* {{{ */ in dom_get_debug_info()
463 void *php_dom_export_node(zval *object) /* {{{ */ in php_dom_export_node()
1007 void dom_xpath_objects_free_storage(zend_object *object) in dom_xpath_objects_free_storage()
1032 void dom_objects_free_storage(zend_object *object) in dom_objects_free_storage()
1121 static void dom_nnodemap_object_dtor(zend_object *object) /* {{{ */ in dom_nnodemap_object_dtor()
1145 void dom_nnodemap_objects_free_storage(zend_object *object) /* {{{ */ in dom_nnodemap_objects_free_storage()
[all …]

Completed in 103 milliseconds

1234