/PHP-8.3/ext/spl/tests/ |
H A D | arrayObject_magicMethods6.phpt | 75 Original wrapped object: 76 object(C)#1 (5) { 89 object(UsesMagic)#2 (2) { 93 object(C)#1 (5) { 114 object(C)#1 (5) { 127 object(UsesMagic)#2 (2) { 131 object(C)#1 (5) { 150 object(C)#1 (5) { 167 object(C)#1 (5) { 183 object(C)#1 (3) { [all …]
|
H A D | array_002.phpt | 10 $object = new ArrayObject($array); 11 $object[] = 'four'; 13 $arrayObject = new ArrayObject($object); 21 object(ArrayObject)#%d (1) { 23 object(ArrayObject)#1 (1) {
|
H A D | ArrayObject_sort_different_backing_storage.phpt | 6 $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 D | SplFileinfo_debugInfo_basic.phpt | 21 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 D | bug32394.phpt | 6 $object = new ArrayIterator; 7 $object->append(1); 9 foreach($object as $key => $value) 11 $object->offsetUnset($key);
|
/PHP-8.3/ext/simplexml/tests/ |
H A D | bug52751.phpt | 35 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 D | gh12223.phpt | 25 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 D | sensitive_parameter_variadic_arguments.phpt | 32 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 D | sensitive_parameter_nested_calls.phpt | 44 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 D | lsb_018.phpt | 58 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 D | str_or_obj_zpp.phpt | 39 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 D | gc_043.phpt | 13 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/Zend/tests/weakrefs/ |
H A D | gh10043-016.phpt | 21 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 D | array_access_009.phpt | 17 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 D | ReflectionClass_getMethods_001.phpt | 42 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 D | DateInterval_serialize-001.phpt | 8 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 D | DateInterval_serialize-002.phpt | 11 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 …]
|
H A D | test-parse-from-format.phpt | 26 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 …]
|
/PHP-8.3/ext/gmp/tests/ |
H A D | gmp_div_q.phpt | 45 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 D | gmp_div_r.phpt | 45 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 D | 012.phpt | 35 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 D | debug_zval_dump_o.phpt | 75 /* 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 D | typed_class_constants_inheritance_success2.phpt | 2 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 D | class_order_autoload5.phpt | 45 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 D | sizeof_object1.phpt | 2 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 --
|