/PHP-7.0/ext/standard/ |
H A D | incomplete_class.c | 37 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() 64 static void incomplete_class_write_property(zval *object, zval *member, zval *value, void **cache_s… in incomplete_class_write_property() 70 static zval *incomplete_class_get_property_ptr_ptr(zval *object, zval *member, int type, void **cac… in incomplete_class_get_property_ptr_ptr() 77 static void incomplete_class_unset_property(zval *object, zval *member, void **cache_slot) /* {{{ */ in incomplete_class_unset_property() 83 static int incomplete_class_has_property(zval *object, zval *member, int check_empty, void **cache_… in incomplete_class_has_property() 90 static union _zend_function *incomplete_class_get_method(zend_object **object, zend_string *method,… in incomplete_class_get_method() 104 zend_object *object; in php_create_incomplete_object() local 135 PHPAPI zend_string *php_lookup_class_name(zval *object) in php_lookup_class_name() 152 PHPAPI void php_store_class_name(zval *object, const char *name, size_t len) in php_store_class_name()
|
/PHP-7.0/ext/com_dotnet/ |
H A D | com_handlers.c | 83 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 D | com_saproxy.c | 88 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.0/ext/spl/ |
H A D | spl_array.c | 810 zval *object = getThis(); in SPL_METHOD() local 1193 zval *object = getThis(); in SPL_METHOD() local 1223 zval *object = getThis(); in SPL_METHOD() local 1239 zval *object = getThis(); in SPL_METHOD() local 1255 zval *object = getThis(); in SPL_METHOD() local 1270 zval *object = getThis(); in SPL_METHOD() local 1307 zval *object = getThis(); in SPL_METHOD() local 1328 zval *object = getThis(); in SPL_METHOD() local 1344 zval *object = getThis(); in SPL_METHOD() local 1528 zval *object = getThis(); in SPL_ARRAY_METHOD() local [all …]
|
H A D | spl_fixedarray.c | 193 static void spl_fixedarray_object_free_storage(zend_object *object) /* {{{ */ in spl_fixedarray_object_free_storage() 470 static void spl_fixedarray_object_unset_dimension(zval *object, zval *offset) /* {{{ */ in spl_fixedarray_object_unset_dimension() 569 zval *object = getThis(); in SPL_METHOD() local 632 zval *object = getThis(); in SPL_METHOD() local 750 zval *object = getThis(); in SPL_METHOD() local 769 zval *object = getThis(); in SPL_METHOD() local 873 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_rewind() local 885 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_valid() local 902 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_get_current_data() local 924 spl_fixedarray_object *object = Z_SPLFIXEDARRAY_P(&iter->data); in spl_fixedarray_it_get_current_key() local [all …]
|
H A D | spl_iterators.c | 148 #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 480 zval *object = getThis(); in spl_recursive_it_it_construct() local 616 spl_recursive_it_object *object = Z_SPLRECURSIVE_IT_P(getThis()); in SPL_METHOD() local 629 spl_recursive_it_object *object = Z_SPLRECURSIVE_IT_P(getThis()); in SPL_METHOD() local 642 spl_recursive_it_object *object = Z_SPLRECURSIVE_IT_P(getThis()); in SPL_METHOD() local 2305 spl_dual_it_object *object = spl_dual_it_from_obj(_object); in spl_dual_it_dtor() local [all …]
|
/PHP-7.0/Zend/ |
H A D | zend_interfaces.c | 134 ZEND_API void zend_user_it_new_iterator(zend_class_entry *ce, zval *object, zval *retval) in zend_user_it_new_iterator() 156 zval *object = &iter->it.data; in zend_user_it_dtor() local 168 zval *object = &iter->it.data; in zend_user_it_valid() local 187 zval *object = &iter->it.data; in zend_user_it_get_current_data() local 210 zval *object = &iter->it.data; in zend_user_it_get_current_key() local 231 zval *object = &iter->it.data; in zend_user_it_move_forward() local 242 zval *object = &iter->it.data; in zend_user_it_rewind() local 260 static zend_object_iterator *zend_user_it_get_iterator(zend_class_entry *ce, zval *object, int by_r… in zend_user_it_get_iterator() 282 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() 413 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_objects.c | 30 ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce) in zend_object_std_init() 54 ZEND_API void zend_object_std_dtor(zend_object *object) in zend_object_std_dtor() 82 ZEND_API void zend_objects_destroy_object(zend_object *object) in zend_objects_destroy_object() 162 zend_object *object = emalloc(sizeof(zend_object) + zend_object_properties_size(ce)); in zend_objects_new() local
|
H A D | zend_object_handlers.c | 118 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() 204 static int zend_std_call_setter(zval *object, zval *member, zval *value) /* {{{ */ in zend_std_call_setter() 228 static void zend_std_call_unsetter(zval *object, zval *member) /* {{{ */ in zend_std_call_unsetter() 244 static void zend_std_call_issetter(zval *object, zval *member, zval *retval) /* {{{ */ in zend_std_call_issetter() 734 zval *zend_std_read_dimension(zval *object, zval *offset, int type, zval *rv) /* {{{ */ in zend_std_read_dimension() 784 static void zend_std_write_dimension(zval *object, zval *offset, zval *value) /* {{{ */ in zend_std_write_dimension() 990 static void zend_std_unset_dimension(zval *object, zval *offset) /* {{{ */ in zend_std_unset_dimension() [all …]
|
H A D | zend_objects_API.c | 110 ZEND_API void zend_objects_store_put(zend_object *object) in zend_objects_store_put() 132 ZEND_API void zend_objects_store_free(zend_object *object) /* {{{ */ in zend_objects_store_free() 143 ZEND_API void zend_objects_store_del(zend_object *object) /* {{{ */ in zend_objects_store_del() 208 ZEND_API void zend_object_store_set_object(zval *zobject, zend_object *object) in zend_object_store_set_object()
|
H A D | zend_closures.c | 243 static ZEND_COLD zend_function *zend_closure_get_constructor(zend_object *object) /* {{{ */ in zend_closure_get_constructor() 256 ZEND_API zend_function *zend_get_closure_invoke_method(zend_object *object) /* {{{ */ in zend_get_closure_invoke_method() 298 static zend_function *zend_closure_get_method(zend_object **object, zend_string *method, const zval… in zend_closure_get_method() 308 static zval *zend_closure_read_property(zval *object, zval *member, int type, void **cache_slot, zv… in zend_closure_read_property() 315 static void zend_closure_write_property(zval *object, zval *member, zval *value, void **cache_slot)… in zend_closure_write_property() 321 static zval *zend_closure_get_property_ptr_ptr(zval *object, zval *member, int type, void **cache_s… in zend_closure_get_property_ptr_ptr() 328 static int zend_closure_has_property(zval *object, zval *member, int has_set_exists, void **cache_s… in zend_closure_has_property() 337 static void zend_closure_unset_property(zval *object, zval *member, void **cache_slot) /* {{{ */ in zend_closure_unset_property() 343 static void zend_closure_free_storage(zend_object *object) /* {{{ */ in zend_closure_free_storage() 411 static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp) /* {{{ */ in zend_closure_get_debug_info()
|
/PHP-7.0/ext/intl/transliterator/ |
H A D | transliterator_class.c | 33 int transliterator_object_construct( zval *object, in transliterator_object_construct() 102 zend_object *object ) in Transliterator_objects_dtor() 109 static void Transliterator_objects_free( zend_object *object ) in Transliterator_objects_free() 142 static zend_object *Transliterator_clone_obj( zval *object ) in Transliterator_clone_obj() 220 static zval *Transliterator_get_property_ptr_ptr( zval *object, zval *member, int type, void **cach… in Transliterator_get_property_ptr_ptr() 243 static zval *Transliterator_read_property( zval *object, zval *member, int type, void **cache_slot,… in Transliterator_read_property() 269 static void Transliterator_write_property( zval *object, zval *member, zval *value, in Transliterator_write_property()
|
/PHP-7.0/ext/sqlite3/ |
H A D | sqlite3.c | 102 zval *object = getThis(); local 192 zval *object = getThis(); local 221 zval *object = getThis(); local 264 zval *object = getThis(); local 282 zval *object = getThis(); local 304 zval *object = getThis(); local 326 zval *object = getThis(); local 354 zval *object = getThis(); local 427 zval *object = getThis(); local 469 zval *object = getThis(); local [all …]
|
/PHP-7.0/ext/intl/breakiterator/ |
H A D | breakiterator_class.cpp | 49 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_dtor(zend_object *object) in BreakIterator_objects_dtor() 195 static void BreakIterator_objects_free(zend_object *object) in BreakIterator_objects_free()
|
/PHP-7.0/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(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_dtor(zend_object *object) in Calendar_objects_dtor() 242 static void Calendar_objects_free(zend_object *object) in Calendar_objects_free()
|
/PHP-7.0/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 39 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.0/ext/intl/dateformat/ |
H A D | dateformat_class.c | 38 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.0/ext/intl/formatter/ |
H A D | formatter_class.c | 37 static void NumberFormatter_object_dtor(zend_object *object) in NumberFormatter_object_dtor() 44 void NumberFormatter_object_free( zend_object *object ) in NumberFormatter_object_free() 71 zend_object *NumberFormatter_object_clone(zval *object) in NumberFormatter_object_clone()
|
/PHP-7.0/ext/intl/msgformat/ |
H A D | msgformat_class.c | 37 static void MessageFormatter_object_dtor(zend_object *object ) in MessageFormatter_object_dtor() 44 void MessageFormatter_object_free( zend_object *object ) in MessageFormatter_object_free() 71 zend_object *MessageFormatter_object_clone(zval *object) in MessageFormatter_object_clone()
|
H A D | msgformat.c | 37 zval* object; in msgfmt_ctor() local 133 zval* object = NULL; in PHP_FUNCTION() local 161 zval* object = NULL; in PHP_FUNCTION() local
|
/PHP-7.0/ext/date/ |
H A D | php_date.c | 3050 zval *object; in PHP_FUNCTION() local 3132 zval *object; in PHP_FUNCTION() local 3153 zval *object, new_object; in PHP_METHOD() local 3191 zval *object, *interval; in PHP_FUNCTION() local 3247 zval *object, *interval; in PHP_FUNCTION() local 3349 zval *object; in PHP_FUNCTION() local 3433 zval *object; in PHP_FUNCTION() local 3482 zval *object; in PHP_FUNCTION() local 3535 zval *object; in PHP_FUNCTION() local 3582 zval *object; in PHP_FUNCTION() local [all …]
|
/PHP-7.0/ext/intl/spoofchecker/ |
H A D | spoofchecker_class.c | 33 static void Spoofchecker_objects_dtor(zend_object *object) in Spoofchecker_objects_dtor() 40 void Spoofchecker_objects_free(zend_object *object) in Spoofchecker_objects_free() 110 static zend_object *spoofchecker_clone_obj(zval *object) /* {{{ */ in spoofchecker_clone_obj()
|
/PHP-7.0/ext/simplexml/ |
H A D | simplexml.c | 685 static void sxe_dimension_write(zval *object, zval *offset, zval *value) in sxe_dimension_write() 962 static void sxe_dimension_delete(zval *object, zval *offset) in sxe_dimension_delete() 1036 static int sxe_prop_is_empty(zval *object) /* {{{ */ in sxe_prop_is_empty() 1269 static HashTable *sxe_get_properties(zval *object) /* {{{ */ in sxe_get_properties() 1850 static int cast_object(zval *object, int type, char *contents) in cast_object() 1983 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() 2541 void *simplexml_export_node(zval *object) /* {{{ */ in simplexml_export_node() [all …]
|
/PHP-7.0/ext/intl/timezone/ |
H A D | timezone_class.cpp | 48 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.0/ext/mysqli/ |
H A D | mysqli.c | 199 static void mysqli_objects_free_storage(zend_object *object) in mysqli_objects_free_storage() 213 static void mysqli_link_free_storage(zend_object *object) in mysqli_link_free_storage() 232 static void mysqli_driver_free_storage(zend_object *object) in mysqli_driver_free_storage() 240 static void mysqli_stmt_free_storage(zend_object *object) in mysqli_stmt_free_storage() 255 static void mysqli_result_free_storage(zend_object *object) in mysqli_result_free_storage() 269 static void mysqli_warning_free_storage(zend_object *object) in mysqli_warning_free_storage() 299 zval *mysqli_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) in mysqli_read_property() 337 void mysqli_write_property(zval *object, zval *member, zval *value, void **cache_slot) in mysqli_write_property() 380 static int mysqli_object_has_property(zval *object, zval *member, int has_set_exists, void **cache_… in mysqli_object_has_property() 420 HashTable *mysqli_object_get_debug_info(zval *object, int *is_temp) in mysqli_object_get_debug_info()
|