Home
last modified time | relevance | path

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

1...<<11121314

/PHP-7.0/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 Dsxe_002.phpt32 Foo Bar
71 string(7) "Foo Bar"
H A D019.phpt29 Foo Bar
76 string(7) "Foo Bar"
/PHP-7.0/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.0/ext/curl/tests/
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.0/Zend/tests/
H A Dbug26166.phpt6 class Foo
20 $this->obj = new Foo();
H A Dns_063.phpt5 namespace Foo;
H A Dns_062.phpt5 namespace Foo;
H A Dbug31683.phpt6 class Foo implements ArrayAccess {
50 $foo = new Foo();
H A Dbug43343.phpt5 namespace Foo;
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 Dthis_as_lexical_var_error.phpt6 class Foo {
H A Ddynamic_fully_qualified_call.phpt6 namespace Foo;
/PHP-7.0/ext/pdo_sqlite/tests/
H A Dbug43831.phpt8 class Foo extends PDO {
23 $foo = new Foo("sqlite::memory:");
/PHP-7.0/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt23 class Foo
52 Foo /**/
H A Dregression_009.phpt8 class Foo
/PHP-7.0/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_005.phpt8 namespace Foo;
/PHP-7.0/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.0/tests/classes/
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.0/Zend/tests/use_function/
H A Dno_conflict_with_classes.phpt6 namespace Foo;
/PHP-7.0/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"

Completed in 31 milliseconds

1...<<11121314