Home
last modified time | relevance | path

Searched refs:st (Results 76 – 100 of 171) sorted by relevance

1234567

/PHP-5.5/ext/standard/tests/general_functions/
H A D003.phpt26 $n += test_me("1st empty" , 3, "", "xzy");
/PHP-5.5/ext/standard/tests/strings/
H A Dstristr.phpt14 var_dump(md5(stristr("te".chr(0)."st", chr(0))));
H A Dstrrev_variation3.phpt20 Ex'ple of h'doc st'g, contains
H A Dlevenshtein.phpt30 $n += test_me("1st empty" , 3, "", "xzy");
H A Dstr_split_variation3.phpt74 string(7) "It's st"
/PHP-5.5/tests/classes/
H A Diterators_001.phpt35 case 0: return "1st";
187 object:1st=>0
H A Diterators_002.phpt36 case 0: return "1st";
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch378 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 DREADME.ja135 st.h �ϥå���ơ��֥�ؿ����
136 st.c �ϥå���ơ��֥�ؿ�
H A DREADME129 st.h hash table functions header file
130 st.c hash table functions
/PHP-5.5/ext/ereg/regex/
H A Dengine.ih23 static void print(struct match *m, unsigned char *caption, states st, int ch, FILE *d);
/PHP-5.5/ext/xmlreader/tests/
H A D003.phpt28 echo "1st attr (num) failed\n";
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt34 case 0: return "1st";
/PHP-5.5/ext/oci8/tests/
H A Dlob_025.phpt68 string(2) "st"
H A Dlob_027.phpt91 string(30) "this is a biiiig faaat test st"
H A Dlob_020.phpt85 string(50) "is st string. why are you read"
/PHP-5.5/ext/date/tests/
H A Dbug43452.phpt7 // (November 1st) is the same day of week.
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c759 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 Dzip_open.c483 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 DZendAccelerator.c689 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 Drun-tests.php2157 $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 Dconfig.w3289 regext.c regsyntax.c regtrav.c regversion.c st.c", "mbstring");
/PHP-5.5/ext/gd/
H A Dgd.c1737 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 Dfputcsv_variation10.phpt16 1st element is delimiter, 2nd element is enclosure
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt11 1st element is delimiter, 2nd element is enclosure

Completed in 80 milliseconds

1234567