Home
last modified time | relevance | path

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

1...<<11121314

/PHP-7.1/Zend/tests/
H A Dgc_029_zts.phpt9 class Foo {
28 $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;
H A Dbug26166.phpt6 class Foo
20 $this->obj = new Foo();
/PHP-7.1/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.1/ext/standard/tests/array/
H A Darray_count_values2.phpt13 "Foo",
39 ["Foo"]=>
/PHP-7.1/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.1/ext/xmlrpc/tests/
H A Dbug74975.phpt10 class Foo {
21 $foo = new Foo();
/PHP-7.1/ext/reflection/tests/
H A DReflectionFunction_isGenerator_basic.phpt32 class Foo {
41 $rc = new ReflectionClass('Foo');
/PHP-7.1/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.1/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.1/ext/simplexml/tests/
H A D016.phpt15 $people->person['name'] = $people->person['name'] . 'Foo';
24 $people->person[0]['name'] = $people->person[0]['name'] . 'Foo';
/PHP-7.1/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"]=>
H A Dcurl_copy_handle_basic_007.phpt18 …curl_setopt($ch, CURLOPT_POSTFIELDS, array("Hello" => "World", "Foo" => "Bar", "Person" => "John D…
40 ["Foo"]=>
H A Dbug55767.phpt27 curl_setopt($ch, CURLOPT_POSTFIELDS, array('Hello'=>'World','Foo'=>'Bar',100=>'John Doe'));
47 ["Foo"]=>
/PHP-7.1/Zend/
H A DZEND_CHANGES32 class Foo {
39 $object = new Foo;
42 $other = new Foo;
111 class Foo {
231 interface Foo {
283 class Foo {
470 class Foo {
474 echo 'Foo::constant = ' . Foo::constant . "\n";
679 class Foo {
699 class Foo {
[all …]
/PHP-7.1/ext/pdo_sqlite/tests/
H A Dbug43831.phpt8 class Foo extends PDO {
23 $foo = new Foo("sqlite::memory:");
/PHP-7.1/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt23 class Foo
52 Foo /**/
/PHP-7.1/ext/standard/tests/strings/
H A Dvfprintf_error3.phpt27 var_dump( vfprintf( $fp, "Foo %y fake", "not available" ) );
53 string(9) "Foo fake"

Completed in 27 milliseconds

1...<<11121314