Home
last modified time | relevance | path

Searched defs:object (Results 26 – 50 of 129) sorted by relevance

123456

/php-src/ext/zend_test/
H A Dobject_handlers.c239 zend_object *object = zend_objects_new(ce); in dimension_handlers_no_ArrayAccess_object_create() local
245 static void dimension_common_helper(zend_object *object, zval *offset, int prop_access_type) { in dimension_common_helper()
254 static zval* dimension_handlers_no_ArrayAccess_read_dimension(zend_object *object, zval *offset, in… in dimension_handlers_no_ArrayAccess_read_dimension()
264 static void dimension_handlers_no_ArrayAccess_write_dimension(zend_object *object, zval *offset, zv… in dimension_handlers_no_ArrayAccess_write_dimension()
268 static int dimension_handlers_no_ArrayAccess_has_dimension(zend_object *object, zval *offset, int c… in dimension_handlers_no_ArrayAccess_has_dimension()
277 static void dimension_handlers_no_ArrayAccess_unset_dimension(zend_object *object, zval *offset) { in dimension_handlers_no_ArrayAccess_unset_dimension()
/php-src/ext/spl/
H A Dspl_heap.c165 static int spl_ptr_heap_zval_max_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_heap_zval_max_cmp()
188 static int spl_ptr_heap_zval_min_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_heap_zval_min_cmp()
211 static int spl_ptr_pqueue_elem_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_pqueue_elem_cmp()
240 static int spl_ptr_pqueue_elem_cmp_long(void *x, void *y, zval *object) { in spl_ptr_pqueue_elem_cmp_long()
247 static int spl_ptr_pqueue_elem_cmp_double(void *x, void *y, zval *object) { in spl_ptr_pqueue_elem_cmp_double()
396 static void spl_heap_object_free_storage(zend_object *object) /* {{{ */ in spl_heap_object_free_storage()
486 static zend_result spl_heap_object_count_elements(zend_object *object, zend_long *count) /* {{{ */ in spl_heap_object_count_elements()
907 spl_heap_object *object = Z_SPLHEAP_P(&iter->data); in spl_heap_it_get_current_data() local
925 spl_heap_object *object = Z_SPLHEAP_P(&iter->data); in spl_pqueue_it_get_current_data() local
946 spl_heap_object *object = Z_SPLHEAP_P(&iter->data); in spl_heap_it_get_current_key() local
[all …]
H A Dphp_spl.stub.php45 function spl_object_hash(object $object): string {} argument
47 function spl_object_id(object $object): int {} argument
H A Dspl_directory.c65 void *object; member
107 static void spl_filesystem_object_destroy_object(zend_object *object) /* {{{ */ in spl_filesystem_object_destroy_object()
141 static void spl_filesystem_object_free_storage(zend_object *object) /* {{{ */ in spl_filesystem_object_free_storage()
615 static inline HashTable *spl_filesystem_object_get_debug_info(zend_object *object) /* {{{ */ in spl_filesystem_object_get_debug_info()
1682 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_valid() local
1700 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_current_key() local
1709 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_move_forward() local
1723 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_rewind() local
1746 spl_filesystem_object *object = spl_filesystem_iterator_to_object(iterator); in spl_filesystem_tree_it_current_data() local
1790 spl_filesystem_object *object = spl_filesystem_iterator_to_object(iterator); in spl_filesystem_tree_it_move_forward() local
[all …]
/php-src/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()
225 static zend_object *TimeZone_clone_obj(zend_object *object) in TimeZone_clone_obj()
292 static HashTable *TimeZone_get_debug_info(zend_object *object, int *is_temp) in TimeZone_get_debug_info()
355 static void TimeZone_objects_free(zend_object *object) in TimeZone_objects_free()
/php-src/ext/json/
H A Djson_parser.y227 static int php_json_parser_object_create(php_json_parser *parser, zval *object) in php_json_parser_object_create()
237 static int php_json_parser_object_update(php_json_parser *parser, zval *object, zend_string *key, z… in php_json_parser_object_update()
269 static int php_json_parser_object_create_validate(php_json_parser *parser, zval *object) in php_json_parser_object_create_validate()
275 static int php_json_parser_object_update_validate(php_json_parser *parser, zval *object, zend_strin… in php_json_parser_object_update_validate()
/php-src/ext/intl/dateformat/
H A Ddateformat_class.c32 void IntlDateFormatter_object_free( zend_object *object ) in IntlDateFormatter_object_free()
65 zend_object *IntlDateFormatter_object_clone(zend_object *object) in IntlDateFormatter_object_clone()
H A Ddatepatterngenerator_class.cpp37 static zend_object *IntlDatePatternGenerator_object_clone(zend_object *object) in IntlDatePatternGenerator_object_clone()
79 static void IntlDatePatternGenerator_object_free(zend_object *object) in IntlDatePatternGenerator_object_free()
/php-src/ext/intl/formatter/
H A Dformatter_class.c34 void NumberFormatter_object_free( zend_object *object ) in NumberFormatter_object_free()
59 zend_object *NumberFormatter_object_clone(zend_object *object) in NumberFormatter_object_clone()
/php-src/ext/intl/msgformat/
H A Dmsgformat_class.c32 void MessageFormatter_object_free( zend_object *object ) in MessageFormatter_object_free()
57 zend_object *MessageFormatter_object_clone(zend_object *object) in MessageFormatter_object_clone()
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_class.c30 void Spoofchecker_objects_free(zend_object *object) in Spoofchecker_objects_free()
62 static zend_object *spoofchecker_clone_obj(zend_object *object) /* {{{ */ in spoofchecker_clone_obj()
/php-src/ext/snmp/
H A Dsnmp.c164 static void php_snmp_object_free_storage(zend_object *object) /* {{{ */ in php_snmp_object_free_storage()
198 static void php_snmp_error(zval *object, int type, const char *format, ...) in php_snmp_error()
632 zval *object, int st, struct objid_query *objid_query, zend_string *oid_str, HashTable *oid_ht, in php_snmp_parse_oid()
1258 zval *object = getThis(); in php_snmp() local
1523 zval *object = ZEND_THIS; in PHP_METHOD() local
1567 zval *object = ZEND_THIS; in PHP_METHOD() local
1613 zval *object = ZEND_THIS; in PHP_METHOD() local
1634 zval *object = ZEND_THIS; in PHP_METHOD() local
1650 zval *object = ZEND_THIS; in PHP_METHOD() local
1775 static HashTable *php_snmp_get_gc(zend_object *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_snmp_get_gc()
[all …]
/php-src/ext/pdo/
H A Dpdo_stmt.c2027 static void dbstmt_prop_delete(zend_object *object, zend_string *name, void **cache_slot) in dbstmt_prop_delete()
2040 zend_object *object = *object_pp; in dbstmt_method_get() local
2220 zend_object_iterator *pdo_stmt_iter_get(zend_class_entry *ce, zval *object, int by_ref) in pdo_stmt_iter_get()
2305 static zval *row_dim_read(zend_object *object, zval *offset, int type, zval *rv) in row_dim_read()
2332 static zval *row_prop_write(zend_object *object, zend_string *name, zval *value, void **cache_slot) in row_prop_write()
2338 static void row_dim_write(zend_object *object, zval *member, zval *value) in row_dim_write()
2371 static int row_dim_exists(zend_object *object, zval *offset, int check_empty) in row_dim_exists()
2403 static void row_prop_delete(zend_object *object, zend_string *offset, void **cache_slot) in row_prop_delete()
2408 static void row_dim_delete(zend_object *object, zval *offset) in row_dim_delete()
2413 static HashTable *row_get_properties_for(zend_object *object, zend_prop_purpose purpose) in row_get_properties_for()
[all …]
/php-src/ext/intl/common/
H A Dcommon_enum.cpp140 U_CFUNC void IntlIterator_from_StringEnumeration(StringEnumeration *se, zval *object) in IntlIterator_from_StringEnumeration()
155 static void IntlIterator_objects_free(zend_object *object) in IntlIterator_objects_free()
170 zend_class_entry *ce, zval *object, int by_ref) in IntlIterator_get_iterator()
/php-src/Zend/
H A Dzend_exceptions.c84 static inline zend_class_entry *i_get_exception_base(zend_object *object) /* {{{ */ in i_get_exception_base()
90 ZEND_API zend_class_entry *zend_get_exception_base(zend_object *object) /* {{{ */ in zend_get_exception_base()
262 zend_object *object = zend_objects_new(class_type); in zend_default_exception_new() local
308 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local
346 zval *object = ZEND_THIS; in ZEND_METHOD() local
359 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local
401 #define GET_PROPERTY(object, id) \ argument
403 #define GET_PROPERTY_SILENT(object, id) \ argument
622 zval *object = ZEND_THIS; in ZEND_METHOD() local
H A Dzend_generators.c219 static void zend_generator_dtor_storage(zend_object *object) /* {{{ */ in zend_generator_dtor_storage()
327 static void zend_generator_free_storage(zend_object *object) /* {{{ */ in zend_generator_free_storage()
350 static HashTable *zend_generator_get_gc(zend_object *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc()
426 static ZEND_COLD zend_function *zend_generator_get_constructor(zend_object *object) /* {{{ */ in zend_generator_get_constructor()
1101 zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in zend_generator_get_iterator()
H A Dzend_closures.c415 static ZEND_COLD zend_function *zend_closure_get_constructor(zend_object *object) /* {{{ */ in zend_closure_get_constructor()
462 ZEND_API zend_function *zend_get_closure_invoke_method(zend_object *object) /* {{{ */ in zend_get_closure_invoke_method()
505 static zend_function *zend_closure_get_method(zend_object **object, zend_string *method, const zval… in zend_closure_get_method()
515 static void zend_closure_free_storage(zend_object *object) /* {{{ */ in zend_closure_free_storage()
580 static HashTable *zend_closure_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in zend_closure_get_debug_info()
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c71 zval *object = &iterator->intern.data; in resourcebundle_iterator_dtor() local
149 zend_object_iterator *resourcebundle_get_iterator( zend_class_entry *ce, zval *object, int byref ) in resourcebundle_get_iterator()
/php-src/main/streams/
H A Duserspace.c93 zval object; member
255 zval *object, zval *method_name, zval *retval, uint32_t param_count, zval *params) in call_method_if_exists()
261 …eam_create_object(struct php_user_stream_wrapper *uwrap, php_stream_context *context, zval *object) in user_stream_create_object()
1039 zval object; in user_wrapper_unlink() local
1078 zval object; in user_wrapper_rename() local
1119 zval object; in user_wrapper_mkdir() local
1162 zval object; in user_wrapper_rmdir() local
1203 zval object; in user_wrapper_metadata() local
1271 zval object; in user_wrapper_stat_url() local
/php-src/ext/dom/
H A Dphp_dom.c376 zval *dom_write_property(zend_object *object, zend_string *name, zval *value, void **cache_slot) in dom_write_property()
439 static HashTable* dom_get_debug_info_helper(zend_object *object, int *is_temp) /* {{{ */ in dom_get_debug_info_helper()
484 static HashTable* dom_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in dom_get_debug_info()
490 void *php_dom_export_node(zval *object) /* {{{ */ in php_dom_export_node()
1330 void dom_objects_free_storage(zend_object *object) in dom_objects_free_storage()
1427 static void dom_object_namespace_node_free_storage(zend_object *object) in dom_object_namespace_node_free_storage()
1459 void dom_nnodemap_objects_free_storage(zend_object *object) /* {{{ */ in dom_nnodemap_objects_free_storage()
2183 static zval *dom_nodelist_read_dimension(zend_object *object, zval *offset, int type, zval *rv) in dom_nodelist_read_dimension()
2203 static int dom_nodelist_has_dimension(zend_object *object, zval *member, int check_empty) in dom_nodelist_has_dimension()
2275 static zval *dom_nodemap_read_dimension(zend_object *object, zval *offset, int type, zval *rv) in dom_nodemap_read_dimension()
[all …]
H A Ddom_iterators.c124 zval *object = &iterator->intern.data; in php_dom_iterator_current_key() local
169 zval *object = &iterator->intern.data; in php_dom_iterator_move_forward() local
249 zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_dom_get_iterator()
H A Dhtml_collection.c101 zval *dom_html_collection_read_dimension(zend_object *object, zval *offset, int type, zval *rv) in dom_html_collection_read_dimension()
124 int dom_html_collection_has_dimension(zend_object *object, zval *member, int check_empty) in dom_html_collection_has_dimension()
/php-src/ext/curl/
H A Dshare.c148 static zend_function *curl_share_get_constructor(zend_object *object) { in curl_share_get_constructor()
153 void curl_share_free_obj(zend_object *object) in curl_share_free_obj()
/php-src/ext/fileinfo/
H A Dfileinfo.c59 #define FILEINFO_FROM_OBJECT(finfo, object) \ argument
70 static void finfo_objects_free(zend_object *object) in finfo_objects_free()
165 zval *object = getThis(); in PHP_FUNCTION() local
/php-src/ext/random/
H A Dphp_random.h89 zend_object *object; member
145 static inline php_random_engine *php_random_engine_from_obj(zend_object *object) { in php_random_engine_from_obj()
149 static inline php_random_randomizer *php_random_randomizer_from_obj(zend_object *object) { in php_random_randomizer_from_obj()

Completed in 103 milliseconds

123456