/PHP-5.5/ext/standard/tests/general_functions/ |
H A D | 003.phpt | 26 $n += test_me("1st empty" , 3, "", "xzy");
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | stristr.phpt | 14 var_dump(md5(stristr("te".chr(0)."st", chr(0))));
|
H A D | strrev_variation3.phpt | 20 Ex'ple of h'doc st'g, contains
|
H A D | levenshtein.phpt | 30 $n += test_me("1st empty" , 3, "", "xzy");
|
H A D | str_split_variation3.phpt | 74 string(7) "It's st"
|
/PHP-5.5/tests/classes/ |
H A D | iterators_001.phpt | 35 case 0: return "1st"; 187 object:1st=>0
|
H A D | iterators_002.phpt | 36 case 0: return "1st";
|
/PHP-5.5/ext/fileinfo/ |
H A D | libmagic.patch | 378 struct stat st; 409 - if (stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) { 413 + if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) { 434 if (stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) { 564 - struct stat st; 572 + php_stream_statbuf st; 615 - if (fstat(fd, &st) == -1) { 620 - if (st.st_size < 8) { 622 + if (st.sb.st_size < 8) { 642 + if (php_stream_read(stream, map->p, (size_t)st.sb.st_size) != (size_t)st.sb.st_size) { [all …]
|
/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | README.ja | 135 st.h �ϥå���ơ��֥�ؿ���� 136 st.c �ϥå���ơ��֥�ؿ�
|
H A D | README | 129 st.h hash table functions header file 130 st.c hash table functions
|
/PHP-5.5/ext/ereg/regex/ |
H A D | engine.ih | 23 static void print(struct match *m, unsigned char *caption, states st, int ch, FILE *d);
|
/PHP-5.5/ext/xmlreader/tests/ |
H A D | 003.phpt | 28 echo "1st attr (num) failed\n";
|
/PHP-5.5/tests/lang/ |
H A D | foreachLoopIteratorAggregate.004.phpt | 34 case 0: return "1st";
|
/PHP-5.5/ext/oci8/tests/ |
H A D | lob_025.phpt | 68 string(2) "st"
|
H A D | lob_027.phpt | 91 string(30) "this is a biiiig faaat test st"
|
H A D | lob_020.phpt | 85 string(50) "is st string. why are you read"
|
/PHP-5.5/ext/date/tests/ |
H A D | bug43452.phpt | 7 // (November 1st) is the same day of week.
|
/PHP-5.5/TSRM/ |
H A D | tsrm_virtual_cwd.c | 759 struct stat st; in tsrm_realpath_r() 1049 if (save && php_sys_lstat(path, &st) < 0) { in tsrm_realpath_r() 1061 if (save && S_ISLNK(st.st_mode)) { in tsrm_realpath_r() 1093 directory = S_ISDIR(st.st_mode); in tsrm_realpath_r() 1543 SYSTEMTIME st; in win32_utime() local 1544 GetSystemTime(&st); in win32_utime() 1545 SystemTimeToFileTime(&st, &mtime); in win32_utime()
|
/PHP-5.5/ext/zip/lib/ |
H A D | zip_open.c | 483 struct stat st; in _zip_file_exists() local 490 if (stat(fn, &st) != 0) { in _zip_file_exists()
|
/PHP-5.5/ext/opcache/ |
H A D | ZendAccelerator.c | 689 SYSTEMTIME st; in zend_get_file_handle_timestamp_win() local 691 st.wYear = 1970; in zend_get_file_handle_timestamp_win() 692 st.wMonth = 1; in zend_get_file_handle_timestamp_win() 693 st.wDay = 1; in zend_get_file_handle_timestamp_win() 694 st.wHour = 0; in zend_get_file_handle_timestamp_win() 695 st.wMinute = 0; in zend_get_file_handle_timestamp_win() 696 st.wSecond = 0; in zend_get_file_handle_timestamp_win() 697 st.wMilliseconds = 0; in zend_get_file_handle_timestamp_win() 699 SystemTimeToFileTime (&st, &utc_base_ft); in zend_get_file_handle_timestamp_win()
|
/PHP-5.5/ |
H A D | run-tests.php | 2157 $st = $steps / 2; 2159 for ($ofs1 = $idx1 + 1; $ofs1 < $cnt1 && $st-- > 0; $ofs1++) { 2160 $eq = @count_array_diff($ar1, $ar2, $is_reg, $w, $ofs1, $idx2, $cnt1, $cnt2, $st); 2168 $st = $steps; 2170 for ($ofs2 = $idx2 + 1; $ofs2 < $cnt2 && $st-- > 0; $ofs2++) { 2171 $eq = @count_array_diff($ar1, $ar2, $is_reg, $w, $idx1, $ofs2, $cnt1, $cnt2, $st);
|
/PHP-5.5/ext/mbstring/ |
H A D | config.w32 | 89 regext.c regsyntax.c regtrav.c regversion.c st.c", "mbstring");
|
/PHP-5.5/ext/gd/ |
H A D | gd.c | 1737 int e, st; in PHP_FUNCTION() local 1750 st = ST; in PHP_FUNCTION() 1751 if (st < 0) { in PHP_FUNCTION() 1752 st %= 360; in PHP_FUNCTION() 3175 int e, st; in PHP_FUNCTION() local 3188 st = ST; in PHP_FUNCTION() 3189 if (st < 0) { in PHP_FUNCTION() 3190 st %= 360; in PHP_FUNCTION() 3193 gdImageArc(im, cx, cy, w, h, st, e, col); in PHP_FUNCTION() 3925 struct stat st; in PHP_FUNCTION() local [all …]
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | fputcsv_variation10.phpt | 16 1st element is delimiter, 2nd element is enclosure
|
/PHP-5.5/ext/spl/tests/ |
H A D | SplFileObject_fputcsv_variation10.phpt | 11 1st element is delimiter, 2nd element is enclosure
|