Home
last modified time | relevance | path

Searched refs:Foo (Results 226 – 250 of 327) sorted by relevance

12345678910>>...14

/PHP-7.0/Zend/tests/
H A Dns_056.phpt10 class Foo implements SplObserver {
25 $foo = new Foo();
H A Dcall_static_003.phpt6 class Foo {
22 $a = new Foo;
H A Dbug66609.phpt6 $foo = new Foo;
13 class Foo {
H A Dbug45744.phpt5 class Foo {
18 class Bar extends Foo {
H A Dbug64555.phpt6 class Foo {
28 $f = 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 Dbug71914.phpt20 class Foo {
29 $foo = new Foo();
H A Dbug60909_1.phpt8 throw new Exception("Foo");
14 Warning: Uncaught Exception: Foo in %sbug60909_1.php:5
H A Dbug64720.phpt19 class Foo {
43 $foo = new Foo();
H A Duse_no_file_conflict_1.inc3 namespace Foo;
H A Duse_no_file_conflict_2.inc3 namespace Foo;
H A Dbug46665_autoload.inc3 namespace Foo\Bar;
/PHP-7.0/ext/opcache/tests/
H A Dzzz_basic_logging.phpt16 echo "Foo Bar\n";
22 Foo Bar
/PHP-7.0/ext/reflection/tests/
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.0/ext/standard/tests/array/
H A Darray_count_values2.phpt13 "Foo",
39 ["Foo"]=>
/PHP-7.0/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';
H A Darray_access_011.phpt49 $this->person = array(array('name'=>'Foo'));
110 string(3) "Foo"
123 string(3) "Foo"
132 string(3) "Foo"
140 string(3) "Foo"
/PHP-7.0/ext/xmlrpc/tests/
H A Dbug74975.phpt10 class Foo {
21 $foo = new Foo();
/PHP-7.0/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…
/PHP-7.0/ext/standard/tests/http/
H A Dignore_errors.phpt16 "data://text/plain,HTTP/1.0 200 Ok\r\nX-Foo: bar\r\n\r\n1",
62 string(10) "X-Foo: bar"
85 string(10) "X-Foo: bar"
112 string(10) "X-Foo: bar"
/PHP-7.0/ext/curl/tests/
H A Dcurl_copy_handle_basic_002.phpt21 curl_setopt($ch, CURLOPT_POSTFIELDS, "Hello=World&Foo=Bar&Person=John%20Doe");
42 ["Foo"]=>
H A Dcurl_copy_handle_basic_005.phpt22 curl_setopt($ch, CURLOPT_POSTFIELDS, "Hello=World&Foo=Bar&Person=John%20Doe");
45 ["Foo"]=>

Completed in 27 milliseconds

12345678910>>...14