Home
last modified time | relevance | path

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

12345678910>>...31

/PHP-7.2/ext/standard/tests/file/
H A Dfstat_variation6.phpt31 'instance of classWithToString' => new classWithToString(),
32 'instance of classWithoutToString' => new classWithoutToString(),
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 Dbasename_variation3.phpt84 'instance of classWithToString' => new classWithToString(),
85 'instance of classWithoutToString' => new classWithoutToString(),
173 --instance of classWithToString--
176 --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--
/PHP-7.2/ext/reflection/tests/
H A DReflectionMethod_invoke_error1.phpt37 echo "\ninvoke() on a non-instance:\n";
66 invoke() on a non-instance:
67 string(72) "Given object is not an instance of the class this method was declared in"
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.2/ext/spl/tests/
H A DarrayObject___construct_basic4.phpt13 echo "\n--> Access prop on instance of ArrayObject with ArrayObject::ARRAY_AS_PROPS:\n";
18 echo "\n--> Access prop on instance of MyArrayObject with ArrayObject::ARRAY_AS_PROPS:\n";
50 --> Access prop on instance of ArrayObject with ArrayObject::ARRAY_AS_PROPS:
80 --> Access prop on instance of MyArrayObject with ArrayObject::ARRAY_AS_PROPS:
H A DarrayObject___construct_basic5.phpt13 echo "\n--> Access prop on instance of ArrayObject with ArrayObject::STD_PROP_LIST|ArrayObject::ARR…
18 echo "\n--> Access prop on instance of MyArrayObject with ArrayObject::STD_PROP_LIST|ArrayObject::A…
50 --> Access prop on instance of ArrayObject with ArrayObject::STD_PROP_LIST|ArrayObject::ARRAY_AS_PR…
80 --> Access prop on instance of MyArrayObject with ArrayObject::STD_PROP_LIST|ArrayObject::ARRAY_AS_…
/PHP-7.2/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.2/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.2/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.2/ext/zlib/tests/
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(),
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(),
/PHP-7.2/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.2/ext/tidy/tests/
H A D027.phpt54 $instance = new ChildClass();
55 $instance->run();
/PHP-7.2/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--

Completed in 25 milliseconds

12345678910>>...31