Home
last modified time | relevance | path

Searched refs:Foo (Results 251 – 275 of 368) sorted by relevance

1...<<1112131415

/PHP-7.2/Zend/tests/
H A Dbug43450.phpt11 class Foo
24 $foo = new Foo();
H A Dbug49472.phpt11 class Foo implements ia {
14 class FooBar extends Foo implements ia {
H A Dbug70164.phpt11 namespace Foo {
27 Fatal error: Uncaught Error: Undefined constant 'Foo\__COMPILER_HALT_OFFSET__' in %s:%d
H A Dns_054.phpt9 class Foo implements \SplObserver {
24 $foo = new Foo();
H A Dcall_static_003.phpt6 class Foo {
22 $a = new Foo;
H A Dns_056.phpt10 class Foo implements SplObserver {
25 $foo = new Foo();
H A Dbug45744.phpt5 class Foo {
18 class Bar extends Foo {
H A Dbug66609.phpt6 $foo = new Foo;
13 class Foo {
H A Dbug64555.phpt6 class Foo {
28 $f = new Foo;
H A Dbug64720.phpt19 class Foo {
43 $foo = new Foo();
H A Dbug71914.phpt20 class Foo {
29 $foo = new Foo();
H A Dgc_029.phpt9 class Foo {
28 $foo = new Foo();
H A Dgc_029_zts.phpt9 class Foo {
28 $foo = new Foo();
H A Dbug37811.phpt10 return "Foo";
22 string(3) "Foo"
H A Dbug60909_1.phpt8 throw new Exception("Foo");
14 Warning: Uncaught Exception: Foo in %sbug60909_1.php:5
/PHP-7.2/ext/reflection/tests/
H A Dbug51905.phpt10 class Foo extends Bar {
15 $clazz = new ReflectionClass('Foo');
H A Dbug71767.phpt13 class Foo {
31 $reflectionClass = new ReflectionClass(Foo::class);
H A DReflectionFunction_isGenerator_basic.phpt32 class Foo {
41 $rc = new ReflectionClass('Foo');
/PHP-7.2/ext/opcache/tests/
H A Dzzz_basic_logging.phpt17 echo "Foo Bar\n";
23 Foo Bar
/PHP-7.2/Zend/tests/closures/
H A Dclosure_from_callable_basic.phpt9 $fn = Closure::fromCallable(['Foo', 'publicStaticFunction']);
17 $fn = Closure::fromCallable('Foo::publicStaticFunction');
21 $fn = Closure::fromCallable([new Foo, 'publicInstanceFunc']);
25 $fn = Closure::fromCallable([new Foo, 'publicInstanceFunc']);
45 $foo = new Foo;
50 $foo = new Foo;
75 $foo = new Foo;
/PHP-7.2/ext/standard/tests/array/
H A Darray_count_values2.phpt13 "Foo",
39 ["Foo"]=>
/PHP-7.2/tests/classes/
H A Darray_access_010.phpt47 $this->person = array(array('name'=>'Foo'));
101 string(3) "Foo"
114 string(3) "Foo"
121 string(3) "Foo"
126 string(3) "Foo"
H A Darray_access_005.phpt33 $people->person[0]['name'] = $people->person[0]['name'] . 'Foo';
44 var_dump($people->person[0]['name'] . 'Foo'); // impossible to assign this since we don't return re…
46 $x['name'] .= 'Foo';
/PHP-7.2/ext/xmlrpc/tests/
H A Dbug74975.phpt10 class Foo {
21 $foo = new Foo();
/PHP-7.2/ext/standard/tests/general_functions/
H A Dcallbacks_002.phpt6 call_user_func(array('Foo', 'bar'));
12 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'Foo' not found in %s o…

Completed in 20 milliseconds

1...<<1112131415