Home
last modified time | relevance | path

Searched refs:Foo (Results 301 – 325 of 368) sorted by relevance

1...<<1112131415

/PHP-7.2/ext/standard/tests/array/
H A Darray_column_basic.phpt73 'value' => 'Foo'
118 class Foo
132 $f = new Foo();
194 string(3) "Foo"
213 string(3) "Foo"
/PHP-7.2/Zend/tests/closures/
H A Dclosure_from_callable_error.phpt10 $fn = Closure::fromCallable(['Foo', 'privateInstanceFunc']);
23 $fn = Closure::fromCallable('Foo::privateInstanceFunc');
35 $fn = Closure::fromCallable([new Foo, 'privateInstanceFunc']);
59 $fn = Closure::fromCallable([new Foo, 'privateStaticFunction']);
71 $fn = Closure::fromCallable(['Foo', 'privateStaticFunction']);
83 $fn = Closure::fromCallable('Foo::privateStaticFunction');
95 $fn = Closure::fromCallable('Foo::nonExistentFunction');
/PHP-7.2/Zend/tests/
H A Dns_trailing_comma_error_03.phpt5 use Baz\{Foo,,};
H A Dbug43343.phpt5 namespace Foo;
H A Dns_trailing_comma_error_05.phpt5 use Baz\{Foo,,Bar};
H A Dbug69532.phpt6 namespace Foo;
H A Dlsb_006.phpt6 class Foo extends static {
H A Dlsb_007.phpt6 class Foo implements static {
H A Dns_trailing_comma_error_06.phpt5 use const Baz\{Foo,,};
H A Dns_trailing_comma_error_07.phpt5 use function Baz\{,Foo};
H A Dns_trailing_comma_error_08.phpt5 use const Baz\{Foo,,Bar};
H A Dthis_as_lexical_var_error.phpt6 class Foo {
H A Ddynamic_fully_qualified_call.phpt6 namespace Foo;
H A Dns_088.phpt6 use Foo\Bar\Baz\{
H A Dns_trailing_comma_error_04.phpt5 use Baz\{,Foo};
H A Dns_096.phpt6 use Foo\Bar\{\Baz};
H A Dbug69388_2.phpt7 eval('namespace Foo;');
/PHP-7.2/Zend/tests/grammar/
H A Dregression_009.phpt8 class Foo
/PHP-7.2/ext/simplexml/tests/
H A Dsxe_003.phpt32 Foo Bar
75 string(7) "Foo Bar"
/PHP-7.2/ext/soap/tests/
H A Dserver005.phpt7 class Foo {
14 $server->setclass("Foo");
H A Dserver026.phpt7 class Foo {
13 $foo = new Foo();
/PHP-7.2/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_002.phpt6 namespace Foo;
/PHP-7.2/Zend/tests/generators/
H A Dgenerator_returns_generator.phpt8 echo "Foo";
/PHP-7.2/Zend/tests/traits/
H A Dbug55524.phpt8 trait Foo extends Base {
/PHP-7.2/Zend/tests/assert/
H A Dexpect_019.phpt8 namespace Foo;

Completed in 25 milliseconds

1...<<1112131415