Home
last modified time | relevance | path

Searched refs:Foo (Results 276 – 300 of 368) sorted by relevance

1...<<1112131415

/PHP-7.2/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.2/tests/classes/
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"
H A Darray_access_009.phpt59 $this->person = array(array('name'=>'Foo'));
127 string(3) "Foo"
140 string(3) "Foo"
149 string(3) "Foo"
/PHP-7.2/Zend/tests/
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();
H A Dns_063.phpt5 namespace Foo;
H A Dbug31683.phpt6 class Foo implements ArrayAccess {
50 $foo = new Foo();
H A Dns_062.phpt5 namespace Foo;
/PHP-7.2/ext/simplexml/tests/
H A D016.phpt15 $people->person['name'] = $people->person['name'] . 'Foo';
24 $people->person[0]['name'] = $people->person[0]['name'] . 'Foo';
H A D019.phpt29 Foo Bar
76 string(7) "Foo Bar"
H A Dsxe_002.phpt32 Foo Bar
71 string(7) "Foo Bar"
/PHP-7.2/ext/curl/tests/
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_002.phpt21 curl_setopt($ch, CURLOPT_POSTFIELDS, "Hello=World&Foo=Bar&Person=John%20Doe");
42 ["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"]=>
H A Dcurl_basic_003.phpt28 curl_setopt($ch, CURLOPT_POSTFIELDS, "Hello=World&Foo=Bar&Person=John%20Doe");
48 ["Foo"]=>
/PHP-7.2/ext/pdo_sqlite/tests/
H A Dbug43831.phpt8 class Foo extends PDO {
23 $foo = new Foo("sqlite::memory:");
/PHP-7.2/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt23 class Foo
52 Foo /**/
/PHP-7.2/Zend/tests/type_declarations/
H A Dnullable_null.phpt5 function test(Foo $a = null) {
H A Dscalar_strict_declaration_placement_005.phpt8 namespace Foo;
/PHP-7.2/ext/standard/tests/strings/
H A Dvfprintf_error3.phpt27 var_dump( vfprintf( $fp, "Foo %y fake", "not available" ) );
53 string(9) "Foo fake"
/PHP-7.2/Zend/tests/typehints/
H A Dfq_nullable.phpt6 namespace Foo;
/PHP-7.2/Zend/tests/use_function/
H A Dno_conflict_with_classes.phpt6 namespace Foo;

Completed in 23 milliseconds

1...<<1112131415