Home
last modified time | relevance | path

Searched refs:object (Results 51 – 75 of 2336) sorted by relevance

12345678910>>...94

/PHP-7.0/ext/standard/tests/serialize/
H A Dbug31402.phpt38 object(TestY)#%d (2) {
42 object(TestX)#%d (1) {
47 &object(TestX)#%d (1) {
52 &object(TestX)#%d (1) {
58 object(TestX)#%d (1) {
63 object(TestY)#%d (2) {
67 object(TestX)#%d (1) {
72 &object(TestX)#%d (1) {
77 &object(TestX)#%d (1) {
83 object(TestX)#%d (1) {
H A Dserialization_objects_015.phpt75 object(stdClass)#%d (3) {
84 object(stdClass)#%d (3) {
92 object(stdClass)#%d (3) {
100 object(stdClass)#%d (3) {
108 object(stdClass)#%d (3) {
119 object(stdClass)#%d (3) {
128 object(stdClass)#%d (3) {
136 object(stdClass)#%d (3) {
144 object(stdClass)#%d (3) {
152 object(stdClass)#%d (3) {
[all …]
H A Dserialization_objects_013.phpt101 object(stdClass)#%d (3) {
110 object(stdClass)#%d (3) {
118 object(stdClass)#%d (3) {
126 object(stdClass)#%d (3) {
134 object(stdClass)#%d (3) {
145 object(stdClass)#%d (3) {
154 object(stdClass)#%d (3) {
162 object(stdClass)#%d (3) {
170 object(stdClass)#%d (3) {
178 object(stdClass)#%d (3) {
[all …]
/PHP-7.0/ext/standard/tests/array/
H A Darray_filter_object.phpt13 * object of empty class
105 object(SimpleClass)#%d (1) {
110 object(EmptyClass)#%d (0) {
113 object(ChildClass)#%d (2) {
120 object(FinalClass)#%d (1) {
125 object(StaticClass)#%d (0) {
130 object(SimpleClass)#%d (1) {
135 object(EmptyClass)#%d (0) {
138 object(ChildClass)#%d (2) {
145 object(FinalClass)#%d (1) {
[all …]
H A Dasort_object2.phpt25 // initializing object member value
40 // initializing object member value
98 object(for_integer_asort)#%d (3) {
107 object(for_integer_asort)#%d (3) {
116 object(for_integer_asort)#%d (3) {
137 object(for_string_asort)#%d (3) {
146 object(for_string_asort)#%d (3) {
155 object(for_string_asort)#%d (3) {
164 object(for_string_asort)#%d (3) {
217 object(for_string_asort)#%d (3) {
[all …]
H A Dsort_object2.phpt24 // initializing object member value
38 // initializing object member value
101 object(for_integer_sort)#%d (3) {
110 object(for_integer_sort)#%d (3) {
119 object(for_integer_sort)#%d (3) {
128 object(for_integer_sort)#%d (3) {
140 object(for_string_sort)#%d (3) {
149 object(for_string_sort)#%d (3) {
158 object(for_string_sort)#%d (3) {
167 object(for_string_sort)#%d (3) {
[all …]
H A Drsort_object2.phpt23 // initializing object member value
38 // initializing object member value
103 object(for_integer_rsort)#%d (3) {
112 object(for_integer_rsort)#%d (3) {
121 object(for_integer_rsort)#%d (3) {
130 object(for_integer_rsort)#%d (3) {
142 object(for_string_rsort)#%d (3) {
151 object(for_string_rsort)#%d (3) {
160 object(for_string_rsort)#%d (3) {
169 object(for_string_rsort)#%d (3) {
[all …]
H A Dusort_object2.phpt105 object(StaticClass)#%d (0) {
108 object(StaticClass)#%d (0) {
111 object(StaticClass)#%d (0) {
121 object(EmptyClass)#%d (0) {
124 object(EmptyClass)#%d (0) {
127 object(EmptyClass)#%d (0) {
130 object(EmptyClass)#%d (0) {
137 object(ChildClass)#%d (2) {
144 object(ChildClass)#%d (2) {
151 object(ChildClass)#%d (2) {
[all …]
/PHP-7.0/ext/reflection/tests/
H A DReflectionGenerator_basic.phpt38 object(Generator)#2 (0) {
56 object(Generator)#6 (0) {
58 object(ReflectionMethod)#8 (2) {
64 object(class@anonymous)#1 (0) {
66 object(Generator)#4 (0) {
72 object(Generator)#4 (0) {
74 object(ReflectionFunction)#7 (1) {
79 object(Generator)#5 (0) {
85 object(Generator)#5 (0) {
87 object(ReflectionFunction)#8 (1) {
H A DReflectionClass_isSubclassOf_basic.phpt21 echo " - Using object argument: ";
30 - Using object argument: bool(false)
33 - Using object argument: bool(false)
36 - Using object argument: bool(false)
39 - Using object argument: bool(false)
42 - Using object argument: bool(false)
45 - Using object argument: bool(true)
48 - Using object argument: bool(false)
51 - Using object argument: bool(false)
60 - Using object argument: bool(true)
[all …]
H A DReflectionObject_constructor_error.phpt16 object(ReflectionObject)#%d (1) {
21 Warning: ReflectionObject::__construct() expects parameter 1 to be object, string given in %s on li…
22 object(ReflectionObject)#%d (1) {
28 object(ReflectionObject)#%d (1) {
33 Warning: ReflectionObject::__construct() expects parameter 1 to be object, integer given in %s on l…
34 object(ReflectionObject)#%d (1) {
39 Warning: ReflectionObject::__construct() expects parameter 1 to be object, null given in %s on line…
40 object(ReflectionObject)#%d (1) {
45 Warning: ReflectionObject::__construct() expects parameter 1 to be object, array given in %s on lin…
46 object(ReflectionObject)#%d (1) {
H A DReflectionClass_implementsInterface_001.phpt24 echo " - Using object argument: ";
79 - Using object argument: bool(true)
82 - Using object argument: bool(false)
94 - Using object argument: bool(true)
97 - Using object argument: bool(false)
109 - Using object argument: bool(true)
112 - Using object argument: bool(true)
124 - Using object argument: bool(true)
127 - Using object argument: bool(false)
139 - Using object argument: bool(true)
[all …]
/PHP-7.0/ext/simplexml/tests/
H A D001.phpt13 object(SimpleXMLElement)#%d (2) {
20 object(SimpleXMLElement)#%d (3) {
27 object(SimpleXMLElement)#%d (0) {
30 object(SimpleXMLElement)#%d (1) {
32 object(SimpleXMLElement)#%d (1) {
34 object(SimpleXMLElement)#%d (1) {
36 object(SimpleXMLElement)#%d (0) {
H A D007.phpt51 object(SimpleXMLElement)#%d (3) {
58 object(SimpleXMLElement)#%d (0) {
61 object(SimpleXMLElement)#%d (1) {
63 object(SimpleXMLElement)#%d (1) {
65 object(SimpleXMLElement)#%d (1) {
67 object(SimpleXMLElement)#%d (0) {
74 object(SimpleXMLElement)#%d (1) {
78 object(SimpleXMLElement)#%d (1) {
83 object(SimpleXMLElement)#%d (1) {
87 object(SimpleXMLElement)#%d (1) {
/PHP-7.0/ext/spl/
H A Dspl_iterators.c206 if (object->endIteration && object->in_iteration) { in spl_recursive_it_valid_ex()
252 switch (object->iterators[object->level].state) { in spl_recursive_it_move_forward_ex()
267 object->iterators[object->level].state = RS_TEST; in spl_recursive_it_move_forward_ex()
270 ce = object->iterators[object->level].ce; in spl_recursive_it_move_forward_ex()
289 if (object->max_depth == -1 || object->max_depth > object->level) { in spl_recursive_it_move_forward_ex()
312 object->iterators[object->level].state = RS_NEXT; in spl_recursive_it_move_forward_ex()
328 object->iterators[object->level].state = RS_NEXT; in spl_recursive_it_move_forward_ex()
332 ce = object->iterators[object->level].ce; in spl_recursive_it_move_forward_ex()
367 object->iterators[object->level].ce = ce; in spl_recursive_it_move_forward_ex()
1589 cfi->object = cfi->fcc.object; in spl_dual_it_construct()
[all …]
/PHP-7.0/ext/standard/tests/class_object/
H A Dget_object_vars_variation_003.phpt5 /* Prototype : proto array get_object_vars(object obj)
6 * Description: Returns an array of object properties
103 Warning: get_object_vars() expects parameter 1 to be object, float given in %s on line %d
108 Warning: get_object_vars() expects parameter 1 to be object, float given in %s on line %d
113 Warning: get_object_vars() expects parameter 1 to be object, float given in %s on line %d
118 Warning: get_object_vars() expects parameter 1 to be object, float given in %s on line %d
123 Warning: get_object_vars() expects parameter 1 to be object, float given in %s on line %d
128 Warning: get_object_vars() expects parameter 1 to be object, array given in %s on line %d
133 Warning: get_object_vars() expects parameter 1 to be object, array given in %s on line %d
153 Warning: get_object_vars() expects parameter 1 to be object, null given in %s on line %d
[all …]
/PHP-7.0/ext/date/tests/
H A DDateTime_verify.phpt25 object(ReflectionClass)#%d (1) {
32 object(ReflectionMethod)#%d (2) {
39 object(ReflectionMethod)#%d (2) {
46 object(ReflectionMethod)#%d (2) {
53 object(ReflectionMethod)#%d (2) {
60 object(ReflectionMethod)#%d (2) {
67 object(ReflectionMethod)#%d (2) {
74 object(ReflectionMethod)#%d (2) {
81 object(ReflectionMethod)#%d (2) {
88 object(ReflectionMethod)#%d (2) {
[all …]
/PHP-7.0/Zend/
H A Dzend_interfaces.c52 fci.object = (object && Z_TYPE_P(object) == IS_OBJECT) ? Z_OBJ_P(object) : NULL; in zend_call_method()
71 obj_ce = object ? Z_OBJCE_P(object) : NULL; in zend_call_method()
90 if (object) { in zend_call_method()
103 fcic.object = object ? Z_OBJ_P(object) : NULL; in zend_call_method()
110 obj_ce = object ? Z_OBJCE_P(object) : NULL; in zend_call_method()
156 zval *object = &iter->it.data; in zend_user_it_dtor() local
159 zval_ptr_dtor(object); in zend_user_it_dtor()
187 zval *object = &iter->it.data; in zend_user_it_get_current_data() local
210 zval *object = &iter->it.data; in zend_user_it_get_current_key() local
231 zval *object = &iter->it.data; in zend_user_it_move_forward() local
[all …]
H A DOBJECTS2_HOWTO1 Creating an object
11 The function should create a new zval, create new object and get the
13 handle is the only ID of the object, so it should be enough to
32 to the object is created. This does not create a new object - both
33 zvals still refer to the same object.
38 delete_obj should destroy an object, all references to it become
50 write_property is used to directly write object's property by
74 if $foo is an object (e.g., proxy object from get_property_ptr) it
87 object constructor.
112 The object is represented by the following structure:
[all …]
/PHP-7.0/Zend/RFCs/
H A D001.txt1 Revamped object model using object handles
8 engine) the object model's design is that instantiated objects are
27 de-referencing method return values, tight control of object
35 handle to the object instead of the object itself. When this handle is
37 copied/sent/assigned. The object itself is never copied nor
49 $object = new MyClass(); $object->method();
75 19 $object = new MyClass();
76 20 $object->setMember("bar");
77 21 foo($object);
78 22 print $object->getMember();
[all …]
/PHP-7.0/ext/xml/tests/
H A Dxml_set_object_variation2.phpt11 /* Prototype : proto int xml_set_object(resource parser, object &obj)
12 * Description: Set up object which should be used for callbacks
117 Warning: xml_set_object() expects parameter 2 to be object, float given in %s on line %d
122 Warning: xml_set_object() expects parameter 2 to be object, float given in %s on line %d
127 Warning: xml_set_object() expects parameter 2 to be object, float given in %s on line %d
132 Warning: xml_set_object() expects parameter 2 to be object, float given in %s on line %d
137 Warning: xml_set_object() expects parameter 2 to be object, float given in %s on line %d
142 Warning: xml_set_object() expects parameter 2 to be object, array given in %s on line %d
147 Warning: xml_set_object() expects parameter 2 to be object, array given in %s on line %d
167 Warning: xml_set_object() expects parameter 2 to be object, null given in %s on line %d
[all …]
/PHP-7.0/ext/spl/tests/
H A DarrayObject_magicMethods1.phpt72 Original wrapped object:
73 object(UsesMagic)#1 (5) {
86 object(ArrayObject)#2 (1) {
88 object(UsesMagic)#1 (5) {
108 Original wrapped object:
109 object(UsesMagic)#1 (5) {
122 object(ArrayObject)#2 (1) {
142 Original wrapped object:
143 object(UsesMagic)#1 (5) {
175 Original wrapped object:
[all …]
H A DarrayObject_magicMethods2.phpt72 Original wrapped object:
73 object(UsesMagic)#1 (4) {
84 object(ArrayObject)#2 (3) {
90 object(UsesMagic)#1 (4) {
108 Original wrapped object:
109 object(UsesMagic)#1 (4) {
120 object(ArrayObject)#2 (3) {
142 Original wrapped object:
143 object(UsesMagic)#1 (4) {
173 Original wrapped object:
[all …]
H A Dobserver_004.phpt35 foreach($storage as $object)
37 var_dump($object->test);
49 foreach($storage2 as $object)
51 var_dump($object->test);
63 object(MyStorage)#%d (2) {
71 object(TestClass)#%d (1) {
81 object(TestClass)#%d (1) {
95 object(MyStorage)#%d (2) {
103 object(TestClass)#%d (1) {
113 object(TestClass)#%d (1) {
/PHP-7.0/ext/spl/internal/
H A Dsplobjectstorage.inc49 /** @return current object
91 /** @param $obj object to look for
100 if ($object === $element[0])
109 /** @param $obj new object to attach to storage or object whose
121 /** @param $obj object to remove from storage
129 if ($object === $element[0])
139 /** @param $obj new object to attach to storage or object whose
149 /** @param $obj Exising object to look for
161 if ($object === $element[0])
170 /** @param $obj Exising object to look for
[all …]

Completed in 94 milliseconds

12345678910>>...94