Home
last modified time | relevance | path

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

12345678910>>...90

/PHP-8.1/ext/gmp/tests/
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) {
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.1/ext/date/tests/
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 …]
/PHP-8.1/ext/standard/tests/array/
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 ***
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.1/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
31 object(foo)#%d (1) {
35 object(Closure)#%d (1) {
46 object(Closure)#%d (1) {
48 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.1/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_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 …
/PHP-8.1/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()
142 zval *object = &iter->it.data; in zend_user_it_get_current_data() local
155 zval *object = &iter->it.data; in zend_user_it_get_current_key() local
167 zval *object = &iter->it.data; in zend_user_it_move_forward() local
178 zval *object = &iter->it.data; in zend_user_it_rewind() local
370 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.1/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.1/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.1/ext/spl/tests/
H A DSplFixedArray_setSize_destruct.phpt23 object(SplFixedArray)#1 (1) {
27 object(SplFixedArray)#1 (1) {
33 object(SplFixedArray)#1 (5) {
43 object(HasDestructor)#2 (0) {
46 object(SplFixedArray)#1 (4) {
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) {
H A DarrayObject_exchangeArray_basic3.phpt2 SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store.
54 object(ArrayObject)#2 (1) {
56 object(C)#3 (2) {
63 object(C)#1 (2) {
69 object(C)#3 (2) {
87 object(ArrayObject)#2 (1) {
89 object(C)#3 (2) {
96 object(C)#3 (2) {
109 object(ArrayObject)#3 (1) {
111 object(C)#2 (2) {
[all …]
/PHP-8.1/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.1/ext/date/
H A Dphp_date.stub.php85 function date_format(DateTimeInterface $object, string $format): string {} argument
87 function date_modify(DateTime $object, string $modifier): DateTime|false {} argument
89 function date_add(DateTime $object, DateInterval $interval): DateTime {} argument
91 function date_sub(DateTime $object, DateInterval $interval): DateTime {} argument
94 function date_timezone_get(DateTimeInterface $object): DateTimeZone|false {} argument
98 function date_offset_get(DateTimeInterface $object): int {} argument
111 function date_timestamp_set(DateTime $object, int $timestamp): DateTime {} argument
113 function date_timestamp_get(DateTimeInterface $object): int {} argument
119 function timezone_name_get(DateTimeZone $object): string {} argument
137 function timezone_location_get(DateTimeZone $object): array|false {} argument
[all …]
/PHP-8.1/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.1/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.1/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.1/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.1/ext/intl/resourcebundle/
H A Dresourcebundle_class.c38 static void ResourceBundle_object_free( zend_object *object ) in ResourceBundle_object_free() argument
85 zval *object = return_value; in resourcebundle_ctor() local
86 ResourceBundle_object *rb = Z_INTL_RESOURCEBUNDLE_P( object ); in resourcebundle_ctor()
181 rb = php_intl_resourcebundle_fetch_object(object); in resourcebundle_array_fetch()
234 resourcebundle_array_fetch(object, offset, rv, 1); in resourcebundle_array_get()
244 zval * object; in PHP_FUNCTION() local
255 int resourcebundle_array_count(zend_object *object, zend_long *count) in resourcebundle_array_count() argument
334 &object, ResourceBundle_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
339 rb = Z_INTL_RESOURCEBUNDLE_P( object ); in PHP_FUNCTION()
352 &object, ResourceBundle_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
[all …]

Completed in 60 milliseconds

12345678910>>...90