Home
last modified time | relevance | path

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

12345678910>>...31

/PHP-7.1/ext/date/tests/
H A Dtimezone_offset_get_error.phpt111 …%d) "Argument 1 passed to timezone_offset_get() must be an instance of DateTimeZone, instance of s…
113 string(%d) "Argument 1 passed to timezone_offset_get() must be an instance of DateTimeZone, integer…
115 string(%d) "Argument 1 passed to timezone_offset_get() must be an instance of DateTimeZone, null gi…
119 …ed to timezone_offset_get() must implement interface DateTimeInterface, instance of stdClass given"
H A D014.phpt40 …ror: Argument 1 passed to timezone_offset_get() must be an instance of DateTimeZone, instance of D…
H A DDateTime_extends_basic1.phpt22 echo "\n-- Create an instance of DateTimeExt --\n";
40 -- Create an instance of DateTimeExt --
/PHP-7.1/ext/intl/tests/
H A Dtimezone_hasSameRules_error.phpt34 string(99) "Argument 1 passed to IntlTimeZone::hasSameRules() must be an instance of IntlTimeZone, …
37 string(92) "Argument 1 passed to intltz_has_same_rules() must be an instance of IntlTimeZone, null …
/PHP-7.1/ext/spl/internal/
H A Drecursivearrayiterator.inc22 * builtin behavior uses reflection to return a new instance of the exact same
24 * getChildren() will create instance of that class. The problem is that doing
26 * implementation to the new instance. To overcome this problem you might
H A Drecursivefilteriterator.inc22 * builtin behavior uses reflection to return a new instance of the exact same
24 * getChildren() will create instance of that class. The problem is that doing
26 * implementation to the new instance. To overcome this problem you might
/PHP-7.1/ext/reflection/tests/
H A DReflectionObject_isInstance_basic.phpt17 foreach ($instances as $name => $instance) {
19 var_dump($ro->isInstance($instance));
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.1/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--
H A Ddirname_variation1.phpt88 'instance of classWithToString' => new classWithToString(),
89 'instance of classWithoutToString' => new classWithoutToString(),
177 --instance of classWithToString--
180 --instance of classWithoutToString--
H A Dbasename_variation3.phpt84 'instance of classWithToString' => new classWithToString(),
85 'instance of classWithoutToString' => new classWithoutToString(),
173 --instance of classWithToString--
176 --instance of classWithoutToString--
H A Dfwrite_variation5.phpt92 'instance of classWithToString' => new classWithToString(),
93 'instance of classWithoutToString' => new classWithoutToString(),
164 --instance of classWithToString--
166 --instance of classWithoutToString--
H A Dpathinfo_variation1.phpt89 'instance of classWithToString' => new classWithToString(),
90 'instance of classWithoutToString' => new classWithoutToString(),
178 --instance of classWithToString--
181 --instance of classWithoutToString--
/PHP-7.1/ext/zlib/tests/
H A Dgzfile_variation13.phpt36 'instance of classWithToString' => new classWithToString(),
37 'instance of classWithoutToString' => new classWithoutToString(),
H A Dreadgzfile_variation6.phpt36 'instance of classWithToString' => new classWithToString(),
37 'instance of classWithoutToString' => new classWithoutToString(),
H A Dgzfile_variation6.phpt36 'instance of classWithToString' => new classWithToString(),
37 'instance of classWithoutToString' => new classWithoutToString(),
H A Dreadgzfile_variation13.phpt36 'instance of classWithToString' => new classWithToString(),
37 'instance of classWithoutToString' => new classWithoutToString(),
/PHP-7.1/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…
/PHP-7.1/ext/tidy/tests/
H A D027.phpt54 $instance = new ChildClass();
55 $instance->run();
/PHP-7.1/ext/standard/tests/class_object/
H A Dget_class_vars_variation1.phpt75 'instance of classWithToString' => new classWithToString(),
76 'instance of classWithoutToString' => new classWithoutToString(),
168 --instance of classWithToString--
171 --instance of classWithoutToString--
H A Dinterface_exists_variation1.phpt78 'instance of classWithToString' => new classWithToString(),
79 'instance of classWithoutToString' => new classWithoutToString(),
171 --instance of classWithToString--
174 --instance of classWithoutToString--
/PHP-7.1/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.1/ext/posix/tests/
H A Dposix_seteuid_error2.phpt41 'instance of classWithToString' => new classWithToString(),
42 'instance of classWithoutToString' => new classWithoutToString(),

Completed in 43 milliseconds

12345678910>>...31