Home
last modified time | relevance | path

Searched refs:Foo (Results 126 – 150 of 327) sorted by relevance

12345678910>>...14

/PHP-7.0/ext/spl/tests/
H A Dobserver_009.phpt5 class Foo {}
8 $storageA->attach(new \Foo);
9 $storageA->attach(new \Foo);
/PHP-7.0/tests/lang/
H A Dcatchable_error_001.phpt5 class Foo {
8 function blah (Foo $a)
22 Fatal error: Uncaught TypeError: Argument 1 passed to blah() must be an instance of Foo, instance o…
/PHP-7.0/ext/date/tests/
H A Dbug67118_2.phpt7 class Foo extends DateTime {
21 var_dump(new Foo($date));
27 object(Foo)#1 (3) {
/PHP-7.0/Zend/tests/
H A Dmethod_static_var.phpt7 class Foo {
9 eval("class Bar extends Foo {}");
18 new Foo;
H A Dns_027.inc2 namespace Foo\Bar;
4 class Foo {
H A Dbug53511.phpt5 class Foo {
12 $e = new Foo();
30 #0 %sbug53511.php(12): Foo->__destruct()
H A Dclass_properties_dynamic.phpt5 class Foo {
10 echo (new Foo)->bar;
H A Dbug41633_1.phpt5 class Foo {
9 echo Foo::A."\n";
H A Dbug41633_4.phpt5 class Foo {
9 var_dump(defined("Foo::A"));
H A Dns_028.inc2 namespace Foo;
4 class Foo {
H A Dns_067.phpt9 Foo\Bar\Foo
H A Dbug18556.phpt12 $this->foo = "Foo";
34 Foo
36 Foo
/PHP-7.0/Zend/tests/grammar/
H A Dsemi_reserved_007.phpt6 class Foo {
16 class Bar extends Foo {
30 From Foo::__construct:
/PHP-7.0/ext/pcre/tests/
H A Dbug73392.phpt10 class Foo {
20 …() { return "c"; }, "/c/" => new Rep, "reporting" => array("Foo", "rep"), "a1" => array("Foo", "r…
/PHP-7.0/Zend/tests/assert/
H A Dbug70528.phpt10 namespace Foo;
16 assert(new \stdClass instanceof \Foo\Bar);
23 Warning: assert(): assert(new \stdClass() instanceof \Foo\Bar) failed in %sbug70528.php on line %d
/PHP-7.0/Zend/tests/generators/
H A Daborted_yield_during_new.phpt6 class Foo {
11 $x = new Foo(yield);
/PHP-7.0/Zend/tests/anon/
H A D009.phpt6 trait Foo {
13 use Foo;
/PHP-7.0/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_004.phpt7 namespace Foo {
14 var_dump(Foo\add1(123));
/PHP-7.0/ext/oci8/tests/
H A Dbug71422.phpt15 "INSERT INTO BUG71422_TEST (TEST_ID, LABEL) VALUES (1, 'Foo')"
55 string(3) "Foo"
59 string(3) "Foo"
63 string(3) "Foo"
/PHP-7.0/ext/standard/tests/http/
H A Dbug48929.phpt35 do_test(array('header' => array('X-Foo: bar', 'Content-Type: text/plain'), 'method' => 'POST', 'con…
39 do_test(array('header' => "X-Foo: bar\r\nContent-Type: text/plain", 'method' => 'POST', 'content' =…
48 X-Foo: bar
57 X-Foo: bar
/PHP-7.0/ext/reflection/tests/
H A D012.phpt7 class Foo {
10 $class = new ReflectionClass("Foo");
H A DReflectionClass_newInstanceWithoutConstructor.phpt7 class Foo
15 $class = new ReflectionClass('Foo');
27 object(Foo)#%d (0) {
/PHP-7.0/Zend/tests/return_types/
H A D019.phpt7 class Foo {
8 function __clone() : Foo {}
H A D014.phpt7 class Foo {
8 function __construct() : Foo {}
H A D018.phpt7 class Foo {
8 function __destruct() : Foo {}

Completed in 27 milliseconds

12345678910>>...14