Home
last modified time | relevance | path

Searched refs:object (Results 376 – 400 of 1987) sorted by relevance

1...<<11121314151617181920>>...80

/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_class.c38 static void IntlDateFormatter_object_dtor(zend_object *object ) in IntlDateFormatter_object_dtor() argument
40 zend_objects_destroy_object( object ); in IntlDateFormatter_object_dtor()
45 void IntlDateFormatter_object_free( zend_object *object ) in IntlDateFormatter_object_free() argument
47 IntlDateFormatter_object* dfo = php_intl_dateformatter_fetch_object(object); in IntlDateFormatter_object_free()
80 zend_object *IntlDateFormatter_object_clone(zval *object) in IntlDateFormatter_object_clone() argument
87 new_obj = IntlDateFormatter_ce_ptr->create_object(Z_OBJCE_P(object)); in IntlDateFormatter_object_clone()
123 ZEND_ARG_INFO(0, object)
/PHP-7.4/Zend/
H A Dzend_weakrefs.c47 void zend_weakrefs_notify(zend_object *object) { in zend_weakrefs_notify() argument
48 zend_hash_index_del(&EG(weakrefs), (zend_ulong) object); in zend_weakrefs_notify()
115 static ZEND_COLD zval* zend_weakref_no_write(zval *object, zval *member, zval *value, void **rtc) { in zend_weakref_no_write() argument
121 static ZEND_COLD zval* zend_weakref_no_read(zval *object, zval *member, int type, void **rtc, zval … in zend_weakref_no_read() argument
129 static ZEND_COLD zval *zend_weakref_no_read_ptr(zval *object, zval *member, int type, void **rtc) { in zend_weakref_no_read_ptr() argument
134 static ZEND_COLD int zend_weakref_no_isset(zval *object, zval *member, int hse, void **rtc) { in zend_weakref_no_isset() argument
141 static ZEND_COLD void zend_weakref_no_unset(zval *object, zval *member, void **rtc) { in zend_weakref_no_unset() argument
/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.c33 void Spoofchecker_objects_free(zend_object *object) in Spoofchecker_objects_free() argument
35 Spoofchecker_object* co = php_intl_spoofchecker_fetch_object(object); in Spoofchecker_objects_free()
111 static zend_object *spoofchecker_clone_obj(zval *object) /* {{{ */ in spoofchecker_clone_obj() argument
116 sfo = Z_INTL_SPOOFCHECKER_P(object); in spoofchecker_clone_obj()
119 new_obj_val = Spoofchecker_ce_ptr->create_object(Z_OBJCE_P(object)); in spoofchecker_clone_obj()
/PHP-7.4/ext/standard/tests/array/
H A Din_array_variation3.phpt2 Test in_array() function : usage variations - haystack as sub-array/object
12 /* Test in_array() with haystack as sub-array and object */
37 $in_array_obj = new in_array_check(); //creating new object
55 Warning: in_array() expects parameter 2 to be array, object given in %s on line %d
58 Warning: in_array() expects parameter 2 to be array, object given in %s on line %d
/PHP-7.4/Zend/tests/
H A Dbug39017.phpt6 foreach(($a=(object)new A()) as $v);
10 object(A)#%d (0) {
H A Dobjects_024.phpt2 Testing direct assigning for property of object returned by function
48 object(foo)#%d (0) {
51 object(foo)#%d (0) {
/PHP-7.4/ext/spl/tests/
H A Darray_023.phpt40 object(Name)#1 (4) {
52 object(Name)#2 (4) {
64 object(Bla)#1 (4) {
76 object(Bla)#2 (4) {
H A Diterator_044.phpt87 object(stdClass)#%d (0) {
90 Warning: CachingIterator::offsetExists() expects parameter 1 to be string, object given in %siterat…
93 Warning: CachingIterator::offsetGet() expects parameter 1 to be string, object given in %siterator_…
96 object(MyFoo)#%d (0) {
132 object(stdClass)#1 (0) {
135 Warning: CachingIterator::offsetExists() expects parameter 1 to be string, object given in %siterat…
138 Warning: CachingIterator::offsetGet() expects parameter 1 to be string, object given in %siterator_…
141 object(MyFoo)#2 (0) {
H A DarrayObject___construct_basic3.phpt70 object(ArrayObject)#2 (1) {
72 object(C)#1 (0) {
75 object(C)#1 (0) {
98 object(MyArrayObject)#3 (1) {
100 object(C)#4 (0) {
103 object(C)#4 (0) {
/PHP-7.4/tests/lang/
H A Dcompare_objects_basic1.phpt2 Test standard 'compare' object handler
6 echo "Simple test for standard compare object handler\n";
26 // Define a bunch of objects all of which will use standard compare object handler
47 Simple test for standard compare object handler
H A DforeachLoopObjects.004.phpt2 Foreach loop tests - Removing the current element from an iterated object.
14 echo "\nRemoving the current element from an iterated object.\n";
33 Removing the current element from an iterated object.
45 object(C)#%d (4) {
/PHP-7.4/tests/classes/
H A Diterators_001.phpt66 echo "object:$v\n";
78 echo "object:$i=>$v\n";
110 object:0
114 object:1
118 object:2
185 object:1st=>0
190 object:2nd=>1
195 object:3rd=>2
/PHP-7.4/ext/standard/tests/file/
H A Dreadlink_realpath_variation1.phpt2 Test readlink() and realpath() functions: usage variation - linkname/filename stored in object(Bug …
23 echo "\n*** Testing readlink() and realpath() with linkname stored inside a object ***\n";
28 // creating object with members as linkname
38 echo "\n-- Testing readlink() and realpath() with softlink, linkname stored inside an object --\n";
51 echo "\n-- Testing readlink() and realpath() with hardlink, linkname stored inside an object --\n";
78 *** Testing readlink() and realpath() with linkname stored inside a object ***
80 -- Testing readlink() and realpath() with softlink, linkname stored inside an object --
88 -- Testing readlink() and realpath() with hardlink, linkname stored inside an object --
H A Dreadlink_realpath_variation1-win32.phpt2 Test readlink() and realpath() functions: usage variation - linkname/filename stored in object(Bug …
26 echo "\n*** Testing readlink() and realpath() with linkname stored inside a object ***\n";
31 // creating object with members as linkname
41 echo "\n-- Testing readlink() and realpath() with softlink, linkname stored inside an object --\n";
54 echo "\n-- Testing readlink() and realpath() with hardlink, linkname stored inside an object --\n";
81 *** Testing readlink() and realpath() with linkname stored inside a object ***
83 -- Testing readlink() and realpath() with softlink, linkname stored inside an object --
91 -- Testing readlink() and realpath() with hardlink, linkname stored inside an object --
/PHP-7.4/ext/session/tests/
H A D003.phpt2 session object deserialization
31 object(foo)#1 (2) {
39 object(foo)#2 (2) {
H A D023.phpt2 session object deserialization
33 object(foo)#1 (2) {
41 object(foo)#2 (2) {
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_object_vars_variation_002.phpt5 /* Prototype : proto array get_object_vars(object obj)
6 * Description: Returns an array of object properties
41 object(stdClass)#1 (2) {
/PHP-7.4/ext/gmp/tests/
H A Dserialize.phpt26 object(GMP)#%d (1) {
31 object(GMP)#%d (1) {
35 object(GMP)#%d (2) {
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload4.phpt36 object(A)#2 (0) {
40 object(B)#2 (0) {
42 object(B)#2 (0) {
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug70219_1.phpt39 object(obj)#%d (1) {
44 object(obj)#%d (1) {
49 object(obj)#1 (1) {
H A Dserialization_objects_002.phpt69 foreach( $variation_obj_arr as $object) {
72 $serialize_data = serialize( $object );
91 After Unserialization => object(C)#%d (8) {
114 object(members)#%d (3) {
133 object(nomembers)#%d (0) {
141 After Unserialization => object(D)#%d (8) {
160 After Unserialization => object(D)#%d (8) {
179 After Unserialization => object(D)#%d (8) {
237 object(nomembers)#%d (0) {
292 object(members)#%d (3) {
[all …]
/PHP-7.4/Zend/tests/list/
H A Dlist_reference_002.phpt11 object(stdClass)#%d (0) {
16 &object(stdClass)#%d (0) {
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_object.phpt6 * Description: Finds whether the given variable is an object
73 // create a object of each class defined above
96 foreach ($valid_objects as $object ) {
98 var_dump( is_object($object) );
101 echo "\n*** Testing is_object() on non object types ***\n";
107 // unset object
130 @$unset_object, // unset object
134 is_object() on non object types, expected output: bool(false) */
180 *** Testing is_object() on non object types ***
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_return_basic.phpt94 *** Trying object(stdClass)#6 (0) {
96 *** Caught Return value of {closure}() must be of the type int, object returned in %s on line %d
97 *** Trying object(Stringable)#7 (0) {
99 *** Caught Return value of {closure}() must be of the type int, object returned in %s on line %d
132 *** Trying object(stdClass)#6 (0) {
134 *** Caught Return value of {closure}() must be of the type float, object returned in %s on line %d
135 *** Trying object(Stringable)#7 (0) {
169 *** Trying object(stdClass)#6 (0) {
172 *** Trying object(Stringable)#7 (0) {
206 *** Trying object(stdClass)#6 (0) {
[all …]
H A Dscalar_basic.phpt105 *** Trying object(stdClass)#%s (0) {
107 *** Caught Argument 1 passed to {closure}() must be of the type int, object given, called in %s on …
109 *** Trying object(Stringable)#%s (0) {
111 *** Caught Argument 1 passed to {closure}() must be of the type int, object given, called in %s on …
159 *** Trying object(stdClass)#%s (0) {
161 *** Caught Argument 1 passed to {closure}() must be of the type float, object given, called in %s o…
163 *** Trying object(Stringable)#%s (0) {
212 *** Trying object(stdClass)#%s (0) {
216 *** Trying object(Stringable)#%s (0) {
265 *** Trying object(stdClass)#%s (0) {
[all …]

Completed in 109 milliseconds

1...<<11121314151617181920>>...80