Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/dom/
H A Dphp_dom.c306 static zval **dom_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_literal *ke… in dom_get_property_ptr_ptr()
340 zval *dom_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in dom_read_property()
386 void dom_write_property(zval *object, zval *member, zval *value, const zend_literal *key TSRMLS_DC) in dom_write_property()
421 static int dom_property_exists(zval *object, zval *member, int check_empty, const zend_literal *key… in dom_property_exists()
469 static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ in dom_get_debug_info_helper()
544 static HashTable* dom_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ in dom_get_debug_info()
1170 void dom_objects_clone(void *object, void **object_clone TSRMLS_DC) in dom_objects_clone()
1242 static void dom_nnodemap_object_dtor(void *object, zend_object_handle handle TSRMLS_DC) /* {{{ */ in dom_nnodemap_object_dtor()
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c59 #define FILEINFO_DECLARE_INIT_OBJECT(object) \ argument
69 #define FILEINFO_FROM_OBJECT(finfo, object) \ argument
279 #define FILEINFO_DESTROY_OBJECT(object) \ argument
/PHP-5.5/ext/intl/collator/
H A Dcollator_create.c32 zval* object; in collator_ctor() local
H A Dcollator_class.c40 void *object, in Collator_objects_dtor()
/PHP-5.5/main/streams/
H A Duserspace.c123 zval * object; member
286 zval *object; in user_stream_create_object() local
1170 zval *object; in user_wrapper_unlink() local
1217 zval *object; in user_wrapper_rename() local
1269 zval *object; in user_wrapper_mkdir() local
1327 zval *object; in user_wrapper_rmdir() local
1380 zval *object; in user_wrapper_metadata() local
1463 zval *object; in user_wrapper_stat_url() local
/PHP-5.5/Zend/
H A Dzend_iterators.c58 static void iter_wrapper_dtor(void *object, zend_object_handle handle TSRMLS_DC) in iter_wrapper_dtor()
H A Dzend_exceptions.c150 zend_object *object; in zend_default_exception_new_ex() local
198 zval *object, *previous = NULL; in ZEND_METHOD() local
236 zval *object = getThis(); in ZEND_METHOD() local
254 zval *object, *previous = NULL; in ZEND_METHOD() local
292 static void _default_exception_get_entry(zval *object, char *name, int name_len, zval *return_value… in _default_exception_get_entry()
H A Dzend_API.c247 ZEND_API int zend_get_object_classname(const zval *object, const char **class_name, zend_uint *clas… in zend_get_object_classname()
936 zval **object; in zend_parse_method_parameters() local
972 zval **object; in zend_parse_method_parameters_ex() local
1151 ZEND_API void object_properties_init(zend_object *object, zend_class_entry *class_type) /* {{{ */ in object_properties_init()
1179 zend_object *object; in _object_and_properties_init() local
3700 ZEND_API void zend_update_property(zend_class_entry *scope, zval *object, const char *name, int nam… in zend_update_property()
3724 ZEND_API void zend_update_property_null(zend_class_entry *scope, zval *object, const char *name, in… in zend_update_property_null()
3736 ZEND_API void zend_update_property_bool(zend_class_entry *scope, zval *object, const char *name, in… in zend_update_property_bool()
3748 ZEND_API void zend_update_property_long(zend_class_entry *scope, zval *object, const char *name, in… in zend_update_property_long()
3760 ZEND_API void zend_update_property_double(zend_class_entry *scope, zval *object, const char *name, … in zend_update_property_double()
[all …]
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_class.c38 static void IntlDateFormatter_object_dtor(void *object, zend_object_handle handle TSRMLS_DC ) in IntlDateFormatter_object_dtor()
H A Ddateformat_format_object.cpp63 zval *object, in PHP_FUNCTION() local
H A Ddateformat_create.cpp41 zval *object; in datefmt_ctor() local
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c38 void *object, in NumberFormatter_object_dtor()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_class.c37 static void MessageFormatter_object_dtor(void *object, zend_object_handle handle TSRMLS_DC ) in MessageFormatter_object_dtor()
/PHP-5.5/ext/spl/
H A Dspl_directory.c1649 zend_object_iterator *spl_filesystem_dir_get_iterator(zend_class_entry *ce, zval *object, int by_re… in spl_filesystem_dir_get_iterator()
1680 zval *object = iterator->intern.data; in spl_filesystem_dir_it_dtor() local
1694 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_valid() local
1712 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_current_key() local
1721 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_move_forward() local
1735 spl_filesystem_object *object = spl_filesystem_iterator_to_object((spl_filesystem_iterator *)iter); in spl_filesystem_dir_it_rewind() local
1751 zval *object = iterator->intern.data; in spl_filesystem_tree_it_dtor() local
1765 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((spl_filesystem_iterator *)iter); in spl_filesystem_tree_it_current_key() local
1805 spl_filesystem_object *object = spl_filesystem_iterator_to_object(iterator); in spl_filesystem_tree_it_move_forward() local
[all …]
H A Dspl_heap.c86 spl_heap_object *object; member
102 static int spl_ptr_heap_cmp_cb_helper(zval *object, spl_heap_object *heap_object, zval *a, zval *b,… in spl_ptr_heap_cmp_cb_helper()
498 static int spl_heap_object_count_elements(zval *object, long *count TSRMLS_DC) /* {{{ */ in spl_heap_object_count_elements()
963 zval *object = (zval*)((zend_user_iterator *)iter)->it.data; in spl_heap_it_move_forward() local
1102 zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_D… in spl_heap_get_iterator()
1126 zend_object_iterator *spl_pqueue_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS… in spl_pqueue_get_iterator()
H A Dspl_dllist.c107 spl_dllist_object *object; member
482 static int spl_dllist_object_count_elements(zval *object, long *count TSRMLS_DC) /* {{{ */ in spl_dllist_object_count_elements()
1000 spl_dllist_object *object = iterator->object; in spl_dllist_it_rewind() local
1040 spl_dllist_object *object = iterator->object; in spl_dllist_it_move_forward() local
1307 zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS… in spl_dllist_get_iterator()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp97 zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC) in _breakiterator_get_iterator()
219 zval *object, in IntlIterator_from_BreakIterator_parts()
H A Drulebasedbreakiterator_methods.cpp34 zval *object = getThis(); in _php_intlrbbi_constructor_body() local
/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker_class.c34 void *object, in Spoofchecker_objects_dtor()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c203 zval *object = getThis(); in PHP_METHOD() local
428 static zval *pdo_stmt_instantiate(pdo_dbh_t *dbh, zval *object, zend_class_entry *dbstmt_ce, zval *… in pdo_stmt_instantiate()
449 static void pdo_stmt_construct(pdo_stmt_t *stmt, zval *object, zend_class_entry *dbstmt_ce, zval *c… in pdo_stmt_construct()
1368 zval *object = *object_pp; in dbh_method_get() local
/PHP-5.5/ext/mysqli/
H A Dmysqli.c321 zval *mysqli_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in mysqli_read_property()
364 void mysqli_write_property(zval *object, zval *member, zval *value, const zend_literal *key TSRMLS_… in mysqli_write_property()
413 static int mysqli_object_has_property(zval *object, zval *member, int has_set_exists, const zend_li… in mysqli_object_has_property()
457 HashTable * mysqli_object_get_debug_info(zval *object, int *is_temp TSRMLS_DC) in mysqli_object_get_debug_info()
H A Dmysqli_result_iterator.c47 zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref… in php_mysqli_result_get_iterator()
/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp39 void *object,
/PHP-5.5/ext/intl/
H A Dintl_data.h97 #define INTL_CHECK_LOCALE_LEN_OBJ(locale_len, object) \ argument
/PHP-5.5/ext/xsl/
H A Dphp_xsl.c219 xsl_object *object; in php_xsl_set_object() local

Completed in 101 milliseconds

1234