/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | HISTORY | 655 should not allocate memory for key data in st.c. 656 move st_*_strend() functions from st.c. fixed some 688 onigposix.h and st.h. 765 st.h fix prototype for C++. 782 2004/11/30: [inst] add "cp -p st.[ch] st.[ch].ruby_orig" to "make 19". 831 2004/11/16: [impl] add key2 member to st_table_entry in st.[ch]. 832 change API of st for non-null terminated string key. 834 2004/11/15: [impl] add st.h and st.c from Ruby 1.9. 835 use st-hash always. 1661 (inconsistent st.h with 1.6 and 1.8) [all …]
|
/PHP-5.5/ext/zlib/tests/ |
H A D | data.inc | 61 Thou marshall'st me the way that I was going;
|
/PHP-5.5/ext/oci8/tests/ |
H A D | dbmsoutput.phpt | 62 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;"); 64 oci_bind_by_name($s, ":st", $st, -1, SQLT_INT); 66 while (($succ = oci_execute($s)) && !$st) {
|
/PHP-5.5/sapi/fpm/fpm/ |
H A D | fpm_main.c | 1133 struct stat st; local 1191 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | chunk_split_variation12.phpt | 143 string(597) "This is st"To check " in heredoc".I'm sure it'll \work!r to check"To check " in heredo…
|
H A D | strstr.phpt | 16 var_dump( md5(strstr("te".chr(0)."st", chr(0))) );
|
H A D | strpos.phpt | 17 var_dump( strpos("te".chr(0)."st", chr(0)) );
|
/PHP-5.5/ext/pgsql/ |
H A D | README | 14 connection parameter became 1st parameter. Old syntax is preserved,
|
/PHP-5.5/sapi/cgi/ |
H A D | cgi_main.c | 1192 struct stat st; local 1246 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
|
/PHP-5.5/ext/exif/ |
H A D | exif.c | 3899 struct stat st; in exif_read_file() local 3913 if (VCWD_STAT(FileName, &st) >= 0) { in exif_read_file() 3914 if ((st.st_mode & S_IFMT) != S_IFREG) { in exif_read_file() 3921 ImageInfo->FileDateTime = st.st_mtime; in exif_read_file() 3922 ImageInfo->FileSize = st.st_size; in exif_read_file()
|
/PHP-5.5/ext/mbstring/ |
H A D | config.m4 | 131 oniguruma/st.c
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | fgetcsv_variation26.phpt | 15 1st element is delimiter, 2nd element is enclosure
|
H A D | fputcsv_variation14.phpt | 16 1st element is delimiter, 2nd element is enclosure
|
H A D | fgetcsv_variation18.phpt | 17 1st element is delimiter & 2nd element is csv fields
|
H A D | fgetcsv_variation22.phpt | 18 1st element is delimiter & 2nd element is csv fields
|
H A D | fgetcsv_variation29.phpt | 18 1st element is delimiter & 2nd element is csv fields
|
/PHP-5.5/ext/spl/tests/ |
H A D | SplFileObject_fputcsv_variation1.phpt | 11 1st element is delimiter, 2nd element is enclosure
|
H A D | SplFileObject_fputcsv_variation11.phpt | 11 1st element is delimiter, 2nd element is enclosure
|
H A D | SplFileObject_fputcsv_variation12.phpt | 12 1st element is delimiter, 2nd element is enclosure
|
H A D | SplFileObject_fputcsv_variation5.phpt | 11 1st element is delimiter, 2nd element is enclosure
|
H A D | SplFileObject_fputcsv_variation6.phpt | 14 1st element is delimiter, 2nd element is enclosure
|
H A D | SplFileObject_fputcsv_variation7.phpt | 14 1st element is delimiter, 2nd element is enclosure
|
H A D | SplFileObject_fputcsv_variation8.phpt | 14 1st element is delimiter, 2nd element is enclosure
|
/PHP-5.5/sapi/litespeed/ |
H A D | lsapilib.c | 646 struct stat st; in readSecret() local 653 if ( fstat( fd, &st ) == -1 ) in readSecret() 667 if ( st.st_mode & 0077 ) in readSecret()
|
/PHP-5.5/ext/phar/ |
H A D | zip.c | 1088 off_t tell, st; in phar_zip_applysignature() local 1095 st = tell = php_stream_tell(pass->filefp); in phar_zip_applysignature()
|