Home
last modified time | relevance | path

Searched refs:object (Results 151 – 175 of 2456) sorted by relevance

12345678910>>...99

/PHP-8.3/ext/simplexml/tests/
H A Dbug52751.phpt35 object(SimpleXMLElement)#2 (1) {
40 object(SimpleXMLElement)#3 (1) {
42 object(SimpleXMLElement)#5 (0) {
46 object(SimpleXMLElement)#4 (1) {
48 object(SimpleXMLElement)#5 (0) {
54 object(SimpleXMLElement)#4 (0) {
H A Dgh12223.phpt25 object(SimpleXMLElement)#1 (1) {
27 object(SimpleXMLElement)#2 (1) {
29 object(SimpleXMLElement)#3 (1) {
31 object(SimpleXMLElement)#4 (1) {
33 object(SimpleXMLElement)#5 (1) {
35 object(SimpleXMLElement)#6 (1) {
/PHP-8.3/Zend/tests/function_arguments/
H A Dsensitive_parameter_variadic_arguments.phpt32 object(SensitiveParameterValue)#%d (0) {
35 object(SensitiveParameterValue)#%d (0) {
38 object(SensitiveParameterValue)#%d (0) {
55 object(SensitiveParameterValue)#%d (0) {
58 object(SensitiveParameterValue)#%d (0) {
61 object(SensitiveParameterValue)#%d (0) {
H A Dsensitive_parameter_nested_calls.phpt44 object(SensitiveParameterValue)#%d (0) {
49 object(SensitiveParameterValue)#%d (0) {
66 object(SensitiveParameterValue)#%d (0) {
69 object(SensitiveParameterValue)#%d (0) {
86 object(SensitiveParameterValue)#%d (0) {
91 object(SensitiveParameterValue)#%d (0) {
108 object(SensitiveParameterValue)#%d (0) {
111 object(SensitiveParameterValue)#%d (0) {
/PHP-8.3/Zend/tests/
H A Dlsb_018.phpt58 object(Foo)#%d (1) {
62 object(Bar)#%d (1) {
66 object(Baz)#%d (1) {
70 object(Foo)#%d (1) {
74 object(Bar)#%d (1) {
78 object(Baz)#%d (1) {
82 object(Foo)#%d (1) {
86 object(Bar)#%d (1) {
90 object(Baz)#%d (1) {
H A Dstr_or_obj_zpp.phpt39 Deprecated: zend_string_or_object(): Passing null to parameter #1 ($param) of type object|string is…
41 object(stdClass)#1 (0) {
43 object(Foo)#1 (0) {
45 zend_string_or_object(): Argument #1 ($param) must be of type object|string, array given
49 object(stdClass)#2 (0) {
51 object(Foo)#2 (0) {
53 zend_string_or_object_or_null(): Argument #1 ($param) must be of type object|string|null, array giv…
H A Dgc_043.phpt13 object(stdClass)#1 (2) {
15 object(SplStack)#2 (2) {
23 object(stdClass)#3 (0) {
28 object(RegexIterator)#4 (2) {
32 object(SplStack)#5 (2) {
40 object(stdClass)#6 (0) {
/PHP-8.3/ext/spl/tests/
H A DArrayObject_sort_different_backing_storage.phpt6 $obj = (object)['a' => 2, 'b' => 1];
32 object(ArrayObject)#2 (1) {
34 object(stdClass)#1 (2) {
41 object(ArrayObject)#3 (1) {
43 object(ArrayObject)#2 (1) {
45 object(stdClass)#1 (2) {
57 object(ArrayObject)#4 (2) {
63 object(ArrayObject)#5 (1) {
68 object(ArrayObject)#6 (1) {
H A DSplFileinfo_debugInfo_basic.phpt21 object(SplFileInfo)#1 (2) {
27 object(SplFileInfo)#1 (2) {
33 object(SplFileInfo)#1 (2) {
39 object(SplFileInfo)#1 (2) {
45 object(SplFileInfo)#1 (2) {
51 object(SplFileInfo)#1 (2) {
57 object(SplFileInfo)#1 (2) {
63 object(SplFileInfo)#1 (2) {
69 object(SplFileInfo)#1 (2) {
75 object(SplFileInfo)#1 (2) {
[all …]
H A Dbug32394.phpt6 $object = new ArrayIterator;
7 $object->append(1);
9 foreach($object as $key => $value)
11 $object->offsetUnset($key);
/PHP-8.3/Zend/tests/weakrefs/
H A Dgh10043-016.phpt21 object(WeakMap)#1 (2) {
25 object(K1)#2 (0) {
30 object(K1)#2 (0) {
39 object(K2)#3 (0) {
42 object(K2)#3 (0) {
/PHP-8.3/tests/classes/
H A Darray_access_009.phpt17 private $object;
23 if (!$object->offsetExists($element))
25 $object[$element] = array();
27 $this->object = $object;
38 $tmp = $this->object->proxyGet($this->element);
131 object(ArrayProxy)#%d (2) {
132 ["object":"ArrayProxy":private]=>
133 object(Peoples)#%d (1) {
168 object(ArrayProxy)#%d (2) {
169 ["object":"ArrayProxy":private]=>
[all …]
/PHP-8.3/ext/reflection/tests/
H A DReflectionClass_getMethods_001.phpt42 object(ReflectionMethod)#%d (2) {
49 object(ReflectionMethod)#%d (2) {
59 object(ReflectionMethod)#%d (2) {
66 object(ReflectionMethod)#%d (2) {
76 object(ReflectionMethod)#%d (2) {
83 object(ReflectionMethod)#%d (2) {
93 object(ReflectionMethod)#%d (2) {
100 object(ReflectionMethod)#%d (2) {
110 object(ReflectionMethod)#%d (2) {
117 object(ReflectionMethod)#%d (2) {
/PHP-8.3/ext/date/tests/
H A DDateInterval_serialize-001.phpt8 echo "Original object:\n";
11 echo "\n\nSerialised object:\n";
15 echo "\n\nUnserialised object:\n";
28 Original object:
29 object(DateInterval)#1 (10) {
53 Serialised object:
57 Unserialised object:
58 object(DateInterval)#2 (10) {
108 object(DateTimeImmutable)#4 (3) {
116 object(DateTimeImmutable)#4 (3) {
H A Dtest-parse-from-format.phpt26 object(DateTime)#2 (3) {
37 object(DateTime)#1 (3) {
48 object(DateTime)#3 (3) {
59 object(DateTime)#2 (3) {
70 object(DateTime)#1 (3) {
81 object(DateTime)#3 (3) {
92 object(DateTime)#2 (3) {
103 object(DateTime)#1 (3) {
114 object(DateTime)#3 (3) {
125 object(DateTime)#2 (3) {
[all …]
H A DDateInterval_serialize-002.phpt11 echo "Original object:\n";
14 echo "\n\nSerialised object:\n";
18 echo "\n\nUnserialised object:\n";
47 Original object:
48 object(DateInterval)#3 (10) {
72 Serialised object:
76 Unserialised object:
77 object(DateInterval)#4 (10) {
127 object(DateInterval)#5 (10) {
152 object(DateTimeImmutable)#6 (3) {
[all …]
/PHP-8.3/ext/gmp/tests/
H A Dgmp_div_q.phpt45 object(GMP)#1 (1) {
50 object(GMP)#2 (1) {
55 object(GMP)#1 (1) {
59 object(GMP)#1 (1) {
63 object(GMP)#1 (1) {
67 object(GMP)#1 (1) {
71 object(GMP)#1 (1) {
75 object(GMP)#1 (1) {
H A Dgmp_div_r.phpt45 object(GMP)#1 (1) {
50 object(GMP)#3 (1) {
55 object(GMP)#2 (1) {
59 object(GMP)#3 (1) {
63 object(GMP)#2 (1) {
67 object(GMP)#3 (1) {
71 object(GMP)#2 (1) {
75 object(GMP)#3 (1) {
/PHP-8.3/ext/tidy/tests/
H A D012.phpt35 object(tidyNode)#3 (9) {
58 object(tidyNode)#4 (9) {
82 object(tidyNode)#4 (9) {
103 object(tidyNode)#5 (9) {
131 object(tidyNode)#6 (9) {
262 object(tidyNode)#6 (9) {
305 object(tidyNode)#7 (9) {
325 object(tidyNode)#8 (9) {
411 object(tidyNode)#9 (9) {
431 object(tidyNode)#10 (9) {
[all …]
/PHP-8.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt75 /* creating new object $obj */
77 $obj1 = & $obj; //object $obj1 references object $obj
81 /* object which is unset */
92 @$temp_class_obj, //undefined object
118 object(object_class)#%d (6) refcount(%d){
149 object(object_class)#%d (6) refcount(%d){
235 object(object_class)#%d (6) refcount(%d){
255 object(object_class)#%d (6) refcount(%d){
280 object(object_class)#%d (6) refcount(%d){
300 object(object_class)#%d (6) refcount(%d){
[all …]
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_class_constants_inheritance_success2.phpt2 Typed class constants (inheritance success - object types)
14 public const object CONST1 = S;
39 object(Z)#%d (%d) {
41 object(Z)#%d (%d) {
43 object(Z)#%d (%d) {
45 object(Z)#%d (%d) {
47 object(Z)#%d (%d) {
/PHP-8.3/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload5.phpt45 object(A)#2 (0) {
47 object(X)#2 (0) {
49 object(Q)#2 (0) {
51 object(R)#2 (0) {
53 object(Y)#2 (0) {
55 object(B)#2 (0) {
57 object(B)#2 (0) {
/PHP-8.3/ext/standard/tests/array/
H A Dsizeof_object1.phpt2 Test sizeof() function : object functionality - object with Countable interface
5 echo "*** Testing sizeof() : object functionality ***\n";
7 echo "-- Testing sizeof() with an object which implements Countable interface --\n";
16 return 3; // return the count of member variables in the object
32 *** Testing sizeof() : object functionality ***
33 -- Testing sizeof() with an object which implements Countable interface --
H A Darray_walk_object1.phpt2 Test array_walk() function : object functionality
6 * Passing object in place of 'input' argument to test object functionality
9 echo "*** Testing array_walk() : object functionality ***\n";
32 // object for 'input' argument
40 *** Testing array_walk() : object functionality ***
/PHP-8.3/ext/opcache/tests/jit/
H A Dclosure_001.phpt35 object(Closure)#3 (1) {
37 object(Foo)#1 (0) {
40 object(Closure)#3 (1) {
42 object(Foo)#1 (0) {
45 object(Closure)#3 (0) {

Completed in 47 milliseconds

12345678910>>...99