Home
last modified time | relevance | path

Searched refs:foobar (Results 26 – 50 of 132) sorted by relevance

123456

/PHP-5.5/Zend/tests/
H A Djump11.phpt5 class foobar {
21 new foobar;
H A Dclass_alias_011.phpt11 print "foobar!\n";
26 foobar!
H A Dinter_01.phpt6 const foo = 'foobar';
10 class foobar implements foo {
/PHP-5.5/ext/zip/tests/
H A Dzip_entry_name.phpt22 foobar/
23 foobar/baz
H A Doo_addemptydir.phpt33 1 foobar/
34 2 foobar/baz
H A Dbug38943.phpt21 $z->testp = "foobar";
34 string(6) "foobar"
H A Doo_addfile.phpt34 1 foobar/
35 2 foobar/baz
H A Dbug64342_1.phpt35 1 foobar/
36 2 foobar/baz
/PHP-5.5/ext/reflection/tests/
H A Dbug45765.phpt7 const BAR = 'foobar';
62 Parameter #0 [ <optional> $a = 'foobar' ]
78 Parameter #0 [ <optional> $a = 'foobar' ]
/PHP-5.5/tests/basic/
H A Drfc1867_boundary_2.phpt10 Content-Disposition: form-data; name="foobar"
23 [%u|b%"foobar"]=>
H A Drfc1867_invalid_boundary.phpt8 Content-Type: multipart/form-data; boundary="foobar
10 Content-Disposition: form-data; name="foobar"
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3stmt_reset_params.phpt12 var_dump($db->exec('CREATE TABLE foobar (id INTEGER, name STRING)'));
15 var_dump($db->exec("INSERT INTO foobar (id, name) VALUES (1, 'john')"));
18 $query = "SELECT name FROM foobar WHERE id = 1";
/PHP-5.5/ext/mysqli/tests/
H A D056.phpt12 class foobar extends mysqli {
18 $foo = new foobar();
H A D016.phpt15 if (!mysqli_query($link, "SET @dummy='foobar'"))
32 %unicode|string%(6) "foobar"
/PHP-5.5/ext/dom/tests/
H A Dbug35342.phpt8 $dom->loadXML("<root><foo>foobar</foo><foo>foobar#2</foo></root>");
/PHP-5.5/ext/standard/tests/strings/
H A Dstrval.phpt9 var_dump(strval('foobar'));
19 string(6) "foobar"
H A Dprint_basic.phpt32 $foo = "foobar";
36 print "foo is $foo"; // foo is foobar
50 print $foo; // foobar
80 foo is foobar
86 foobar
/PHP-5.5/Zend/tests/traits/
H A Dbug60165c.phpt17 baz as foobar;
22 Fatal error: An alias (foobar) was defined for method baz(), but this method does not exist in %s o…
/PHP-5.5/ext/phar/tests/
H A Dphar_offset_get_error.phpt18 $p[$iname] = "foobar\n";
22 $p[$ename] = "foobar\n";
48 foobar
/PHP-5.5/ext/readline/tests/
H A Dlibedit_callback_handler_install_001.phpt15 var_dump(readline_callback_handler_install('testing: ', 'foobar!'));
22 Warning: readline_callback_handler_install(): foobar! is not callable in %s on line %d
H A Dreadline_callback_handler_install_001.phpt15 var_dump(readline_callback_handler_install('testing: ', 'foobar!'));
22 Warning: readline_callback_handler_install(): foobar! is not callable in %s on line %d
/PHP-5.5/ext/xsl/tests/
H A Dxslt011.phpt23 function foobar($id, $secondArg = "" ) {
54 foobar - secondArg
55 foobar -
/PHP-5.5/ext/interbase/tests/
H A Dbug45575.phpt12 function foobar($var) { var_dump($var); return true; }
16 ibase_set_event_handler('foobar', 'TEST1');
/PHP-5.5/ext/standard/tests/streams/
H A Dbug67626.phpt29 $fp = fopen('my://foobar', 'r+');
38 fwrite($fp, 'foobar');
/PHP-5.5/ext/standard/tests/array/
H A D006.phpt14 array_push($a, "foobar");
34 string(6) "foobar"

Completed in 35 milliseconds

123456