Home
last modified time | relevance | path

Searched refs:Foo (Results 151 – 175 of 368) sorted by relevance

12345678910>>...15

/PHP-7.2/Zend/tests/grammar/
H A Dsemi_reserved_007.phpt6 class Foo {
16 class Bar extends Foo {
29 From Foo::__construct:
/PHP-7.2/Zend/tests/
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 Dbug33996.phpt7 class Foo
12 function FooTest(Foo $foo)
32 FooTest(new Foo());
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 Dbug61970.phpt6 class Foo {
10 class Bar extends Foo {
H A Dbug18556.phpt12 $this->foo = "Foo";
34 Foo
36 Foo
/PHP-7.2/tests/classes/
H A Dconstants_visibility_008.phpt6 class Foo
10 echo (int)defined('Foo::BAR');
/PHP-7.2/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.2/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.2/Zend/tests/generators/
H A Daborted_yield_during_new.phpt6 class Foo {
11 $x = new Foo(yield);
/PHP-7.2/ext/opcache/tests/
H A Dssa_bug_003.phpt25 class Foo {}
26 function test2() : Foo {
40 Error: Return value of test2() must be an instance of Foo, instance of stdClass returned
/PHP-7.2/Zend/tests/anon/
H A D009.phpt6 trait Foo {
13 use Foo;
/PHP-7.2/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.2/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.2/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_004.phpt7 namespace Foo {
14 var_dump(Foo\add1(123));
/PHP-7.2/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) {
H A D022.phpt7 class Foo {
10 $class = new ReflectionClass("Foo");
/PHP-7.2/Zend/tests/return_types/
H A D019.phpt6 class Foo {
7 function __clone() : Foo {}
H A D014.phpt6 class Foo {
7 function __construct() : Foo {}
H A D018.phpt6 class Foo {
7 function __destruct() : Foo {}

Completed in 47 milliseconds

12345678910>>...15