/PHP-8.3/ext/opcache/tests/jit/ |
H A D | closure_001.phpt | 35 object(Closure)#3 (1) { 37 object(Foo)#1 (0) { 40 object(Closure)#3 (1) { 42 object(Foo)#1 (0) { 45 object(Closure)#3 (0) {
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | array_walk_object1.phpt | 2 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 ***
|
H A D | array_walk_recursive_object1.phpt | 2 Test array_walk_recursive() function : object functionality 5 /* Passing object in place of an 'input' argument to test object functionality 7 echo "*** Testing array_walk_recursive() : object functionality ***\n"; 30 // object for 'input' argument 38 *** Testing array_walk_recursive() : object functionality ***
|
/PHP-8.3/Zend/tests/ |
H A D | iap_on_object_deprecated.phpt | 6 $obj = (object)['a' => 'b']; 16 Deprecated: reset(): Calling reset() on an object is deprecated in %s on line %d 19 Deprecated: current(): Calling current() on an object is deprecated in %s on line %d 22 Deprecated: key(): Calling key() on an object is deprecated in %s on line %d 25 Deprecated: next(): Calling next() on an object is deprecated in %s on line %d 28 Deprecated: end(): Calling end() on an object is deprecated in %s on line %d 31 Deprecated: prev(): Calling prev() on an object is deprecated in %s on line %d
|
H A D | closure_026.phpt | 2 Closure 026: Assigning a closure object to an array in $this 32 object(foo)#%d (1) { 36 object(Closure)#%d (1) { 47 object(Closure)#%d (1) { 49 object(foo)#%d (1) {
|
H A D | offset_object.phpt | 2 accessing object dimension 6 $object = new stdClass; 7 var_dump($object[1]); 11 Fatal error: Uncaught Error: Cannot use object of type stdClass as array in %s:%d
|
H A D | list_001.phpt | 13 object(stdClass)#1 (0) { 15 object(stdClass)#2 (0) { 17 object(stdClass)#3 (0) { 19 object(stdClass)#4 (0) {
|
/PHP-8.3/ext/date/ |
H A D | php_date.c | 1578 if (object->end) { in date_period_it_has_more() 1580 return object->current->sse <= object->end->sse ? SUCCESS : FAILURE; in date_period_it_has_more() 1582 return object->current->sse < object->end->sse ? SUCCESS : FAILURE; in date_period_it_has_more() 1718 iterator->object = Z_PHPPERIOD_P(object); in date_object_period_get_iterator() 2350 return object; in php_date_instantiate() 3235 object = ZEND_THIS; in PHP_METHOD() 3485 zval *object; in PHP_FUNCTION() local 3566 zval *object; in PHP_FUNCTION() local 3612 zval *object; in PHP_FUNCTION() local 3662 zval *object; in PHP_FUNCTION() local [all …]
|
/PHP-8.3/main/streams/ |
H A D | userspace.c | 93 zval object; member 264 ZVAL_UNDEF(object); in user_stream_create_object() 270 ZVAL_UNDEF(object); in user_stream_create_object() 282 zval_ptr_dtor(object); in user_stream_create_object() 283 ZVAL_UNDEF(object); in user_stream_create_object() 1039 zval object; in user_wrapper_unlink() local 1078 zval object; in user_wrapper_rename() local 1119 zval object; in user_wrapper_mkdir() local 1162 zval object; in user_wrapper_rmdir() local 1203 zval object; in user_wrapper_metadata() local [all …]
|
/PHP-8.3/Zend/tests/type_declarations/union_types/redundant_types/ |
H A D | object_and_class_type.phpt | 2 Using both object and a class type 6 function test(): object|Test { 11 Fatal error: Type Test|object contains both object and a class type, which is redundant in %s on li…
|
H A D | object_and_class_type2.phpt | 2 Using both object and a class type 2 6 function test(): Test|object { 11 Fatal error: Type Test|object contains both object and a class type, which is redundant in %s on li…
|
H A D | object_and_static.phpt | 2 object and static are redundant 7 public function foo(): static|object {} 12 Fatal error: Type static|object contains both object and a class type, which is redundant in %s on …
|
H A D | object_and_static2.phpt | 2 object and static are redundant 2 7 public function foo(): object|static {} 12 Fatal error: Type static|object contains both object and a class type, which is redundant in %s on …
|
/PHP-8.3/Zend/tests/enum/ |
H A D | unserialize-refcount.phpt | 26 object(Foo)#1 (1) refcount(2){ 30 object(Foo)#1 (1) refcount(3){ 34 object(Foo)#1 (1) refcount(4){ 38 object(Foo)#1 (1) refcount(3){ 42 object(Foo)#1 (1) refcount(2){
|
/PHP-8.3/Zend/tests/object_types/ |
H A D | return_type_in_class.phpt | 2 Adding a class method object return type 7 public function a() : object; 11 public function a() : object {} 15 public function a() : object { 22 Fatal error: Uncaught TypeError: Two@anonymous::a(): Return value must be of type object, int retur…
|
/PHP-8.3/ext/zend_test/tests/ |
H A D | gen_stub_test_01.phpt | 18 object(ZendTestNS2\Foo)#%d (%d) { 22 object(ZendTestNS2\Foo)#%d (%d) { 24 object(ZendTestNS2\ZendSubNS\Foo)#%d (%d) { 27 object(ZendTestNS\UnlikelyCompileError)#%d (%d) { 29 object(ZendTestNS\NotUnlikelyCompileError)#%d (%d) {
|
/PHP-8.3/Zend/ |
H A D | zend_interfaces.c | 52 obj_ce = object ? object->ce : NULL; in zend_call_method() 76 if (object) { in zend_call_method() 77 called_scope = object->ce; in zend_call_method() 113 zval *object = &iter->it.data; in zend_user_it_dtor() local 116 zval_ptr_dtor(object); in zend_user_it_dtor() 141 zval *object = &iter->it.data; in zend_user_it_get_current_data() local 154 zval *object = &iter->it.data; in zend_user_it_get_current_key() local 166 zval *object = &iter->it.data; in zend_user_it_move_forward() local 177 zval *object = &iter->it.data; in zend_user_it_rewind() local 409 Z_OBJ_P(object), Z_OBJCE_P(object), NULL, "serialize", &retval); in zend_user_serialize() [all …]
|
H A D | zend_objects.h | 26 ZEND_API void ZEND_FASTCALL zend_object_std_init(zend_object *object, zend_class_entry *ce); 30 ZEND_API void zend_object_std_dtor(zend_object *object); 31 ZEND_API void zend_objects_destroy_object(zend_object *object); 32 ZEND_API zend_object *zend_objects_clone_obj(zend_object *object);
|
/PHP-8.3/ext/spl/tests/ |
H A D | bug42654.phpt | 26 object(RecursiveArrayIterator)#%d (1) { 45 object(RecursiveArrayIterator)#%d (1) { 65 object(RecursiveArrayIterator)#%d (1) { 77 object(RecursiveArrayIterator)#%d (1) { 90 object(RecursiveArrayIterator)#%d (1) { 97 object(RecursiveArrayIterator)#%d (1) { 105 object(RecursiveArrayIterator)#%d (1) { 124 object(RecursiveArrayIterator)#%d (1) {
|
/PHP-8.3/tests/lang/ |
H A D | bug24658.phpt | 34 object(foo)#%d (0) { 36 object(foo)#%d (0) { 38 object(foo)#%d (0) { 40 object(foo)#%d (0) { 43 object(foo)#%d (0) { 48 object(foo)#%d (0) { 53 object(foo)#%d (0) {
|
/PHP-8.3/ext/gmp/tests/ |
H A D | gmp_root.phpt | 36 object(GMP)#%d (1) { 40 object(GMP)#%d (1) { 44 object(GMP)#%d (1) { 48 object(GMP)#%d (1) { 52 object(GMP)#%d (1) { 57 object(GMP)#%d (1) {
|
/PHP-8.3/ext/reflection/tests/ |
H A D | bug81611.phpt | 12 public function doFoo(object $test = new self()): object 17 public function doBar(object $test = new parent()): object 53 object(Foo)#2 (0) { 63 object(Bar)#3 (0) {
|
/PHP-8.3/ext/simplexml/tests/ |
H A D | 016.phpt | 31 object(SimpleXMLElement)#%d (1) { 35 object(SimpleXMLElement)#%d (1) { 39 object(SimpleXMLElement)#%d (1) { 44 object(SimpleXMLElement)#%d (1) { 48 object(SimpleXMLElement)#%d (1) { 52 object(SimpleXMLElement)#%d (1) {
|
/PHP-8.3/ext/standard/tests/serialize/ |
H A D | unserialize_classes.phpt | 21 object(foo)#%d (1) { 32 object(__PHP_Incomplete_Class)#%d (2) { 45 object(foo)#%d (1) { 56 object(__PHP_Incomplete_Class)#%d (2) { 69 object(foo)#%d (1) { 80 object(foo)#%d (1) {
|
/PHP-8.3/ext/enchant/tests/ |
H A D | bug13181.phpt | 52 object(EnchantDictionary)#%d (0) { 54 object(EnchantDictionary)#%d (0) { 56 object(EnchantBroker)#%d (0) { 58 object(EnchantBroker)#%d (0) { 60 object(EnchantDictionary)#%d (0) { 62 object(EnchantDictionary)#%d (0) {
|