Home
last modified time | relevance | path

Searched refs:instance (Results 76 – 100 of 578) sorted by relevance

12345678910>>...24

/PHP-7.4/ext/date/tests/
H A Dtimezone_offset_get_error.phpt109 …%d) "Argument 1 passed to timezone_offset_get() must be an instance of DateTimeZone, instance of s…
111 string(%d) "Argument 1 passed to timezone_offset_get() must be an instance of DateTimeZone, int giv…
113 string(%d) "Argument 1 passed to timezone_offset_get() must be an instance of DateTimeZone, null gi…
117 …ed to timezone_offset_get() must implement interface DateTimeInterface, instance of stdClass given"
/PHP-7.4/Zend/tests/
H A Dclosure_027.phpt33 …r: Uncaught TypeError: Argument 1 passed to test() must be an instance of Closure, instance of std…
H A Dobjects_022.phpt39 …aught TypeError: Argument 1 passed to foo::testFoo() must be an instance of foo, instance of stdCl…
H A Dbug42802.phpt40 …Uncaught TypeError: Argument 1 passed to foo\test5() must be an instance of bar, instance of foo\b…
H A Dbug26077.phpt2 Bug #26077 (Memory leaks when creating an instance of an object)
H A Dbug73960.phpt2 Bug #73960: Leak with instance method calling static method with referenced return
H A Dindirect_method_call_005.phpt2 Testing array dereferencing from instance with ArrayObject
/PHP-7.4/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt92 'instance of classWithToString' => new classWithToString(),
93 'instance of classWithoutToString' => new classWithoutToString(),
160 --instance of classWithToString--
162 --instance of classWithoutToString--
/PHP-7.4/ext/tidy/tests/
H A D027.phpt54 $instance = new ChildClass();
55 $instance->run();
/PHP-7.4/ext/standard/tests/class_object/
H A Dmethod_exists_basic_002.phpt17 echo "\n ---(Internal classes, using class instance)---\n";
30 ---(Internal classes, using class instance)---
/PHP-7.4/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt93 'instance of classWithToString' => new classWithToString(),
94 'instance of classWithoutToString' => new classWithoutToString(),
190 --instance of classWithToString--
194 --instance of classWithoutToString--
/PHP-7.4/ext/posix/tests/
H A Dposix_ttyname_variation6.phpt43 'instance of classWithToString' => new classWithToString(),
44 'instance of classWithoutToString' => new classWithoutToString(),
/PHP-7.4/ext/soap/tests/
H A Dserver029.phpt9 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
43 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
54 …/www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="…
H A Dtypemap002.phpt11 xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
25 …return '<book xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><a xsi:type="xsd:string">'.$bo…
57 …><ns1:dotest2Response><book xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:bo…
H A Dtypemap006.phpt11 xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
25 …return '<book xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><a xsi:type="xsd:string">'.$bo…
58 …><ns1:dotest2Response><book xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:bo…
H A Dtypemap013.phpt11 xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
25 …http://schemas.nothing.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><a xsi:type="xsd…
57 …http://schemas.nothing.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:bo…
H A Dserver010.phpt27 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
45 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
60 …/www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="…
/PHP-7.4/ext/spl/tests/
H A Dbug78409.phpt2 Bug #78409: Segfault when creating instance of ArrayIterator without constructor
H A Dbug62616.phpt2 Bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault)
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_011.phpt70 echo "-- Test instance of A --\n";
72 echo "\n\n-- Test instance of B --\n";
74 echo "\n\n-- Test instance of C --\n";
80 -- Test instance of A --
106 -- Test instance of B --
144 -- Test instance of C --
/PHP-7.4/ext/intl/tests/
H A Dcalendar_get_Least_Greatest_Minimum_Maximum_error.phpt99 error: 0, Argument 1 passed to intlcal_get_least_maximum() must be an instance of IntlCalendar, int…
101 error: 0, Argument 1 passed to intlcal_get_maximum() must be an instance of IntlCalendar, int given
103 error: 0, Argument 1 passed to intlcal_get_greatest_minimum() must be an instance of IntlCalendar, …
105 error: 0, Argument 1 passed to intlcal_get_minimum() must be an instance of IntlCalendar, int given
/PHP-7.4/ext/reflection/tests/
H A DReflectionProperty_basic1.phpt26 $instance = new $class();
29 var_dump($propInfo->getValue($instance));
30 $propInfo->setValue($instance, "NewValue");
32 var_dump($propInfo->getValue($instance));
/PHP-7.4/ext/soap/tests/soap12/
H A DT51.phpt10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26 …/www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http:…
H A DT52.phpt11 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
24 …/www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http:…
H A DT53.phpt11 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
24 …/www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http:…

Completed in 28 milliseconds

12345678910>>...24