Home
last modified time | relevance | path

Searched refs:foobar (Results 101 – 125 of 132) sorted by path

123456

/PHP-5.5/ext/standard/tests/strings/
H A Dbug46578.phpt6 var_dump(strip_tags('<!-- testing I\'ve been to mars -->foobar'));
8 var_dump(strip_tags('<a alt="foobar">foo<!-- foo! --></a>bar'));
10 var_dump(strip_tags('<a alt="foobar"/>foo<?= foo! /* <!-- "cool" --> */ ?>bar'));
20 %string|unicode%(6) "foobar"
21 %string|unicode%(6) "foobar"
22 %string|unicode%(6) "foobar"
H A Dbug60801.phpt11 var_dump(strpbrk('foobar', $needle));
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
H A Dstrval.phpt9 var_dump(strval('foobar'));
19 string(6) "foobar"
H A Dvfprintf_basic.phpt39 writeAndDump( $fp, "Testing %b %d %f %s %x %X", array( 9, 6, 2.5502, "foobar", 15, 65 ) );
69 string(35) "Testing 1001 6 2.550200 foobar f 41"
H A Dvfprintf_variation1.phpt50 writeAndDump( $fp, "Testing %b %d %f %o %s %x %X", array( 9, 6, 2.5502, 24, "foobar", 15, 65 ) );
80 string(38) "Testing 1001 6 2.550200 30 foobar f 41"
/PHP-5.5/ext/standard/tests/url/
H A Dbug47174.phpt18 string(6) "foobar"
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug45556.phpt21 xmlrpc_server_register_introspection_callback($server, 'foobar');
30 Warning: xmlrpc_server_call_method(): Invalid callback 'foobar' passed 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/zip/tests/
H A Dbug38943.phpt21 $z->testp = "foobar";
34 string(6) "foobar"
H A Dbug47667.phpt17 $zip->addFromString('foo.txt', 'foo bar foobar');
26 $zip->addFromString("foo_{$i}.txt", 'foo bar foobar');
H A Dbug64342_1.phpt35 1 foobar/
36 2 foobar/baz
H A Doo_addemptydir.phpt33 1 foobar/
34 2 foobar/baz
H A Doo_addfile.phpt34 1 foobar/
35 2 foobar/baz
H A Doo_extract.phpt24 if (!is_dir($dirname .'__oo_extract_tmp/foobar')) {
25 echo "failed. mkdir foobar\n";
28 if (!file_exists($dirname . '__oo_extract_tmp/foobar/baz')) {
29 echo "failed. extract foobar/baz\n";
31 echo file_get_contents($dirname . '__oo_extract_tmp/foobar/baz') . "\n";
H A Dzip_entry_name.phpt22 foobar/
23 foobar/baz
/PHP-5.5/tests/basic/
H A Drfc1867_boundary_1.phpt8 Content-Type: multipart/form-data; boundary="------------------------------------foobar"
9 --------------------------------------foobar
10 Content-Disposition: form-data; name="foobar"
13 --------------------------------------foobar--
23 [%u|b%"foobar"]=>
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"
H A Drfc1867_missing_boundary.phpt10 Content-Disposition: form-data; name="foobar"
H A Drfc1867_post_max_size.phpt10 Content-Disposition: form-data; name="foobar"
/PHP-5.5/tests/classes/
H A D__set_data_corrupt.phpt9 const foobar=1;
/PHP-5.5/tests/lang/
H A Dbug27439.phpt35 foreach ($this->foobar as $foo);
68 Notice: Undefined property: test::$foobar in %s on line %d
H A Dbug28213.phpt7 include('foobar.php');
/PHP-5.5/tests/run-test/
H A Dtest007.phpt24 check_dirname("foobar%%%");
55 dirname(foobar%%%) == .

Completed in 27 milliseconds

123456