Searched refs:wanted (Results 1 – 16 of 16) sorted by relevance
/PHP-5.4/ext/date/tests/ |
H A D | bug20382-2.phpt | 50 wanted = Monday 00:00:00 55 wanted = Monday 00:00:00 60 wanted = Monday 00:00:00 65 wanted = Monday 00:00:00 70 wanted = Monday 00:00:00 75 wanted = Monday 00:00:00 80 wanted = Monday 00:00:00 85 wanted = Monday 00:00:00 90 wanted = Monday 00:00:00 95 wanted = Monday 00:00:00 [all …]
|
H A D | bug33414-1.phpt | 205 wanted=Sunday 00:00:00 210 wanted=Sunday 00:00:00 220 wanted=Tuesday 00:00:00 246 wanted=Saturday 00:00:00 256 wanted=Friday 00:00:00 261 wanted=Friday 00:00:00 271 wanted=Sunday 00:00:00 281 wanted=Tuesday 00:00:00 291 wanted=Monday 00:00:00 296 wanted=Monday 00:00:00 [all …]
|
H A D | bug33414-2.phpt | 11 print "wanted=Tuesday 00:00:00\n\n"; 19 print "wanted=Tuesday 00:00:00\n\n"; 81 wanted=Tuesday 00:00:00 86 wanted=Tuesday 00:00:00 91 wanted=Monday 00:00:00 96 wanted=Monday 00:00:00 101 wanted=Monday 00:00:00 106 wanted=Tuesday 00:00:00 111 wanted=Wednesday 00:00:00 116 wanted=Saturday 00:00:00 [all …]
|
H A D | bug33415-2.phpt | 244 wanted=Sunday 00:00:00 249 wanted=Sunday 00:30:00 255 wanted=Tuesday 00:00:00 261 wanted=Monday 00:00:00 266 wanted=Sunday 02:00:00 276 wanted=Tuesday 00:30:00 282 wanted=Monday 00:00:00 287 wanted=Monday 00:44:30 297 wanted=Tuesday 00:30:00 302 wanted=Sunday 00:30:00 [all …]
|
H A D | bug33415-1.phpt | 13 print "wanted=Monday 00:00:00\n\n"; 21 print "wanted=Sunday 00:00:00\n\n"; 28 wanted=Monday 00:00:00 33 wanted=Sunday 00:00:00
|
H A D | bug20382-1.phpt | 12 echo "wanted=Monday 2004-11-01 00:00:00 CET\n"; 17 wanted=Monday 2004-11-01 00:00:00 CET
|
/PHP-5.4/ext/hash/tests/ |
H A D | mhash_003.phpt | 24 foreach ($supported_hash_al as $hash=>$wanted) { 28 if (!strcmp(bin2hex($result), $wanted)) { 32 var_dump($wanted);
|
H A D | mhash_001.phpt | 26 foreach ($supported_hash_al as $hash=>$wanted) { 28 if (bin2hex($result)==$wanted) { 32 var_dump($wanted);
|
/PHP-5.4/ |
H A D | server-tests.php | 125 function generate_diff($wanted,$output) argument 127 $w = explode("\n", $wanted); 1422 $wanted = $section_text['EXPECTF']; 1424 $wanted = $section_text['EXPECTREGEX']; 1426 $wanted_re = preg_replace('/\r\n/',"\n",$wanted); 1450 $wanted=''; 1475 $wanted = $section_text['EXPECT']; 1476 $wanted = preg_replace('/\r\n/',"\n",$wanted); 1477 $failed = (0 != strcmp($output,$wanted)); 1502 file_put_contents($logname,$wanted); [all …]
|
H A D | run-tests.php | 1907 $wanted = trim($section_text['EXPECTF']); 1909 $wanted = trim($section_text['EXPECTREGEX']); 1912 show_file_block('exp', $wanted); 2007 $wanted = trim($section_text['EXPECT']); 2008 $wanted = preg_replace('/\r\n/',"\n", $wanted); 2009 show_file_block('exp', $wanted); 2012 if (!strcmp($output, $wanted)) { 2041 $wanted = $wanted_headers . "\n--HEADERS--\n" . $wanted; 2100 $wanted 2251 function generate_diff($wanted, $wanted_re, $output) argument [all …]
|
H A D | INSTALL | 464 Or, if we wanted to allow .php, .php2, .php3, .php4, .php5, .php6, 764 wanted to start, as a CGI script (a CGI script inside of the admin
|
/PHP-5.4/ext/intl/doc/ |
H A D | Tutorial.txt | 34 Thus, for example, if a user wanted whitespace to be ignorable, but not any visible characters,
|
/PHP-5.4/Zend/ |
H A D | ZEND_CHANGES | 318 not always the wanted behavior. A good example of the need for
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | ChangeLog | 3256 compiler treats it as an empty string (which was what was wanted) but it is 4118 somebody wanted the feature. From pcretest it can be activated by using 4413 string is known to be correct and/or the maximum performance is wanted. 4824 what is wanted and the second points to where the information is to be placed.
|
/PHP-5.4/win32/ |
H A D | install.txt | 944 wanted to start, as a CGI script (a CGI script inside of the admin
|
/PHP-5.4/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 5935 character normally shows which is wanted, without the need for the
|
Completed in 70 milliseconds