Home
last modified time | relevance | path

Searched refs:object (Results 176 – 200 of 2192) sorted by relevance

12345678910>>...88

/PHP-5.5/ext/spl/tests/
H A Darray_015.phpt44 object(ArrayObject)#%d (1) {
60 Notice: ArrayIterator::next(): Array was modified outside object and internal position is no longer…
62 object(ArrayObject)#%d (1) {
77 object(ArrayObject)#%d (1) {
88 Notice: main(): ArrayIterator::next(): Array was modified outside object and internal position is n…
91 Notice: main(): ArrayIterator::next(): Array was modified outside object and internal position is n…
92 object(ArrayObject)#%d (1) {
H A Dbug49263.phpt23 object(SplObjectStorage)#2 (1) {
29 object(stdClass)#1 (0) {
36 object(stdClass)#3 (0) {
43 object(stdClass)#3 (0) {
48 object(stdClass)#1 (0) {
/PHP-5.5/Zend/tests/
H A Dbug44660.phpt2 Bug #44660 (Indexed and reference assignment to propery of non-object don't trigger warning)
31 Notice: Trying to get property of non-object in %sbug44660.php on line 6
34 Warning: Attempt to assign property of non-object in %sbug44660.php on line 9
37 Warning: Attempt to increment/decrement property of non-object in %sbug44660.php on line 12
40 Warning: Attempt to modify property of non-object in %sbug44660.php on line 15
43 Warning: Attempt to modify property of non-object in %sbug44660.php on line 18
46 Warning: Attempt to modify property of non-object in %sbug44660.php on line 21
H A Dclass_alias_012.phpt26 object(test\baz\foo)#%d (0) {
28 object(test\baz\foo)#%d (0) {
30 object(test\baz\foo)#%d (0) {
32 object(test\baz\foo)#%d (0) {
/PHP-5.5/ext/date/tests/
H A DDateTimeZone_clone_basic3.phpt10 echo "\n-- Create a DateTimeZone object --\n";
32 -- Create a DateTimeZone object --
33 object(DateTimeZone)#%d (2) {
41 object(DateTimeZone)#%d (4) {
53 object(DateTimeZone)#%d (4) {
65 object(DateTimeZone)#%d (6) {
81 object(DateTimeZone)#%d (6) {
H A DDateTime_clone_basic3.phpt10 echo "\n-- Create a DateTime object --\n";
32 -- Create a DateTime object --
33 object(DateTime)#%d (3) {
43 object(DateTime)#%d (5) {
57 object(DateTime)#%d (5) {
71 object(DateTime)#%d (7) {
89 object(DateTime)#%d (7) {
H A Ddate_create_basic.phpt6 * Description: Returns new DateTime object
26 object(DateTime)#%d (3) {
34 object(DateTime)#%d (3) {
42 object(DateTime)#%d (3) {
50 object(DateTime)#%d (3) {
H A DDateTime_construct_variation1.phpt24 return "Class A object";
84 // object data
143 object(DateTime)#%d (3) {
151 object(DateTime)#%d (3) {
165 object(DateTime)#%d (3) {
173 object(DateTime)#%d (3) {
199 object(DateTime)#%d (3) {
207 object(DateTime)#%d (3) {
217 object(DateTime)#%d (3) {
225 object(DateTime)#%d (3) {
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_unshift_object.phpt12 * an object to the $var argument
110 object(SimpleClass)#%d (1) {
126 object(SimpleClass)#%d (1) {
147 object(EmptyClass)#%d (0) {
161 object(EmptyClass)#%d (0) {
180 object(ChildClass)#%d (2) {
198 object(ChildClass)#%d (2) {
221 object(FinalClass)#%d (1) {
237 object(FinalClass)#%d (1) {
258 object(StaticClass)#%d (0) {
[all …]
H A Darray_walk_closure.phpt42 echo "\nclosure with object\n";
56 echo "\nfunction with object\n";
157 closure with object
158 object(stdClass)#1 (1) {
162 object(stdClass)#1 (1) {
166 object(stdClass)#1 (1) {
173 function with object
174 object(stdClass)#2 (1) {
178 object(stdClass)#2 (1) {
182 object(stdClass)#2 (1) {
[all …]
H A Duasort_object1.phpt2 Test uasort() function : object functionality
15 echo "*** Testing uasort() : object functionality ***\n";
96 *** Testing uasort() : object functionality ***
100 object(SimpleClass1)#2 (1) {
105 object(SimpleClass1)#1 (1) {
110 object(SimpleClass1)#4 (1) {
115 object(SimpleClass1)#3 (1) {
123 object(SimpleClass2)#5 (3) {
132 object(SimpleClass2)#7 (3) {
141 object(SimpleClass2)#6 (3) {
H A Darray_walk_object1.phpt2 Test array_walk() function : object functionality
11 * Pasing object in place of 'input' argument to test object functionatlity
14 echo "*** Testing array_walk() : object functionality ***\n";
45 // object for 'input' argument
53 *** Testing array_walk() : object functionality ***
H A Darray_walk_recursive_object1.phpt2 Test array_walk_recursive() function : object functionality
10 /* Passing object in place of an 'input' argument to test object functionality
12 echo "*** Testing array_walk_recursive() : object functionality ***\n";
43 // object for 'input' argument
51 *** Testing array_walk_recursive() : object functionality ***
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c40 ResourceBundle_object *rb = (ResourceBundle_object *) object; in ResourceBundle_object_destroy()
52 zend_object_std_dtor( object TSRMLS_CC ); in ResourceBundle_object_destroy()
53 efree(object); in ResourceBundle_object_destroy()
88 zval *object = return_value; in resourcebundle_ctor() local
216 zval *resourcebundle_array_get(zval *object, zval *offset, int type TSRMLS_DC) in resourcebundle_array_get() argument
225 resourcebundle_array_fetch(object, offset, retval, 1 TSRMLS_CC); in resourcebundle_array_get()
246 zval * object; in ZEND_END_ARG_INFO() local
254 resourcebundle_array_fetch(object, offset, return_value, fallback TSRMLS_CC); in ZEND_END_ARG_INFO()
259 int resourcebundle_array_count(zval *object, long *count TSRMLS_DC) in resourcebundle_array_count() argument
363 &object, ResourceBundle_ce_ptr ) == FAILURE ) in ZEND_END_ARG_INFO()
[all …]
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.003.phpt14 echo "\nDirectly changing object values.\n";
88 Directly changing object values.
92 object(C)#%d (5) {
106 object(C)#%d (5) {
120 object(C)#%d (5) {
133 Adding properties to an an object.
146 object(C)#%d (17) {
196 object(C)#%d (17) {
233 Removing properties from an object.
235 object(C)#%d (2) {
[all …]
/PHP-5.5/Zend/
H A Dzend_object_handlers.c108 zobj = Z_OBJ_P(object); in zend_std_get_properties()
121 return Z_OBJ_HANDLER_P(object, get_properties)(object TSRMLS_CC); in zend_std_get_gc()
432 zobj = Z_OBJ_P(object); in zend_std_read_property()
465 Z_ADDREF_P(object); in zend_std_read_property()
496 Z_DELREF_P(object); in zend_std_read_property()
530 zobj = Z_OBJ_P(object); in zend_std_write_property()
586 Z_ADDREF_P(object); in zend_std_write_property()
724 zobj = Z_OBJ_P(object); in zend_std_get_property_ptr_ptr()
800 zobj = Z_OBJ_P(object); in zend_std_unset_property()
830 Z_ADDREF_P(object); in zend_std_unset_property()
[all …]
/PHP-5.5/ext/simplexml/tests/
H A D022.phpt32 object(SimpleXMLElement)#%d (1) {
34 object(SimpleXMLElement)#%d (1) {
43 object(SimpleXMLElement)#%d (1) {
51 object(SimpleXMLElement)#%d (1) {
58 object(SimpleXMLElement)#%d (1) {
H A Dprofile12.phpt39 object(SimpleXMLElement)#%s (0) {
41 object(SimpleXMLElement)#%s (1) {
43 object(SimpleXMLElement)#%s (2) {
50 object(SimpleXMLElement)#%s (1) {
59 object(SimpleXMLElement)#%s (2) {
66 object(SimpleXMLElement)#%s (1) {
/PHP-5.5/ext/standard/tests/general_functions/
H A Dproc_nice_variation6.phpt2 Test function proc_nice() by substituting argument 1 with object values.
16 echo "*** Test substituting argument 1 with object values ***\n";
33 return "Class A object";
52 *** Test substituting argument 1 with object values ***
53 Error: 2 - proc_nice() expects parameter 1 to be long, object given, %s(%d)
55 Error: 2 - proc_nice() expects parameter 1 to be long, object given, %s(%d)
/PHP-5.5/ext/tidy/tests/
H A D010.phpt15 object(tidyNode)#2 (8) {
39 &object(tidyNode)#3 (9) {
65 &object(tidyNode)#4 (9) {
112 &object(tidyNode)#6 (9) {
143 object(tidyNode)#2 (9) {
170 object(tidyNode)#2 (9) {
196 &object(tidyNode)#3 (9) {
219 &object(tidyNode)#6 (9) {
243 &object(tidyNode)#4 (9) {
272 object(tidyNode)#2 (9) {
[all …]
/PHP-5.5/ext/intl/collator/
H A Dcollator_error.c37 &object, Collator_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
46 co = (Collator_object *) zend_object_store_get_object(object TSRMLS_CC); in PHP_FUNCTION()
68 &object, Collator_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
77 co = (Collator_object *) zend_object_store_get_object( object TSRMLS_CC ); in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/serialize/
H A Dincomplete_class.phpt17 object(__PHP_Incomplete_Class)#%d (0) {
20 …od or access a property of an incomplete object. Please ensure that the class definition "unknown"…
22 …od or access a property of an incomplete object. Please ensure that the class definition "unknown"…
25 …od or access a property of an incomplete object. Please ensure that the class definition "unknown"…
/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker_class.c34 void *object, in Spoofchecker_objects_dtor() argument
37 zend_objects_destroy_object(object, handle TSRMLS_CC); in Spoofchecker_objects_dtor()
42 void Spoofchecker_objects_free(zend_object *object TSRMLS_DC) in Spoofchecker_objects_free()
44 Spoofchecker_object* co = (Spoofchecker_object*)object; in Spoofchecker_objects_free()
121 static zend_object_value spoofchecker_clone_obj(zval *object TSRMLS_DC) /* {{{ */ in spoofchecker_clone_obj()
124 zend_object_handle handle = Z_OBJ_HANDLE_P(object); in spoofchecker_clone_obj()
127 sfo = (Spoofchecker_object *) zend_object_store_get_object(object TSRMLS_CC); in spoofchecker_clone_obj()
130 new_obj_val = Spoofchecker_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in spoofchecker_clone_obj()
/PHP-5.5/ext/standard/tests/class_object/
H A Dmethod_exists_error_001.phpt5 /* Prototype : proto bool method_exists(object object, string method)
16 $object = new stdclass();
19 var_dump( method_exists($object, $method, $extra_arg) );
23 $object = new stdclass();
24 var_dump( method_exists($object) );
/PHP-5.5/ext/pdo/tests/
H A Dpdo_005.phpt55 object(stdClass)#%d (3) {
64 object(stdClass)#%d (3) {
73 object(stdClass)#%d (3) {
84 object(TestBase)#%d (3) {
93 object(TestBase)#%d (3) {
102 object(TestBase)#%d (3) {
116 object(TestDerived)#%d (5) {
129 object(TestDerived)#%d (5) {
142 object(TestDerived)#%d (5) {

Completed in 41 milliseconds

12345678910>>...88