Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...100

/php-src/ext/simplexml/tests/
H A Dsimplexml_load_file.phpt13 object(SimpleXMLElement)#1 (1) {
17 object(SimpleXMLElement)#2 (2) {
24 object(SimpleXMLElement)#3 (2) {
/php-src/ext/spl/tests/SplFileObject/
H A Dbug60201.phpt14 object(ReflectionParameter)#%d (1) {
19 object(ReflectionParameter)#%d (1) {
24 object(ReflectionParameter)#%d (1) {
/php-src/Zend/tests/
H A Dbug78379_2.phpt2 Bug #78379.2 (Cast to object confuses GC, causes crash)
11 $e1->a = (object)$a;
13 $e2->a = (object)$a;
H A Dclass_alias_021.phpt20 object(foo\bar)#%d (0) {
22 object(foo\bar)#%d (0) {
24 object(foo\bar)#%d (0) {
H A Dbug29210.phpt67 $object = new test_class;
68 $object->test();
69 if (is_callable(array($object,'test_func1'))) {
70 $object->test_func1();
74 if (is_callable(array($object,'test_func2'))) {
75 $object->test_func2();
89 $object = new foo();
90 $object->test();
H A Dbug30791.phpt2 Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
21 object(a)#1 (1) {
25 object(a)#2 (1) {
/php-src/ext/standard/tests/general_functions/
H A Dvar_dump.phpt198 /* object which is unset */
561 object(object_class)#6 (7) {
585 object(object_class)#9 (7) {
619 object(object_class)#9 (7) {
663 object(object_class)#2 (7) {
680 object(object_class)#3 (7) {
697 object(object_class)#2 (7) {
737 object(object_class)#2 (7) {
754 object(object_class)#3 (7) {
774 object(object_class)#5 (7) {
[all …]
H A Dvar_dump_64bit.phpt198 /* object which is unset */
561 object(object_class)#6 (7) {
585 object(object_class)#9 (7) {
619 object(object_class)#9 (7) {
663 object(object_class)#2 (7) {
680 object(object_class)#3 (7) {
697 object(object_class)#2 (7) {
737 object(object_class)#2 (7) {
754 object(object_class)#3 (7) {
774 object(object_class)#5 (7) {
[all …]
/php-src/tests/lang/
H A DforeachLoop.003.phpt36 Warning: foreach() argument must be of type array|object, true given in %s on line %d
38 Warning: foreach() argument must be of type array|object, null given in %s on line 9
40 Warning: foreach() argument must be of type array|object, int given in %s on line 14
42 Warning: foreach() argument must be of type array|object, float given in %s on line 19
44 Warning: foreach() argument must be of type array|object, string given in %s on line 24
/php-src/ext/date/tests/
H A Ddate_period_unserialize3.phpt31 Error: Invalid serialization data for DatePeriod object
32 object(DatePeriod)#%d (%d) {
34 object(DateTime)#%d (%d) {
45 object(DateTime)#%d (%d) {
54 object(DateInterval)#%d (%d) {
H A DDateTimeZone_clone_basic3.phpt10 echo "\n-- Create a DateTimeZone object --\n";
31 -- Create a DateTimeZone object --
32 object(DateTimeZone)#%d (2) {
44 object(DateTimeZone)#%d (4) {
56 object(DateTimeZone)#%d (4) {
72 object(DateTimeZone)#%d (6) {
88 object(DateTimeZone)#%d (6) {
H A DDateTime_clone_basic3.phpt10 echo "\n-- Create a DateTime object --\n";
31 -- Create a DateTime object --
32 object(DateTime)#%d (3) {
46 object(DateTime)#%d (5) {
60 object(DateTime)#%d (5) {
78 object(DateTime)#%d (7) {
96 object(DateTime)#%d (7) {
H A DDatePeriod_set_state_exception.phpt59 Error: Invalid serialization data for DatePeriod object
60 Error: Invalid serialization data for DatePeriod object
61 Error: Invalid serialization data for DatePeriod object
62 Error: Invalid serialization data for DatePeriod object
63 Error: Invalid serialization data for DatePeriod object
64 Error: Invalid serialization data for DatePeriod object
65 Error: Invalid serialization data for DatePeriod object
H A Dgh10747-4.phpt29 object(I)#1 (11) {
31 object(DateTimeImmutable)#5 (3) {
42 object(DateTimeImmutable)#6 (3) {
51 object(DateInterval)#7 (10) {
89 object(I)#2 (11) {
91 object(DateTimeImmutable)#9 (3) {
102 object(DateTimeImmutable)#10 (3) {
111 object(DateInterval)#11 (10) {
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_class.c30 void Spoofchecker_objects_free(zend_object *object) in Spoofchecker_objects_free() argument
32 Spoofchecker_object* co = php_intl_spoofchecker_fetch_object(object); in Spoofchecker_objects_free()
62 static zend_object *spoofchecker_clone_obj(zend_object *object) /* {{{ */ in spoofchecker_clone_obj() argument
67 sfo = php_intl_spoofchecker_fetch_object(object); in spoofchecker_clone_obj()
70 new_obj_val = Spoofchecker_ce_ptr->create_object(object->ce); in spoofchecker_clone_obj()
/php-src/ext/sqlite3/
H A Dsqlite3.c106 zval *object = ZEND_THIS; in PHP_METHOD() local
186 zval *object = ZEND_THIS; in PHP_METHOD() local
214 zval *object = ZEND_THIS; in PHP_METHOD() local
258 zval *object = ZEND_THIS; in PHP_METHOD() local
275 zval *object = ZEND_THIS; in PHP_METHOD() local
296 zval *object = ZEND_THIS; in PHP_METHOD() local
317 zval *object = ZEND_THIS; in PHP_METHOD() local
344 zval *object = ZEND_THIS; in PHP_METHOD() local
365 zval *object = ZEND_THIS; in PHP_METHOD() local
398 zval *object = ZEND_THIS; in PHP_METHOD() local
[all …]
/php-src/Zend/tests/type_declarations/union_types/
H A Dmultiple_classes.phpt72 object(X)#4 (0) {
74 object(X)#6 (0) {
76 object(Z)#6 (0) {
78 object(Z)#4 (0) {
80 object(Y)#4 (0) {
82 object(Y)#6 (0) {
/php-src/ext/soap/tests/
H A Dany.phpt57 object(stdClass)#%d (%d) {
59 object(stdClass)#%d (%d) {
63 object(SOAPComplexType)#%d (%d) {
74 object(stdClass)#%d (%d) {
76 object(stdClass)#%d (%d) {
80 object(SOAPComplexType)#%d (%d) {
/php-src/Zend/tests/object_types/
H A Dmissing_return_type_inheritance_in_interface.phpt2 Missing interface method a object return type during inheritance
7 public function a() : object;
15 Fatal error: Declaration of Two::a() must be compatible with One::a(): object in %s on line %d
/php-src/ext/spl/tests/SplObjectStorage/
H A Dbug69108.phpt10 $object = new StdClass();
11 $a[] = $object;
12 $b->attach($object);
/php-src/ext/spl/tests/
H A DarrayObject_clone_basic3.phpt27 object(C)#1 (5) {
39 object(ArrayObject)#2 (1) {
41 object(C)#1 (5) {
54 object(ArrayObject)#3 (1) {
56 object(ArrayObject)#2 (1) {
58 object(C)#1 (5) {
72 object(ArrayObject)#4 (1) {
/php-src/tests/classes/
H A Darray_access_011.phpt10 private $object;
14 function __construct(ArrayAccess $object, array &$array, $element)
17 $this->object = $object;
113 object(ArrayAccessReferenceProxy)#%d (3) {
114 ["object":"ArrayAccessReferenceProxy":private]=>
115 object(Peoples)#%d (1) {
158 object(ArrayAccessReferenceProxy)#%d (3) {
159 ["object":"ArrayAccessReferenceProxy":private]=>
160 object(Peoples)#%d (1) {
/php-src/ext/intl/
H A DERROR_CONVENTIONS.md39 * The last is ALSO stored in the object whose method call triggered the error,
53 The global error and the object error can be SIMULTANEOUSLY set with these
70 These methods are used to retrieve the error codes stored in the object's
79 instead destroy the object to that the result of new `IntlClass()` can be
84 object's private error.
93 void intl_errors_reset(intl_error* err); /* reset global and object error */
101 way to reset the object's internal error code. Instead, resetting of the
102 object's internal error code is done upon fetching the object from its zval.
111 object = getThis();
122 BREAKITER_METHOD_FETCH_OBJECT; /* macro also resets object's error */
[all …]
/php-src/ext/gmp/tests/
H A Dgmp_php_int_max.phpt18 object(GMP)#%d (%d) {
22 object(GMP)#%d (%d) {
26 object(GMP)#%d (%d) {
/php-src/Zend/tests/type_declarations/variance/
H A Dobject_variance.phpt2 Testing object's variance in inheritance
7 function method1(I1 $o): object;
10 function method1(object $o): I1;

Completed in 46 milliseconds

1...<<11121314151617181920>>...100