Home
last modified time | relevance | path

Searched refs:foobar (Results 76 – 100 of 132) sorted by relevance

123456

/PHP-5.5/ext/standard/tests/strings/
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"
H A Dbug60801.phpt11 var_dump(strpbrk('foobar', $needle));
/PHP-5.5/ext/spl/tests/
H A Dfileobject_getsize_basic.phpt11 file_put_contents($file, "foobar");
/PHP-5.5/ext/gettext/tests/
H A Dgettext_bindtextdomain-path.phpt11 var_dump(bindtextdomain('example.org', 'foobar'));
H A Dgettext_bindtextdomain-emptydomain.phpt11 bindtextdomain('', 'foobar');
H A Dgettext_bindtextdomain-wrongparams.phpt11 bindtextdomain('foobar');
/PHP-5.5/Zend/tests/
H A Dbug43332_2.phpt5 namespace foobar;
H A Dbug63055.phpt19 str_replace("foo", "bar", "foobar", $matches);
H A Dbug34893.phpt33 foobar
H A Ddereference_001.phpt21 return array(array(array('foobar')));
/PHP-5.5/tests/basic/
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/ext/mysqli/tests/
H A D011.phpt30 'foobar','mysql rulez')");
74 string(6) "foobar"
H A D019.phpt35 $c3 = "foobar";
92 %unicode|string%(6) "foobar"
H A D015.phpt33 !mysqli_query($link, "INSERT INTO test VALUES (1, 'foobar')"))
86 %unicode|string%(6) "foobar"
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_open_error.phpt21 var_dump( finfo_open( 'foobar' ) );
23 var_dump( new finfo('foobar') );
/PHP-5.5/ext/mcrypt/tests/
H A Dbug35496.phpt8 mcrypt_generic($td, "foobar");
/PHP-5.5/ext/standard/tests/url/
H A Dbug47174.phpt18 string(6) "foobar"
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_getClosure_error.phpt39 var_dump( $staticmethod->getClosure( 'foobar' ) );
41 var_dump( $method->getClosure( $object, 'foobar' ) );
/PHP-5.5/tests/classes/
H A D__set_data_corrupt.phpt9 const foobar=1;
/PHP-5.5/ext/intl/tests/
H A Dbreakiter_clone_basic.phpt16 $bi->setText('foobar');
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug32647.phpt31 register_shutdown_function(array($obj,'foobar')); // Invalid
54 Warning: register_shutdown_function(): Invalid shutdown callback 'bar::foobar' passed in %sbug32647…
/PHP-5.5/ext/dom/tests/
H A Dbug41374.phpt22 var_dump($foo->wholeText == "foobar");
/PHP-5.5/tests/strings/
H A Doffsets_general.phpt7 $string = "foobar";

Completed in 32 milliseconds

123456