Home
last modified time | relevance | path

Searched refs:Foo (Results 76 – 100 of 327) sorted by relevance

12345678910>>...14

/PHP-7.0/ext/opcache/tests/
H A Dbug72014.phpt13 \$a = new class() { public \$testvar = "Foo\n"; };
27 Foo
28 Foo
29 Foo
/PHP-7.0/tests/lang/
H A Dtype_hints_001.phpt8 class Foo {
14 function type_hint_foo(Foo $a) {
17 $foo = new Foo;
26 Fatal error: Uncaught TypeError: Argument 1 passed to type_hint_foo() must be an instance of Foo, i…
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug42919.phpt5 namespace Foo;
13 O:7:"Foo\Bar":0:{}
14 Foo\Bar
/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_getParentClass.phpt9 class Foo {}
11 class Bar extends Foo {}
20 string(3) "Foo"
H A DReflectionClass_getInterfaceNames_basic.phpt8 interface Foo { }
12 class Baz implements Foo, Bar { }
20 string(3) "Foo"
H A Dtraits001.phpt5 trait Foo {
10 use Foo;
15 $rFoo = new ReflectionClass('Foo');
25 Trait [ <user> trait Foo ] {
H A D017.phpt7 class Foo {
10 $class = new ReflectionClass("Foo");
14 Class [ <user> class Foo ] {
H A Dbug33312.phpt5 class Foo {
6 public function bar(Foo $foo, $bar = 'bar') {
10 $class = new ReflectionClass('Foo');
/PHP-7.0/Zend/tests/arg_unpack/
H A Dmethod.phpt6 class Foo {
16 $foo = new Foo;
17 Foo::test2(1, 2, ...[3, 4], ...[], ...[5]);
/PHP-7.0/tests/classes/
H A Darray_access_008.phpt10 $this->person = array(array('name'=>'Foo'));
53 string(3) "Foo"
57 string(3) "Foo"
60 string(3) "Foo"
63 string(3) "Foo"
66 string(3) "Foo"
/PHP-7.0/Zend/tests/
H A Dlsb_018.phpt29 class Foo extends Singleton {
38 $u = Foo::getInstance();
46 $x = Foo::getInstance();
59 object(Foo)#%d (1) {
71 object(Foo)#%d (1) {
83 object(Foo)#%d (1) {
H A Dbug47165.phpt5 class Foo {
10 $instance = new Foo();
14 extract(Foo::bar());
H A Dbug70944.phpt6 $e = new Exception("Foo");
17 $e = new Exception("Foo");
28 string(%d) "Exception: Foo in %sbug70944.php:%d
31 string(%d) "Exception: Foo in %sbug70944.php:%d
H A Dgc_011.phpt7 class Foo {
13 $a = new Foo();
21 object(Foo)#%d (1) {
H A Dbug63468.phpt5 class Foo
14 return 'Foo';
18 class Bar extends Foo
H A Dargument_restriction_004.phpt5 class Foo {
9 abstract public function test(Foo $foo, array $bar, $option = NULL, $extra = 16777215) ;
13 public function test(Foo $foo, array $bar, $option = NULL, $extra = 0xffffff ) {
H A Dbug31525.phpt7 class Foo {
15 $bar = new Foo();
21 object(Foo)#1 (0) {
H A Dbug68652.phpt5 class Foo {
31 Foo::getInstance();
36 $foo = new Foo();
42 #1 [internal function]: Foo->__destruct()
/PHP-7.0/ext/iconv/tests/
H A Dbug52941.phpt10 X-Foo: =?ks_c_5601-1987?B?UkU6odk=?= Foo
11 X-Bar: =?ks_c_5601-1987?B?UkU6odk=?= =?UTF-8?Q?Foo?=
19 var_dump($decoded['X-Foo']);
27 var_dump($decoded['X-Foo']);
/PHP-7.0/ext/session/tests/
H A Dsession_set_save_handler_basic.phpt36 $_SESSION["Foo"] = FALSE;
49 $_SESSION['Bar'] = 'Foo';
77 ["Foo"]=>
82 Write [%s,%s,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;]
87 ["Foo"]=>
98 ["Foo"]=>
103 Write [%s,%s,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;Bar|s:3:"Foo";]
/PHP-7.0/ext/pcre/tests/
H A Dbug21758.phpt5 class Foo {
21 } // of Foo
23 $o = new Foo;
H A Dpreg_replace_callback_array.phpt12 class Foo {
27 '/d/' => array("Foo", "rep")), 'a'));
34 '/d/' => array("Foo", "rep")), 'a'));
38 '/d/' => array("Foo", "rep"),
/PHP-7.0/ext/spl/tests/
H A Dbug44144.phpt7 class Foo {
10 $foo = new Foo;
20 object(Foo)#%d (0) {
H A Darray_022.phpt19 $b['baz'] = 'Foo';
40 $b['baz'] = 'Foo';
57 string(3) "Foo"
68 string(3) "Foo"
/PHP-7.0/Zend/tests/traits/
H A Dbug61998.phpt5 class Foo {
11 echo "From Foo\n";
48 $f = new Foo();
51 $f->func(); //from Foo
62 From Foo

Completed in 23 milliseconds

12345678910>>...14