Home
last modified time | relevance | path

Searched refs:Foo (Results 101 – 125 of 368) sorted by relevance

12345678910>>...15

/PHP-7.2/ext/pcre/tests/
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.2/ext/reflection/tests/
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.2/Zend/tests/
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 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 Dbug63468.phpt5 class Foo
14 return 'Foo';
18 class Bar extends Foo
H A Dbug46241.phpt27 trigger_error( 'Foo', E_USER_WARNING );
44 trigger_error( 'Foo', E_USER_WARNING );
48 Caught on second level: 'Foo'
49 Caught on second level: 'Foo'
H A Dbug61970_1.phpt6 abstract class Foo {
10 class Bar extends Foo {
14 Fatal error: Access level to Bar::__construct() must be public (as in class Foo) in %s
H A Dbug29368.phpt6 class Foo
21 $bar = new Foo;
32 Foo::__construct
H A Dbug43344_7.phpt5 namespace Foo;
12 Fatal error: Uncaught Error: Undefined constant 'Foo\bar' in %sbug43344_7.php:%d
14 #0 %s(%d): Foo\f()
H A Dbug43344_8.phpt5 namespace Foo;
12 Fatal error: Uncaught Error: Undefined constant 'Foo\bar' in %sbug43344_8.php:%d
14 #0 %s(%d): Foo\f()
H A Dbug51176.phpt5 class Foo
11 Foo::bar();
25 $foo = new Foo();
H A Dcall_static_002.phpt6 class Foo {
17 $a = new Foo;
19 call_user_func(array('Foo', 'aAa'));
H A Dbug36759.phpt5 class Foo {
23 $x = new Foo($y);
26 Foo::__destruct
H A Dbug43344_9.phpt5 namespace Foo;
13 Fatal error: Uncaught Error: Undefined constant 'Foo\bar' in %sbug43344_9.php:%d
15 #0 %s(%d): Foo\f()
H A Dbug72119.phpt5 interface Foo {
9 class Hello implements Foo {
18 Fatal error: Declaration of Hello::bar(array $baz = Array) must be compatible with Foo::bar(?array …
/PHP-7.2/ext/date/tests/
H A Dbug62852_var2.phpt7 $s2 = 'O:3:"Foo":3:{s:4:"date";s:20:"10007-06-07 03:51:49";s:13:"timezone_type";i:3;s:8:"timezone";…
11 class Foo extends DateTime {
27 #1 [internal function]: Foo->__wakeup()
28 #2 %sbug62852_var2.php(%d): unserialize('O:3:"Foo":3:{s:...')
H A Dbug62852_var3.phpt7 $s2 = 'O:3:"Foo":3:{s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"timezone_type";i:0;s:8:"timezone";s…
11 class Foo extends DateTime {
27 #1 [internal function]: Foo->__wakeup()
28 #2 %sbug62852_var3.php(%d): unserialize('O:3:"Foo":3:{s:...')
/PHP-7.2/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.2/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
/PHP-7.2/Zend/tests/return_types/
H A Dinheritance008.phpt9 class Foo {
15 class Bar extends Foo {
22 var_dump(Foo::test());

Completed in 30 milliseconds

12345678910>>...15