Home
last modified time | relevance | path

Searched defs:object (Results 1 – 25 of 79) sorted by last modified time

1234

/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/ext/zip/
H A Dphp_zip.c415 #define ZIP_FROM_OBJECT(intern, object) \ argument
872 static zval **php_zip_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_literal… in php_zip_get_property_ptr_ptr()
914 static zval* php_zip_read_property(zval *object, zval *member, int type, const zend_literal *key TS… in php_zip_read_property()
962 static int php_zip_has_property(zval *object, zval *member, int type, const zend_literal *key TSRML… in php_zip_has_property()
1018 static HashTable *php_zip_get_gc(zval *object, zval ***gc_data, int *gc_data_count TSRMLS_DC) /* {{… in php_zip_get_gc()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c490 php_libxml_node_object *object; in php_xsl_apply_stylesheet() local
H A Dphp_xsl.c219 xsl_object *object; in php_xsl_set_object() local
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c111 #define XMLWRITER_FROM_OBJECT(intern, object) \ argument
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c116 zval **xmlreader_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_literal *key… in xmlreader_get_property_ptr_ptr()
150 zval *xmlreader_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_… in xmlreader_read_property()
193 void xmlreader_write_property(zval *object, zval *member, zval *value, const zend_literal *key TSRM… in xmlreader_write_property()
/PHP-5.5/ext/xml/
H A Dphp_xml.h76 zval *object; local
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c1842 zval *object = NULL; in PHP_FUNCTION() local
/PHP-5.5/ext/standard/
H A Dincomplete_class.c37 static void incomplete_class_message(zval *object, int error_type TSRMLS_DC) in incomplete_class_message()
57 static zval *incomplete_class_get_property(zval *object, zval *member, int type, const zend_literal… in incomplete_class_get_property()
69 static void incomplete_class_write_property(zval *object, zval *member, zval *value, const zend_lit… in incomplete_class_write_property()
75 static zval **incomplete_class_get_property_ptr_ptr(zval *object, zval *member, int type, const zen… in incomplete_class_get_property_ptr_ptr()
82 static void incomplete_class_unset_property(zval *object, zval *member, const zend_literal *key TSR… in incomplete_class_unset_property()
88 static int incomplete_class_has_property(zval *object, zval *member, int check_empty, const zend_li… in incomplete_class_has_property()
95 static union _zend_function *incomplete_class_get_method(zval **object, char *method, int method_le… in incomplete_class_get_method()
106 zend_object *object; in php_create_incomplete_object() local
138 PHPAPI char *php_lookup_class_name(zval *object, zend_uint *nlen) in php_lookup_class_name()
161 PHPAPI void php_store_class_name(zval *object, const char *name, zend_uint len) in php_store_class_name()
H A Dbasic_functions.c4831 zval *callback, *object; local
4867 zval *callback, *object; local
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c97 zval *object = getThis(); local
185 zval *object = getThis(); local
212 zval *object = getThis(); local
255 zval *object = getThis(); local
273 zval *object = getThis(); local
291 zval *object = getThis(); local
309 zval *object = getThis(); local
337 zval *object = getThis(); local
410 zval *object = getThis(); local
452 zval *object = getThis(); local
[all …]
/PHP-5.5/ext/spl/
H A Dspl_iterators.c145 spl_recursive_it_object *object = (spl_recursive_it_object*)_iter->data; in spl_recursive_it_dtor() local
181 spl_recursive_it_object *object = (spl_recursive_it_object*)iter->data; in spl_recursive_it_valid() local
188 spl_recursive_it_object *object = (spl_recursive_it_object*)iter->data; in spl_recursive_it_get_current_data() local
196 spl_recursive_it_object *object = (spl_recursive_it_object*)iter->data; in spl_recursive_it_get_current_key() local
416 spl_recursive_it_object *object; in spl_recursive_it_get_iterator() local
446 zval *object = getThis(); in spl_recursive_it_it_construct() local
861 spl_recursive_it_object *object = (spl_recursive_it_object *)_object; in spl_RecursiveIteratorIterator_dtor() local
882 spl_recursive_it_object *object = (spl_recursive_it_object *)_object; in spl_RecursiveIteratorIterator_free_storage() local
2207 zval **args[5], *object, *regex, *mode, *flags, *preg_flags; in SPL_METHOD() local
2267 spl_dual_it_object *object = (spl_dual_it_object *)_object; in spl_dual_it_dtor() local
[all …]
H A Dspl_iterators.h131 zend_object *object; member
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_directory.h59 spl_filesystem_object *object; member
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()
H A Dspl_fixedarray.c68 spl_fixedarray_object *object; member
372 static zval *spl_fixedarray_object_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) /… in spl_fixedarray_object_read_dimension()
434 static void spl_fixedarray_object_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC… in spl_fixedarray_object_write_dimension()
479 static void spl_fixedarray_object_unset_dimension(zval *object, zval *offset TSRMLS_DC) /* {{{ */ in spl_fixedarray_object_unset_dimension()
528 static int spl_fixedarray_object_has_dimension(zval *object, zval *offset, int check_empty TSRMLS_D… in spl_fixedarray_object_has_dimension()
552 static int spl_fixedarray_object_count_elements(zval *object, long *count TSRMLS_DC) /* {{{ */ in spl_fixedarray_object_count_elements()
582 zval *object = getThis(); in SPL_METHOD() local
643 zval *object = getThis(); in SPL_METHOD() local
777 zval *object = getThis(); in SPL_METHOD() local
796 zval *object = getThis(); in SPL_METHOD() local
[all …]
H A Dspl_engine.c35 PHPAPI void spl_instantiate(zend_class_entry *pce, zval **object, int alloc TSRMLS_DC) in spl_instantiate()
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_array.c1196 zval *object = getThis(); in SPL_METHOD() local
1233 zval *object = getThis(); in SPL_METHOD() local
1249 zval *object = getThis(); in SPL_METHOD() local
1264 zval *object = getThis(); in SPL_METHOD() local
1279 zval *object = getThis(); in SPL_METHOD() local
1314 zval *object = getThis(); in SPL_METHOD() local
1339 zval *object = getThis(); in SPL_METHOD() local
1355 zval *object = getThis(); in SPL_METHOD() local
1533 zval *object = getThis(); in SPL_ARRAY_METHOD() local
1581 zval *object = getThis(); in SPL_METHOD() local
[all …]
/PHP-5.5/ext/soap/
H A Dphp_encoding.c1232 static void set_zval_property(zval* object, char* name, zval* val TSRMLS_DC) in set_zval_property()
1243 static zval* get_zval_property(zval* object, char* name TSRMLS_DC) in get_zval_property()
1278 static void unset_zval_property(zval* object, char* name TSRMLS_DC) in unset_zval_property()
1698 static int model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, … in model_to_xml_object()
/PHP-5.5/ext/snmp/
H A Dsnmp.c514 static void php_snmp_error(zval *object, const char *docref TSRMLS_DC, int type, const char *format… in php_snmp_error()
1523 zval *object = getThis(); in php_snmp() local
1813 zval *object = getThis(); in PHP_METHOD() local
1865 zval *object = getThis(); in PHP_METHOD() local
1915 zval *object = getThis(); in PHP_METHOD() local
1940 zval *object = getThis(); in PHP_METHOD() local
1954 zval *object = getThis(); in PHP_METHOD() local
1978 zval *php_snmp_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_D… in php_snmp_read_property()
2020 void php_snmp_write_property(zval *object, zval *member, zval *value, const zend_literal *key TSRML… in php_snmp_write_property()
2058 static int php_snmp_has_property(zval *object, zval *member, int has_set_exists, const zend_literal… in php_snmp_has_property()
[all …]
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c400 static zval * sxe_dimension_read(zval *object, zval *offset, int type TSRMLS_DC) in sxe_dimension_read()
691 static void sxe_dimension_write(zval *object, zval *offset, zval *value TSRMLS_DC) in sxe_dimension_write()
857 static int sxe_dimension_exists(zval *object, zval *member, int check_empty TSRMLS_DC) in sxe_dimension_exists()
982 static void sxe_dimension_delete(zval *object, zval *offset TSRMLS_DC) in sxe_dimension_delete()
1061 static HashTable * sxe_get_prop_hash(zval *object, int is_debug TSRMLS_DC) /* {{{ */ in sxe_get_prop_hash()
1214 static HashTable * sxe_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ in sxe_get_debug_info()
1772 static int cast_object(zval *object, int type, char *contents TSRMLS_DC) in cast_object()
1901 static int sxe_count_elements(zval *object, long *count TSRMLS_DC) /* {{{ */ in sxe_count_elements()
1988 sxe_object_clone(void *object, void **clone_ptr TSRMLS_DC) in sxe_object_clone()
2023 static void sxe_object_dtor(void *object, zend_object_handle handle TSRMLS_DC) in sxe_object_dtor()
[all …]
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1604 zval *object; in ZEND_METHOD() local
2143 zval *object; in ZEND_METHOD() local
2668 zval *object, *orig_obj; in ZEND_METHOD() local
2925 zval *object; in ZEND_METHOD() local
3291 zval *object; in reflection_class_object_ctor() local
4179 zval *object; in ZEND_METHOD() local
4776 zval *object; in ZEND_METHOD() local
4975 zval *object, name; in ZEND_METHOD() local
5022 zval *object, name; in ZEND_METHOD() local
5176 zval *object; in ZEND_METHOD() local
[all …]
/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

Completed in 407 milliseconds

1234