/PHP-7.2/ext/simplexml/tests/ |
H A D | bug72588.phpt | 16 <object type="obj_1" label="Label for object 1"></object> 17 <object type="obj_2" label="Label for object 2"></object> 18 <object type="obj_3" label="Label for object 3"></object> 19 <object type="obj_4" label="Label for object 4"></object> 20 <object type="obj_5" label="Label for object 5"></object> 21 <object type="obj_6" label="Label for object 6"></object> 22 <object type="obj_7" label="Label for object 7"></object> 23 <object type="obj_8" label="Label for object 8"></object> 24 <object type="obj_9" label="Label for object 9"></object> 25 <object type="obj_10" label="Label for object 10"></object> [all …]
|
H A D | bug66084_0.phpt | 13 object(SimpleXMLElement)#1 (2) { 15 object(SimpleXMLElement)#2 (0) { 18 object(SimpleXMLElement)#3 (1) { 25 object(SimpleXMLElement)#1 (3) { 27 object(SimpleXMLElement)#3 (0) { 30 object(SimpleXMLElement)#2 (0) { 33 object(SimpleXMLElement)#4 (1) { 40 object(SimpleXMLElement)#1 (2) { 42 object(SimpleXMLElement)#4 (0) { 45 object(SimpleXMLElement)#2 (2) { [all …]
|
H A D | 000.phpt | 45 object(SimpleXMLElement)#%d (3) { 67 object(SimpleXMLElement)#%d (1) { 80 object(SimpleXMLElement)#%d (3) { 115 object(SimpleXMLElement)#%d (3) { 150 object(SimpleXMLElement)#%d (2) { 171 object(SimpleXMLElement)#%d (0) { 177 object(SimpleXMLElement)#%d (1) { 184 object(SimpleXMLElement)#%d (0) { 190 object(SimpleXMLElement)#%d (1) { 207 object(SimpleXMLElement)#%d (1) { [all …]
|
/PHP-7.2/ext/standard/tests/general_functions/ |
H A D | gettype_settype_variation7.phpt | 159 $type = "object"; 194 string(6) "object" 202 string(6) "object" 210 string(6) "object" 218 string(6) "object" 226 string(6) "object" 234 string(6) "object" 243 string(6) "object" 251 string(6) "object" 259 string(6) "object" [all …]
|
/PHP-7.2/Zend/tests/ |
H A D | compare_002.phpt | 99 int(1) !== object(test)#3 (0) {} 201 NULL !== object(test)#3 (0) {} 250 object(stdClass)#1 (0) {} === object(stdClass)#1 (0) {} 251 object(stdClass)#1 (0) {} !== object(stdClass)#2 (0) {} 252 object(stdClass)#1 (0) {} !== object(test)#3 (0) {} 267 object(stdClass)#2 (0) {} !== object(stdClass)#1 (0) {} 268 object(stdClass)#2 (0) {} === object(stdClass)#2 (0) {} 269 object(stdClass)#2 (0) {} !== object(test)#3 (0) {} 284 object(test)#3 (0) {} !== object(stdClass)#1 (0) {} 285 object(test)#3 (0) {} !== object(stdClass)#2 (0) {} [all …]
|
H A D | compare_002_64bit.phpt | 99 int(1) !== object(test)#%d (0) {} 201 NULL !== object(test)#%d (0) {} 250 object(stdClass)#%d (0) {} === object(stdClass)#%d (0) {} 251 object(stdClass)#%d (0) {} !== object(stdClass)#%d (0) {} 252 object(stdClass)#%d (0) {} !== object(test)#%d (0) {} 267 object(stdClass)#%d (0) {} !== object(stdClass)#%d (0) {} 268 object(stdClass)#%d (0) {} === object(stdClass)#%d (0) {} 269 object(stdClass)#%d (0) {} !== object(test)#%d (0) {} 284 object(test)#%d (0) {} !== object(stdClass)#%d (0) {} 285 object(test)#%d (0) {} !== object(stdClass)#%d (0) {} [all …]
|
H A D | cast_to_object.phpt | 33 $tmp = (object)$var; 40 object(stdClass)#%d (1) { 44 object(stdClass)#%d (1) { 48 object(stdClass)#%d (1) { 52 object(stdClass)#%d (1) { 56 object(stdClass)#%d (1) { 60 object(stdClass)#%d (1) { 64 object(stdClass)#%d (0) { 66 object(stdClass)#%d (3) { 74 object(stdClass)#%d (1) { [all …]
|
H A D | compare_001.phpt | 274 object(stdClass)#1 (0) {} == object(stdClass)#1 (0) {} 275 object(stdClass)#1 (0) {} == object(stdClass)#2 (0) {} 276 object(stdClass)#1 (0) {} != object(test)#3 (0) {} 299 object(stdClass)#2 (0) {} == object(stdClass)#1 (0) {} 300 object(stdClass)#2 (0) {} == object(stdClass)#2 (0) {} 301 object(stdClass)#2 (0) {} != object(test)#3 (0) {} 309 object(test)#3 (0) {} 312 object(test)#3 (0) {} 324 object(test)#3 (0) {} != object(stdClass)#1 (0) {} 325 object(test)#3 (0) {} != object(stdClass)#2 (0) {} [all …]
|
H A D | compare_003.phpt | 274 object(stdClass)#1 (0) {} <= object(stdClass)#1 (0) {} 275 object(stdClass)#1 (0) {} <= object(stdClass)#2 (0) {} 276 object(stdClass)#1 (0) {} <= object(test)#3 (0) {} 299 object(stdClass)#2 (0) {} <= object(stdClass)#1 (0) {} 300 object(stdClass)#2 (0) {} <= object(stdClass)#2 (0) {} 301 object(stdClass)#2 (0) {} <= object(test)#3 (0) {} 309 object(test)#3 (0) {} 312 object(test)#3 (0) {} 324 object(test)#3 (0) {} <= object(stdClass)#1 (0) {} 325 object(test)#3 (0) {} <= object(stdClass)#2 (0) {} [all …]
|
H A D | compare_004.phpt | 274 object(stdClass)#1 (0) {} >= object(stdClass)#1 (0) {} 275 object(stdClass)#1 (0) {} >= object(stdClass)#2 (0) {} 276 object(stdClass)#1 (0) {} >= object(test)#3 (0) {} 299 object(stdClass)#2 (0) {} >= object(stdClass)#1 (0) {} 300 object(stdClass)#2 (0) {} >= object(stdClass)#2 (0) {} 301 object(stdClass)#2 (0) {} >= object(test)#3 (0) {} 309 object(test)#3 (0) {} 312 object(test)#3 (0) {} 324 object(test)#3 (0) {} >= object(stdClass)#1 (0) {} 325 object(test)#3 (0) {} >= object(stdClass)#2 (0) {} [all …]
|
H A D | compare_005.phpt | 274 object(stdClass)#1 (0) {} >= object(stdClass)#1 (0) {} 275 object(stdClass)#1 (0) {} >= object(stdClass)#2 (0) {} 276 object(stdClass)#1 (0) {} < object(test)#3 (0) {} 299 object(stdClass)#2 (0) {} >= object(stdClass)#1 (0) {} 300 object(stdClass)#2 (0) {} >= object(stdClass)#2 (0) {} 301 object(stdClass)#2 (0) {} < object(test)#3 (0) {} 309 object(test)#3 (0) {} 312 object(test)#3 (0) {} 324 object(test)#3 (0) {} < object(stdClass)#1 (0) {} 325 object(test)#3 (0) {} < object(stdClass)#2 (0) {} [all …]
|
H A D | compare_006.phpt | 274 object(stdClass)#1 (0) {} <= object(stdClass)#1 (0) {} 275 object(stdClass)#1 (0) {} <= object(stdClass)#2 (0) {} 276 object(stdClass)#1 (0) {} > object(test)#3 (0) {} 299 object(stdClass)#2 (0) {} <= object(stdClass)#1 (0) {} 300 object(stdClass)#2 (0) {} <= object(stdClass)#2 (0) {} 301 object(stdClass)#2 (0) {} > object(test)#3 (0) {} 309 object(test)#3 (0) {} 312 object(test)#3 (0) {} 324 object(test)#3 (0) {} > object(stdClass)#1 (0) {} 325 object(test)#3 (0) {} > object(stdClass)#2 (0) {} [all …]
|
H A D | settype_object.phpt | 33 settype($var, "object"); 40 object(stdClass)#%d (1) { 44 object(stdClass)#%d (1) { 48 object(stdClass)#%d (1) { 52 object(stdClass)#%d (1) { 56 object(stdClass)#%d (1) { 60 object(stdClass)#%d (1) { 64 object(stdClass)#%d (0) { 66 object(stdClass)#%d (3) { 74 object(stdClass)#%d (1) { [all …]
|
/PHP-7.2/ext/standard/tests/serialize/ |
H A D | serialization_objects_012.phpt | 33 echo "\n\nArray containing object and reference to that object:\n"; 67 echo "\n\nObject containing object and reference to that object:\n"; 128 Array containing object and reference to that object: 166 Object containing same object twice:object(stdClass)#%d (2) { 175 object(stdClass)#%d (2) { 183 object(stdClass)#%d (2) { 195 object(stdClass)#%d (2) { 206 Object containing object and reference to that object: 207 object(stdClass)#%d (2) { 216 object(stdClass)#%d (2) { [all …]
|
/PHP-7.2/ext/standard/tests/array/ |
H A D | sort_object1.phpt | 20 // initializing object member value 31 // initializing object member value 91 object(for_integer_sort)#%d (1) { 124 object(for_string_sort)#%d (1) { 129 object(for_string_sort)#%d (1) { 134 object(for_string_sort)#%d (1) { 139 object(for_string_sort)#%d (1) { 144 object(for_string_sort)#%d (1) { 149 object(for_string_sort)#%d (1) { 154 object(for_string_sort)#%d (1) { [all …]
|
H A D | rsort_object1.phpt | 2 Test rsort() function : object functionality 20 // initializing object member value 31 // initializing object member value 124 object(for_string_rsort)#%d (1) { 129 object(for_string_rsort)#%d (1) { 134 object(for_string_rsort)#%d (1) { 139 object(for_string_rsort)#%d (1) { 144 object(for_string_rsort)#%d (1) { 149 object(for_string_rsort)#%d (1) { 154 object(for_string_rsort)#%d (1) { [all …]
|
H A D | asort_object1.phpt | 23 // initializing object member value 34 // initializing object member value 94 object(for_integer_asort)#%d (1) { 127 object(for_string_asort)#%d (1) { 132 object(for_string_asort)#%d (1) { 137 object(for_string_asort)#%d (1) { 142 object(for_string_asort)#%d (1) { 147 object(for_string_asort)#%d (1) { 152 object(for_string_asort)#%d (1) { 157 object(for_string_asort)#%d (1) { [all …]
|
H A D | krsort_object.phpt | 91 object(IntegerObject)#%d (1) { 96 object(IntegerObject)#%d (1) { 124 object(StringObject)#%d (1) { 129 object(StringObject)#%d (1) { 134 object(StringObject)#%d (1) { 139 object(StringObject)#%d (1) { 144 object(StringObject)#%d (1) { 149 object(StringObject)#%d (1) { 154 object(StringObject)#%d (1) { 159 object(StringObject)#%d (1) { [all …]
|
H A D | ksort_object.phpt | 90 object(IntegerObject)#%d (1) { 95 object(IntegerObject)#%d (1) { 123 object(StringObject)#%d (1) { 128 object(StringObject)#%d (1) { 133 object(StringObject)#%d (1) { 138 object(StringObject)#%d (1) { 143 object(StringObject)#%d (1) { 148 object(StringObject)#%d (1) { 153 object(StringObject)#%d (1) { 158 object(StringObject)#%d (1) { [all …]
|
/PHP-7.2/ext/standard/ |
H A D | incomplete_class.c | 41 class_name = php_lookup_class_name(object); in incomplete_class_message() 54 incomplete_class_message(object, E_NOTICE); in incomplete_class_get_property() 67 incomplete_class_message(object, E_NOTICE); in incomplete_class_write_property() 73 incomplete_class_message(object, E_NOTICE); in incomplete_class_get_property_ptr_ptr() 80 incomplete_class_message(object, E_NOTICE); in incomplete_class_unset_property() 86 incomplete_class_message(object, E_NOTICE); in incomplete_class_has_property() 95 ZVAL_OBJ(&zobject, *object); in incomplete_class_get_method() 105 zend_object *object; in php_create_incomplete_object() local 107 object = zend_objects_new( class_type); in php_create_incomplete_object() 112 return object; in php_create_incomplete_object() [all …]
|
/PHP-7.2/ext/spl/tests/ |
H A D | bug66834.phpt | 56 var_dump($object->offsetExists('foo'), isset($object['foo']), empty($object['foo'])); 57 var_dump($object->offsetExists('bar'), isset($object['bar']), empty($object['bar'])); 58 var_dump($object->offsetexists('baz'), isset($object['baz']), empty($object['baz'])); 59 var_dump($object->offsetexists('qux'), isset($object['qux']), empty($object['qux'])); 63 var_dump($object->offsetExists('foo'), isset($object['foo']), empty($object['foo'])); 64 var_dump($object->offsetExists('bar'), isset($object['bar']), empty($object['bar'])); 65 var_dump($object->offsetexists('baz'), isset($object['baz']), empty($object['baz'])); 66 var_dump($object->offsetexists('qux'), isset($object['qux']), empty($object['qux'])); 70 var_dump($object->offsetExists('foo'), isset($object['foo']), empty($object['foo'])); 71 var_dump($object->offsetExists('bar'), isset($object['bar']), empty($object['bar'])); [all …]
|
/PHP-7.2/ext/reflection/tests/ |
H A D | ReflectionExtension_getClasses_basic.phpt | 14 object(ReflectionClass)#2 (1) { 19 object(ReflectionClass)#3 (1) { 24 object(ReflectionClass)#4 (1) { 29 object(ReflectionClass)#5 (1) { 34 object(ReflectionClass)#6 (1) { 39 object(ReflectionClass)#7 (1) { 44 object(ReflectionClass)#8 (1) { 49 object(ReflectionClass)#9 (1) { 54 object(ReflectionClass)#10 (1) { 59 object(ReflectionClass)#11 (1) { [all …]
|
/PHP-7.2/ext/gmp/tests/ |
H A D | overloading.phpt | 106 object(GMP)#%d (1) { 110 object(GMP)#%d (1) { 114 object(GMP)#%d (1) { 118 object(GMP)#%d (1) { 122 object(GMP)#%d (1) { 126 object(GMP)#%d (1) { 130 object(GMP)#%d (1) { 134 object(GMP)#%d (1) { 138 object(GMP)#%d (1) { 142 object(GMP)#%d (1) { [all …]
|
/PHP-7.2/tests/classes/ |
H A D | implicit_instantiation_001.phpt | 2 Implicit object instantiation when accessing properties of non-object. 32 echo "\n\n\n --> Resulting object:"; 38 --> Attempting implicit conversion to object using increment... 40 Warning: Creating default object from empty value in %s on line 18 44 --> Attempting implicit conversion to object using assignment... 46 Warning: Creating default object from empty value in %s on line 22 56 --> Attempting implicit conversion to object using increment... 134 --> Resulting object:object(C)#%d (6) { 136 object(stdClass)#%d (1) { 141 object(stdClass)#%d (1) { [all …]
|
/PHP-7.2/Zend/ |
H A D | zend_objects_API.c | 152 object->handle = handle; in zend_objects_store_put() 168 if (GC_REFCOUNT(object) == 0) { in zend_objects_store_del() 172 if (object->handlers->dtor_obj in zend_objects_store_del() 175 GC_REFCOUNT(object)++; in zend_objects_store_del() 176 object->handlers->dtor_obj(object); in zend_objects_store_del() 177 GC_REFCOUNT(object)--; in zend_objects_store_del() 189 GC_REFCOUNT(object)++; in zend_objects_store_del() 190 object->handlers->free_obj(object); in zend_objects_store_del() 191 GC_REFCOUNT(object)--; in zend_objects_store_del() 194 ptr = ((char*)object) - object->handlers->offset; in zend_objects_store_del() [all …]
|