Home
last modified time | relevance | path

Searched refs:Foo (Results 201 – 225 of 327) sorted by relevance

12345678910>>...14

/PHP-7.0/ext/reflection/tests/
H A Dbug30209.phpt6 class Foo
24 $foo = new Foo;
H A Dbug53915.phpt5 Class Foo
11 $rc = new ReflectionClass('Foo');
H A D020.phpt7 class Foo {
17 $obj = new ReflectionObject(new Foo());
H A DReflectionObject___toString_basic2.phpt6 class Foo {
16 Object of class [ <user> class Foo ] {
H A DReflectionObject_export_basic2.phpt6 class Foo {
16 Object of class [ <user> class Foo ] {
H A Dbug51905.phpt10 class Foo extends Bar {
15 $clazz = new ReflectionClass('Foo');
/PHP-7.0/ext/soap/tests/
H A Dserver027.phpt7 class Foo {
17 $foo = new Foo();
/PHP-7.0/ext/simplexml/tests/
H A D016a.phpt9 <person name="Foo"></person>
23 string(3) "Foo"
/PHP-7.0/ext/standard/tests/strings/
H A Dvfprintf_variation1.phpt45 writeAndDump( $fp, "Foo is %d and %s", array( 30, 'bar' ) );
51 @writeAndDump( $funset, "Foo with %s", array( 'string' ) );
52 @writeAndDump( new FooClass(), "Foo with %s", array( 'string' ) );
70 string(17) "Foo is 30 and bar"
/PHP-7.0/ext/standard/tests/streams/
H A Dstream_get_wrappers.phpt15 class Foo { }
16 stream_wrapper_register("foo", "Foo");
/PHP-7.0/Zend/tests/
H A Dresult_unused.phpt16 class Foo {
22 $x = new Foo();
H A Dbug60139.phpt7 class Foo {
25 new Foo;
H A Dcall_static_007.phpt27 a::Foo();
34 __callstatic: Foo
H A Dgc_028.phpt7 class Foo {
24 $foo = new Foo();
H A Dbug43450.phpt11 class Foo
24 $foo = new Foo();
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 Dbug49472.phpt11 class Foo implements ia {
14 class FooBar extends Foo implements ia {
H A Dbug37811.phpt10 return "Foo";
22 string(3) "Foo"
/PHP-7.0/Zend/tests/traits/
H A Dbug54441.phpt6 trait Foo {
11 use Foo {
/PHP-7.0/ext/intl/tests/
H A Dbug75090.phpt7 class Foo extends IntlCalendar {}
9 $fooRef = new ReflectionClass(Foo::class);
/PHP-7.0/ext/session/tests/
H A Dsession_set_save_handler_error2.phpt31 $_SESSION["Foo"] = FALSE;
49 ["Foo"]=>
57 ["Foo"]=>
/PHP-7.0/Zend/tests/arg_unpack/
H A Dtraversable_throwing_exception.phpt10 class Foo implements IteratorAggregate {
23 test(1, 2, ...new Foo, ...[3, 4]);
/PHP-7.0/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 {
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 {

Completed in 25 milliseconds

12345678910>>...14