Home
last modified time | relevance | path

Searched refs:Foo (Results 176 – 200 of 237) sorted by relevance

12345678910

/PHP-5.5/Zend/tests/
H A Dbug64720.phpt19 class Foo {
43 $foo = new Foo();
H A Dbug60909_1.phpt8 throw new Exception("Foo");
14 Warning: Uncaught exception 'Exception' with message 'Foo' in %sbug60909_1.php:5
H A Dbug46665_autoload.inc3 namespace Foo\Bar;
H A Dbug26166.phpt6 class Foo
20 $this->obj = new Foo();
H A Dbug31683.phpt6 class Foo implements ArrayAccess {
50 $foo = new Foo();
H A Dns_063.phpt5 namespace Foo;
H A Dns_062.phpt5 namespace Foo;
H A Dbug43343.phpt5 namespace Foo;
H A Dlsb_006.phpt6 class Foo extends static {
/PHP-5.5/ext/soap/tests/
H A Dserver006.phpt7 class Foo {
10 function Foo($str) {
20 $server->setclass("Foo","Hello");
/PHP-5.5/tests/classes/
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"
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-5.5/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-5.5/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"]=>
H A Dcurl_basic_003.phpt28 curl_setopt($ch, CURLOPT_POSTFIELDS, "Hello=World&Foo=Bar&Person=John%20Doe");
48 ["Foo"]=>
/PHP-5.5/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-5.5/ext/pdo_sqlite/tests/
H A Dbug43831.phpt8 class Foo extends PDO {
23 $foo = new Foo("sqlite::memory:");
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_error3.phpt27 var_dump( vfprintf( $fp, "Foo %y fake", "not available" ) );
53 string(9) "Foo fake"
/PHP-5.5/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 21 milliseconds

12345678910