Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/zip/lib/
H A Dzip_error_to_str.c44 zip_error_to_str(char *buf, zip_uint64_t len, int ze, int se) in zip_error_to_str() argument
55 ss = strerror(se); in zip_error_to_str()
59 ss = zError(se); in zip_error_to_str()
H A Dzip_error.c127 zip_error_set(zip_error_t *err, int ze, int se) in zip_error_set() argument
131 err->sys_err = se; in zip_error_set()
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_methods.cpp148 StringEnumeration *se = NULL; in PHP_FUNCTION() local
160 se = TimeZone::createEnumeration(); in PHP_FUNCTION()
169 se = TimeZone::createEnumeration((int32_t) Z_LVAL_P(arg)); in PHP_FUNCTION()
192 se = TimeZone::createEnumeration(Z_STRVAL_P(arg)); in PHP_FUNCTION()
199 if (se) { in PHP_FUNCTION()
200 IntlIterator_from_StringEnumeration(se, return_value); in PHP_FUNCTION()
270 StringEnumeration *se; in PHP_FUNCTION() local
272 se = TimeZone::createTimeZoneIDEnumeration((USystemTimeZoneType)zoneType, in PHP_FUNCTION()
277 IntlIterator_from_StringEnumeration(se, return_value); in PHP_FUNCTION()
/PHP-7.1/Zend/
H A Dzend_strtod.h30 ZEND_API double zend_strtod(const char *s00, const char **se);
/PHP-7.1/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 Dbug68199.phpt4 <?php # vim:se ft=php:
H A Dgetnotify.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-7.1/ext/intl/common/
H A Dcommon_enum.h78 U_CFUNC void IntlIterator_from_StringEnumeration(StringEnumeration *se, zval *object);
H A Dcommon_enum.cpp140 U_CFUNC void IntlIterator_from_StringEnumeration(StringEnumeration *se, zval *object) in IntlIterator_from_StringEnumeration() argument
147 ZVAL_PTR(&ii->iterator->data, se); in IntlIterator_from_StringEnumeration()
/PHP-7.1/sapi/cli/tests/
H A Dbug70470.phpt27 fwrite($fp, "se\r\n\r\n");
/PHP-7.1/ext/curl/tests/
H A Dcurl_copy_handle_basic_006.phpt29 …y) since it causes char * inputs to be invalid (see also: http://curl.haxx.se/libcurl/c/curl_easy_…
/PHP-7.1/ext/openssl/tests/
H A Dbug65538_002.phpt13 // We can't use http://curl.haxx.se/ca/cacert.pem for this test
/PHP-7.1/ext/standard/tests/strings/
H A Dstr_split_basic.phpt42 string(2) "se"
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));
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_oracle_nulls.phpt101 %unicode|string%(3) "%se"
118 %unicode|string%(3) "%se"
/PHP-7.1/ext/zip/
H A Dzip_stream.c54 int ze, se; in php_zip_ops_read() local
55 zip_file_error_get(self->zf, &ze, &se); in php_zip_ops_read()
/PHP-7.1/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-7.1/ext/intl/calendar/
H A Dcalendar_methods.cpp160 StringEnumeration *se = Calendar::getKeywordValuesForLocale(key, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
163 if (se == NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
178 StringEnumeration *se = new BugStringCharEnumeration(uenum); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
181 IntlIterator_from_StringEnumeration(se, return_value); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/PHP-7.1/ext/pdo_mysql/
H A Dconfig.m43 dnl vim: se ts=2 sw=2 et:
/PHP-7.1/sapi/cli/
H A Dphp_cli.c226 zend_extension *se = (zend_extension*)(*s)->data; in extension_name_cmp() local
227 return strcmp(fe->name, se->name); in extension_name_cmp()

Completed in 54 milliseconds

12