| /PHP_5_3/ext/soap/tests/interop/Round2/GroupB/ |
| H A D | round2_groupB.inc | 13 return (object)array("varString" => $string,
|
| /PHP_5_3/ext/spl/internal/ |
| H A D | splobjectstorage.inc | 49 /** @return current object 57 /** @return get current object's associated information 66 /** @return set current object's associated information 91 /** @param $obj object to look for 100 if ($object === $element[0]) 109 /** @param $obj new object to attach to storage or object whose 111 * @param $inf associative information stored along the object 121 /** @param $obj object to remove from storage 129 if ($object [all...] |
| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_attr.c | 42 &object, Collator_ce_ptr, &attribute ) == FAILURE ) 50 /* Fetch the object. */ 73 &object, Collator_ce_ptr, &attribute, &value ) == FAILURE) 81 /* Fetch the object. */ 103 &object, Collator_ce_ptr ) == FAILURE ) 111 /* Fetch the object. */ 132 &object, Collator_ce_ptr, &strength ) == FAILURE ) 140 /* Fetch the object. */
|
| H A D | collator_error.c | 37 &object, Collator_ce_ptr ) == FAILURE ) 45 /* Fetch the object (without resetting its last error code). */ 46 co = (Collator_object *) zend_object_store_get_object(object TSRMLS_CC); 68 &object, Collator_ce_ptr ) == FAILURE ) 76 /* Fetch the object (without resetting its last error code). */ 77 co = (Collator_object *) zend_object_store_get_object( object TSRMLS_CC );
|
| /PHP_5_3/ext/intl/formatter/ |
| H A D | formatter_main.c | 49 object = return_value; 86 * NumberFormatter object constructor. 106 &object, NumberFormatter_ce_ptr ) == FAILURE ) 114 nfo = (NumberFormatter_object *) zend_object_store_get_object( object TSRMLS_CC ); 133 &object, NumberFormatter_ce_ptr ) == FAILURE ) 141 nfo = (NumberFormatter_object *) zend_object_store_get_object( object TSRMLS_CC );
|
| /PHP_5_3/ext/intl/ |
| H A D | intl_data.h | 26 /* Mock object to generalize error handling in sub-modules. 36 zval* object = NULL; \ 45 obj = (oclass##_object *) zend_object_store_get_object( object TSRMLS_CC ); \ 57 /* Check status in object, if error - exit */ 97 #define INTL_CHECK_LOCALE_LEN_OBJ(locale_len, object) \ 101 zval_dtor(object); \ 102 ZVAL_NULL(object); \
|
| /PHP_5_3/ext/intl/locale/ |
| H A D | locale_class.h | 45 zval* object = NULL; \
|
| /PHP_5_3/ext/intl/msgformat/ |
| H A D | msgformat.c | 36 zval* object; local 40 object = return_value; 104 * MessageFormatter object constructor. 120 zval* object = NULL; local 125 &object, MessageFormatter_ce_ptr ) == FAILURE ) 133 mfo = (MessageFormatter_object *) zend_object_store_get_object( object TSRMLS_CC ); 148 zval* object = NULL; local 153 &object, MessageFormatter_ce_ptr ) == FAILURE ) 161 mfo = (MessageFormatter_object *) zend_object_store_get_object( object TSRMLS_CC );
|
| /PHP_5_3/ext/intl/resourcebundle/ |
| H A D | resourcebundle_iterator.h | 34 zend_object_iterator *resourcebundle_get_iterator( zend_class_entry *ce, zval *object, int byref TSRMLS_DC );
|
| /PHP_5_3/ext/fileinfo/ |
| H A D | fileinfo.c | 59 #define FILEINFO_DECLARE_INIT_OBJECT(object) \ 60 zval *object = getThis(); 69 #define FILEINFO_FROM_OBJECT(finfo, object) \ 71 struct finfo_object *obj = zend_object_store_get_object(object TSRMLS_CC); \ 74 php_error_docref(NULL TSRMLS_CC, E_WARNING, "The invalid fileinfo object."); \ 81 static void finfo_objects_free(void *object TSRMLS_DC) 83 struct finfo_object *intern = (struct finfo_object *) object; 225 /* copy the standard object handlers to you handler table */ 280 #define FILEINFO_DESTROY_OBJECT(object) \ 282 if (object) { \ [all...] |
| /PHP_5_3/ext/simplexml/ |
| H A D | php_simplexml_exports.h | 46 php_sxe_fetch_object(zval *object TSRMLS_DC) 48 return (php_sxe_object *) zend_object_store_get_object(object TSRMLS_CC);
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_array.h | 34 extern void spl_array_iterator_append(zval *object, zval *append_value TSRMLS_DC); 35 extern void spl_array_iterator_key(zval *object, zval *return_value TSRMLS_DC);
|
| H A D | spl_engine.c | 35 PHPAPI void spl_instantiate(zend_class_entry *pce, zval **object, int alloc TSRMLS_DC) argument 38 ALLOC_ZVAL(*object); 40 object_init_ex(*object, pce); 41 Z_SET_REFCOUNT_PP(object, 1); 42 Z_SET_ISREF_PP(object); /* check if this can be hold always */
|
| H A D | spl_array.c | 140 static void spl_array_object_free_storage(void *object TSRMLS_DC) 142 spl_array_object *intern = (spl_array_object *)object; 154 efree(object); 158 zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC); 159 int spl_array_serialize(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_serialize_data *data TSRMLS_DC); 160 int spl_array_unserialize(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_len, zend_unserialize_data *data TSRMLS_DC); 308 static zval **spl_array_get_dimension_ptr_ptr(int check_inherited, zval *object, zval *offset, int type TSRMLS_DC) /* {{{ */ argument 310 spl_array_object *intern = (spl_array_object*)zend_object_store_get_object(object TSRMLS_CC); 382 static zval *spl_array_read_dimension_ex(int check_inherited, zval *object, zval *offset, int type TSRMLS_DC) /* {{{ */ argument 387 spl_array_object *intern = (spl_array_object*)zend_object_store_get_object(object TSRMLS_C 432 spl_array_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) argument 437 spl_array_write_dimension_ex(int check_inherited, zval *object, zval *offset, zval *value TSRMLS_DC) argument 506 spl_array_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC) argument 511 spl_array_unset_dimension_ex(int check_inherited, zval *object, zval *offset TSRMLS_DC) argument 566 spl_array_unset_dimension(zval *object, zval *offset TSRMLS_DC) argument 571 spl_array_has_dimension_ex(int check_inherited, zval *object, zval *offset, int check_empty TSRMLS_DC) argument 636 spl_array_has_dimension(zval *object, zval *offset, int check_empty TSRMLS_DC) argument 678 spl_array_iterator_append(zval *object, zval *append_value TSRMLS_DC) argument 729 zval *object = getThis(), *tmp; local 787 spl_array_read_property(zval *object, zval *member, int type TSRMLS_DC) argument 798 spl_array_write_property(zval *object, zval *member, zval *value TSRMLS_DC) argument 810 spl_array_get_property_ptr_ptr(zval *object, zval *member TSRMLS_DC) argument 821 spl_array_has_property(zval *object, zval *member, int has_set_exists TSRMLS_DC) argument 833 spl_array_unset_property(zval *object, zval *member TSRMLS_DC) argument 927 spl_array_object *object; member in struct:__anon1 944 spl_array_object *object = iterator->object; local 968 spl_array_object *object = iterator->object; local 984 spl_array_object *object = iterator->object; local 1008 spl_array_object *object = iterator->object; local 1054 spl_array_object *object = iterator->object; local 1066 spl_array_set_array(zval *object, spl_array_object *intern, zval **array, long ar_flags, int just_array TSRMLS_DC) argument 1118 spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC) argument 1145 zval *object = getThis(); local 1182 zval *object = getThis(); local 1198 zval *object = getThis(); local 1213 zval *object = getThis(); local 1228 zval *object = getThis(); local 1244 zval *object = getThis(), *tmp, **array; local 1263 zval *object = getThis(); local 1288 zval *object = getThis(); local 1304 zval *object = getThis(); local 1361 spl_array_object_count_elements(zval *object, long *count TSRMLS_DC) argument 1472 zval *object = getThis(); local 1509 spl_array_iterator_key(zval *object, zval *return_value TSRMLS_DC) argument 1544 zval *object = getThis(); local 1565 zval *object = getThis(); local 1591 zval *object = getThis(), **entry; local 1621 zval *object = getThis(), **entry, *flags; local 1700 zval *object = getThis(); local 1729 spl_array_serialize(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_serialize_data *data TSRMLS_DC) argument 1870 spl_array_unserialize(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_len, zend_unserialize_data *data TSRMLS_DC) argument [all...] |
| H A D | spl_iterators.c | 133 "The object is in an invalid state as the parent constructor was not called"); \ 142 spl_recursive_it_object *object = (spl_recursive_it_object*)_iter->data; local 145 while (object->level > 0) { 146 sub_iter = object->iterators[object->level].iterator; 148 zval_ptr_dtor(&object->iterators[object->level--].zobject); 150 object->iterators = erealloc(object->iterators, sizeof(spl_sub_iterator)); 151 object 157 spl_recursive_it_valid_ex(spl_recursive_it_object *object, zval *zthis TSRMLS_DC) argument 178 spl_recursive_it_object *object = (spl_recursive_it_object*)iter->data; local 185 spl_recursive_it_object *object = (spl_recursive_it_object*)iter->data; local 193 spl_recursive_it_object *object = (spl_recursive_it_object*)iter->data; local 204 spl_recursive_it_move_forward_ex(spl_recursive_it_object *object, zval *zthis TSRMLS_DC) argument 371 spl_recursive_it_rewind_ex(spl_recursive_it_object *object, zval *zthis TSRMLS_DC) argument 413 spl_recursive_it_object *object; local 443 zval *object = getThis(); local 583 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 596 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 609 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 640 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 658 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 671 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 684 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 700 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 734 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 759 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 812 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 829 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 845 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(*object_ptr TSRMLS_CC); local 869 spl_recursive_it_object *object = (spl_recursive_it_object *)_object; local 890 spl_recursive_it_object *object = (spl_recursive_it_object *)_object; local 982 spl_recursive_tree_iterator_get_prefix(spl_recursive_it_object *object, zval *return_value TSRMLS_DC) argument 1017 spl_recursive_tree_iterator_get_entry(spl_recursive_it_object * object, zval * return_value TSRMLS_DC) argument 1038 spl_recursive_tree_iterator_get_postfix(spl_recursive_it_object * object, zval * return_value TSRMLS_DC) argument 1054 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 1075 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 1087 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 1100 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 1113 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 1168 spl_recursive_it_object *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC); local 2125 spl_dual_it_object *object = (spl_dual_it_object *)_object; local 2141 spl_dual_it_object *object = (spl_dual_it_object *)_object; local [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | incomplete_class.c | 27 "access a property of an incomplete object. " \ 28 "Please ensure that the class definition \"%s\" of the object " \ 37 static void incomplete_class_message(zval *object, int error_type TSRMLS_DC) argument 42 class_name = php_lookup_class_name(object, NULL); 57 static zval *incomplete_class_get_property(zval *object, zval *member, int type TSRMLS_DC) /* {{{ */ argument 59 incomplete_class_message(object, E_NOTICE TSRMLS_CC); 69 static void incomplete_class_write_property(zval *object, zval *member, zval *value TSRMLS_DC) /* {{{ */ argument 71 incomplete_class_message(object, E_NOTICE TSRMLS_CC); 75 static zval **incomplete_class_get_property_ptr_ptr(zval *object, zval *member TSRMLS_DC) /* {{{ */ argument 77 incomplete_class_message(object, E_NOTIC 82 incomplete_class_unset_property(zval *object, zval *member TSRMLS_DC) argument 88 incomplete_class_has_property(zval *object, zval *member, int check_empty TSRMLS_DC) argument 95 incomplete_class_get_method(zval **object, char *method, int method_len TSRMLS_DC) argument 106 zend_object *object; local 138 php_lookup_class_name(zval *object, zend_uint *nlen) argument 161 php_store_class_name(zval *object, const char *name, zend_uint len) argument [all...] |
| /PHP_5_3/main/streams/ |
| H A D | userspace.c | 107 zval * object; member in struct:_php_userstream_data 293 ALLOC_ZVAL(us->object); 294 object_init_ex(us->object, uwrap->ce); 295 Z_SET_REFCOUNT_P(us->object, 1); 296 Z_SET_ISREF_P(us->object); 307 fci.object_ptr = us->object; 316 fcc.called_scope = Z_OBJCE_P(us->object); 317 fcc.object_ptr = us->object; 321 zval_dtor(us->object); 322 FREE_ZVAL(us->object); 1088 zval *object; local 1142 zval *object; local 1201 zval *object; local 1266 zval *object; local 1326 zval *object; local [all...] |
| /PHP_5_3/Zend/ |
| H A D | zend_object_handlers.h | 32 /* Used to fetch property from the object, read-only */ 33 typedef zval *(*zend_object_read_property_t)(zval *object, zval *member, int type TSRMLS_DC); 35 /* Used to fetch dimension from the object, read-only */ 36 typedef zval *(*zend_object_read_dimension_t)(zval *object, zval *offset, int type TSRMLS_DC); 44 /* Used to set property of the object */ 45 typedef void (*zend_object_write_property_t)(zval *object, zval *member, zval *value TSRMLS_DC); 47 /* Used to set dimension of the object */ 48 typedef void (*zend_object_write_dimension_t)(zval *object, zval *offset, zval *value TSRMLS_DC); 51 /* Used to create pointer to the property of the object, for future direct r/w access */ 52 typedef zval **(*zend_object_get_property_ptr_ptr_t)(zval *object, zva [all...] |
| H A D | zend_objects.c | 29 ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) argument 31 ALLOC_HASHTABLE(object->properties); 32 zend_hash_init(object->properties, 0, NULL, ZVAL_PTR_DTOR, 0); 34 object->ce = ce; 35 object->guards = NULL; 38 ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) 40 if (object->guards) { 41 zend_hash_destroy(object->guards); 42 FREE_HASHTABLE(object->guards); 44 if (object 50 zend_objects_destroy_object(zend_object *object, zend_object_handle handle TSRMLS_DC) argument 130 zend_objects_new(zend_object **object, zend_class_entry *class_type TSRMLS_DC) argument [all...] |
| H A D | zend_objects.h | 28 ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC); 29 ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC); 30 ZEND_API zend_object_value zend_objects_new(zend_object **object, zend_class_entry *class_type TSRMLS_DC); 31 ZEND_API void zend_objects_destroy_object(zend_object *object, zend_object_handle handle TSRMLS_DC); 32 ZEND_API zend_object *zend_objects_get_address(const zval *object TSRMLS_DC); 34 ZEND_API zend_object_value zend_objects_clone_obj(zval *object TSRMLS_DC); 35 ZEND_API void zend_objects_free_object_storage(zend_object *object TSRMLS_DC);
|
| H A D | zend_objects_API.c | 55 if (obj->dtor && obj->object) { 57 obj->dtor(obj->object, i TSRMLS_CC); 92 obj->free_storage(obj->object TSRMLS_CC); 102 ZEND_API zend_object_handle zend_objects_store_put(void *object, zend_objects_store_dtor_t dtor, zend_objects_free_object_storage_t free_storage, zend_objects_store_clone_t clone TSRMLS_DC) argument 123 obj->object = object; 130 fprintf(stderr, "Allocated object id #%d\n", handle); 135 ZEND_API zend_uint zend_objects_store_get_refcount(zval *object TSRMLS_DC) 137 zend_object_handle handle = Z_OBJ_HANDLE_P(object); 142 ZEND_API void zend_objects_store_add_ref(zval *object TSRMLS_D 311 zval *object; member in struct:_zend_proxy_object 324 zend_objects_proxy_clone(zend_proxy_object *object, zend_proxy_object **object_clone TSRMLS_DC) argument 333 zend_object_create_proxy(zval *object, zval *member TSRMLS_DC) argument [all...] |
| H A D | zend_objects_API.h | 27 typedef void (*zend_objects_store_dtor_t)(void *object, zend_object_handle handle TSRMLS_DC); 28 typedef void (*zend_objects_free_object_storage_t)(void *object TSRMLS_DC); 29 typedef void (*zend_objects_store_clone_t)(void *object, void **object_clone TSRMLS_DC); 36 void *object; member in struct:_zend_object_store_bucket::_store_bucket::_store_object 65 ZEND_API zend_object_handle zend_objects_store_put(void *object, zend_objects_store_dtor_t dtor, zend_objects_free_object_storage_t storage, zend_objects_store_clone_t clone TSRMLS_DC); 67 ZEND_API void zend_objects_store_add_ref(zval *object TSRMLS_DC); 68 ZEND_API void zend_objects_store_del_ref(zval *object TSRMLS_DC); 74 ZEND_API zend_uint zend_objects_store_get_refcount(zval *object TSRMLS_DC); 75 ZEND_API zend_object_value zend_objects_store_clone_obj(zval *object TSRMLS_DC); 76 ZEND_API void *zend_object_store_get_object(const zval *object TSRMLS_D [all...] |
| H A D | zend_object_handlers.c | 47 __get/__set for this property of this object will be made, to prevent endless 54 ZEND_API HashTable *zend_std_get_properties(zval *object TSRMLS_DC) /* {{{ */ 57 zobj = Z_OBJ_P(object); 62 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ argument 65 return zend_std_get_properties(object TSRMLS_CC); 69 static zval *zend_std_call_getter(zval *object, zval *member TSRMLS_DC) /* {{{ */ argument 72 zend_class_entry *ce = Z_OBJCE_P(object); 82 zend_call_method_with_1_params(&object, ce, &ce->__get, ZEND_GET_FUNC_NAME, &retval, member); 94 static int zend_std_call_setter(zval *object, zval *member, zval *value TSRMLS_DC) /* {{{ */ argument 98 zend_class_entry *ce = Z_OBJCE_P(object); 124 zend_std_call_unsetter(zval *object, zval *member TSRMLS_DC) argument 140 zend_std_call_issetter(zval *object, zval *member TSRMLS_DC) argument 324 zend_std_read_property(zval *object, zval *member, int type TSRMLS_DC) argument 417 zend_std_write_property(zval *object, zval *member, zval *value TSRMLS_DC) argument 508 zend_std_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) argument 542 zend_std_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC) argument 560 zend_std_has_dimension(zval *object, zval *offset, int check_empty TSRMLS_DC) argument 591 zend_std_get_property_ptr_ptr(zval *object, zval *member TSRMLS_DC) argument 638 zend_std_unset_property(zval *object, zval *member TSRMLS_DC) argument 689 zend_std_unset_dimension(zval *object, zval *offset TSRMLS_DC) argument 851 zval *object = *object_ptr; local 1157 zend_std_has_property(zval *object, zval *member, int has_set_exists TSRMLS_DC) argument 1252 zend_std_object_get_class_name(const zval *object, char **class_name, zend_uint *class_name_len, int parent TSRMLS_DC) argument [all...] |
| /PHP_5_3/ext/libxml/ |
| H A D | libxml.c | 145 static int php_libxml_clear_object(php_libxml_node_object *object TSRMLS_DC) 147 if (object->properties) { 148 object->properties = NULL; 150 php_libxml_decrement_node_ptr(object TSRMLS_CC); 151 return php_libxml_decrement_doc_ref(object TSRMLS_CC); 754 /* {{{ proto object libxml_get_last_error() 784 /* {{{ proto object libxml_get_errors() 897 PHP_LIBXML_API xmlNodePtr php_libxml_import_node(zval *object TSRMLS_DC) 903 if (object->type == IS_OBJECT) { 904 ce = Z_OBJCE_P(object); 915 php_libxml_increment_node_ptr(php_libxml_node_object *object, xmlNodePtr node, void *private_data TSRMLS_DC) argument 967 php_libxml_increment_doc_ref(php_libxml_node_object *object, xmlDocPtr docp TSRMLS_DC) argument [all...] |
| H A D | php_libxml.h | 79 typedef void * (*php_libxml_export_node) (zval *object TSRMLS_DC); 81 PHP_LIBXML_API int php_libxml_increment_node_ptr(php_libxml_node_object *object, xmlNodePtr node, void *private_data TSRMLS_DC); 82 PHP_LIBXML_API int php_libxml_decrement_node_ptr(php_libxml_node_object *object TSRMLS_DC); 83 PHP_LIBXML_API int php_libxml_increment_doc_ref(php_libxml_node_object *object, xmlDocPtr docp TSRMLS_DC); 84 PHP_LIBXML_API int php_libxml_decrement_doc_ref(php_libxml_node_object *object TSRMLS_DC); 85 PHP_LIBXML_API xmlNodePtr php_libxml_import_node(zval *object TSRMLS_DC); 89 /* When object dtor is called as node may still be referenced */ 90 PHP_LIBXML_API void php_libxml_node_decrement_resource(php_libxml_node_object *object TSRMLS_DC);
|