Home
last modified time | relevance | path

Searched refs:object (Results 176 – 200 of 2456) sorted by relevance

12345678910>>...99

/PHP-8.3/ext/standard/tests/array/
H A Darray_walk_recursive_object1.phpt2 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 Diap_on_object_deprecated.phpt6 $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 Dclosure_026.phpt2 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 Doffset_object.phpt2 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 Dlist_001.phpt13 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 Dphp_date.c1578 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 Duserspace.c93 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 Dobject_and_class_type.phpt2 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 Dobject_and_class_type2.phpt2 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 Dobject_and_static.phpt2 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 Dobject_and_static2.phpt2 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 Dunserialize-refcount.phpt26 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 Dreturn_type_in_class.phpt2 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 Dgen_stub_test_01.phpt18 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 Dzend_interfaces.c52 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 Dzend_objects.h26 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 Dbug42654.phpt26 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 Dbug24658.phpt34 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 Dgmp_root.phpt36 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 Dbug81611.phpt12 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/enchant/tests/
H A Dbug13181.phpt52 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) {
/PHP-8.3/ext/simplexml/tests/
H A D016.phpt31 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 Dunserialize_classes.phpt21 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/intl/resourcebundle/
H A Dresourcebundle_class.c38 static void ResourceBundle_object_free( zend_object *object ) in ResourceBundle_object_free() argument
40 ResourceBundle_object *rb = php_intl_resourcebundle_fetch_object(object); in ResourceBundle_object_free()
83 zval *object = return_value; in resourcebundle_ctor() local
84 ResourceBundle_object *rb = Z_INTL_RESOURCEBUNDLE_P( object ); in resourcebundle_ctor()
179 rb = php_intl_resourcebundle_fetch_object(object); in resourcebundle_array_fetch()
232 resourcebundle_array_fetch(object, offset, rv, 1); in resourcebundle_array_get()
242 zval * object; in PHP_FUNCTION() local
332 &object, ResourceBundle_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
337 rb = Z_INTL_RESOURCEBUNDLE_P( object ); in PHP_FUNCTION()
350 &object, ResourceBundle_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/intl/dateformat/
H A Ddateformat.c31 &object, IntlDateFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
36 dfo = Z_INTL_DATEFORMATTER_P( object ); in PHP_FUNCTION()
51 &object, IntlDateFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
56 dfo = Z_INTL_DATEFORMATTER_P( object ); in PHP_FUNCTION()

Completed in 49 milliseconds

12345678910>>...99