Home
last modified time | relevance | path

Searched refs:se (Results 1 – 24 of 24) sorted by relevance

/PHP-5.4/ext/zip/lib/
H A Dzip_error.c95 _zip_error_set(struct zip_error *err, int ze, int se) in _zip_error_set() argument
99 err->sys_err = se; in _zip_error_set()
108 int ze, se; in _zip_error_set_from_source() local
110 zip_source_error(src, &ze, &se); in _zip_error_set_from_source()
111 _zip_error_set(err, ze, se); in _zip_error_set_from_source()
H A Dzip_source_error.c41 zip_source_error(struct zip_source *src, int *ze, int *se) in zip_source_error() argument
66 zip_source_error(src->src, ze, se); in zip_source_error()
85 if (se) in zip_source_error()
86 *se = e[1]; in zip_source_error()
H A Dzip_error_to_str.c46 zip_error_to_str(char *buf, zip_uint64_t len, int ze, int se) in zip_error_to_str() argument
57 ss = strerror(se); in zip_error_to_str()
61 ss = zError(se); in zip_error_to_str()
H A Dzip_open.c148 int se; in set_error() local
151 _zip_error_get(err, &ze, &se); in set_error()
153 errno = se; in set_error()
/PHP-5.4/Zend/
H A Dzend_strtod.h30 ZEND_API double zend_strtod(const char *s00, const char **se);
H A Dzend_strtod.c2039 ZEND_API double zend_strtod (CONST char *s00, CONST char **se) in zend_strtod() argument
2571 if (se) in zend_strtod()
2572 *se = s; in zend_strtod()
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dconfig.inc1 <?php # vim:se ft=php:
H A Dis_in_transaction.phpt4 <?php # vim:se ft=php:
H A Dlarge_objects.phpt4 <?php # vim:se ft=php:
H A Dcopy_to.phpt4 <?php # vim:se ft=php:
H A Dcopy_from.phpt4 <?php # vim:se ft=php:
/PHP-5.4/ext/curl/tests/
H A Dcurl_copy_handle_basic_006.phpt28 …y) since it causes char * inputs to be invalid (see also: http://curl.haxx.se/libcurl/c/curl_easy_…
/PHP-5.4/ext/standard/tests/strings/
H A Dstrval_variation2.phpt26 $se = "\xe0\xe1\xe2\xe3\xe4\xe5\xe6\xe7\xe8\xe9\xea\xeb\xec\xed\xee\xef";
57 echo bin2hex(strval($se));
H A Dstr_split_basic.phpt42 string(2) "se"
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_oracle_nulls.phpt101 %unicode|string%(3) "%se"
118 %unicode|string%(3) "%se"
/PHP-5.4/ext/zip/
H A Dzip_stream.c39 int ze, se; in php_zip_ops_read() local
40 zip_file_error_get(self->zf, &ze, &se); in php_zip_ops_read()
/PHP-5.4/ext/pdo/
H A Dconfig.m43 dnl vim:se ts=2 sw=2 et:
H A DTODO91 vim:se et ts=2 sw=2 tw=78:
/PHP-5.4/ext/pdo_mysql/
H A Dconfig.m43 dnl vim: se ts=2 sw=2 et:
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregexec.c3066 const UChar *s, *se, *t, *p, *end; in bm_search_notrev() local
3085 p = se = s + tlen1; in bm_search_notrev()
3092 skip = reg->map[*se]; in bm_search_notrev()
3101 p = se = s + tlen1; in bm_search_notrev()
3108 skip = reg->int_map[*se]; in bm_search_notrev()
/PHP-5.4/ext/exif/
H A Dtest.txt43 // message function is used for debugging purpose: just to se what happens
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic3928 # Ulf Harnhammar <ulfh@update.uu.se>
13532 # TNEF magic From "Joomy" <joomy@se-ed.net>
16090 # Ulf Harnhammar <ulfh@update.uu.se>
16490 # NetStumbler log files. Not really packets, per se, but about as
/PHP-5.4/
H A DNEWS4040 (Linus Nielsen Feltzing <linus@haxx.se>)
4297 elmerot dot se)
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt1099 In environments where the size of the stack is limited, this can se-

Completed in 125 milliseconds