Home
last modified time | relevance | path

Searched refs:st (Results 101 – 125 of 171) sorted by relevance

1234567

/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY655 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 Ddata.inc61 Thou marshall'st me the way that I was going;
/PHP-5.5/ext/oci8/tests/
H A Ddbmsoutput.phpt62 $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 Dfpm_main.c1133 struct stat st; local
1191 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt143 string(597) "This is st"To check " in heredoc".I'm sure it'll \work!r to check"To check " in heredo…
H A Dstrstr.phpt16 var_dump( md5(strstr("te".chr(0)."st", chr(0))) );
H A Dstrpos.phpt17 var_dump( strpos("te".chr(0)."st", chr(0)) );
/PHP-5.5/ext/pgsql/
H A DREADME14 connection parameter became 1st parameter. Old syntax is preserved,
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1192 struct stat st; local
1246 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
/PHP-5.5/ext/exif/
H A Dexif.c3899 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 Dconfig.m4131 oniguruma/st.c
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation26.phpt15 1st element is delimiter, 2nd element is enclosure
H A Dfputcsv_variation14.phpt16 1st element is delimiter, 2nd element is enclosure
H A Dfgetcsv_variation18.phpt17 1st element is delimiter & 2nd element is csv fields
H A Dfgetcsv_variation22.phpt18 1st element is delimiter & 2nd element is csv fields
H A Dfgetcsv_variation29.phpt18 1st element is delimiter & 2nd element is csv fields
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation1.phpt11 1st element is delimiter, 2nd element is enclosure
H A DSplFileObject_fputcsv_variation11.phpt11 1st element is delimiter, 2nd element is enclosure
H A DSplFileObject_fputcsv_variation12.phpt12 1st element is delimiter, 2nd element is enclosure
H A DSplFileObject_fputcsv_variation5.phpt11 1st element is delimiter, 2nd element is enclosure
H A DSplFileObject_fputcsv_variation6.phpt14 1st element is delimiter, 2nd element is enclosure
H A DSplFileObject_fputcsv_variation7.phpt14 1st element is delimiter, 2nd element is enclosure
H A DSplFileObject_fputcsv_variation8.phpt14 1st element is delimiter, 2nd element is enclosure
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c646 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 Dzip.c1088 off_t tell, st; in phar_zip_applysignature() local
1095 st = tell = php_stream_tell(pass->filefp); in phar_zip_applysignature()

Completed in 205 milliseconds

1234567