Home
last modified time | relevance | path

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

12

/PHP-7.3/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.3/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-64.macros145 A##se ^= De; \
146 Bsu = ROL64(A##se, 2); \
150 Ce ^= E##se; \
241 A##se ^= De; \
242 Bsu = ROL64(A##se, 2); \
353 A##se ^= De; \
358 Ce ^= E##se; \
449 A##se ^= De; \
482 X##se = state[21]; \
509 state[21] = X##se; \
[all …]
/PHP-7.3/ext/intl/timezone/
H A Dtimezone_methods.cpp152 StringEnumeration *se = NULL; in PHP_FUNCTION() local
164 se = TimeZone::createEnumeration(); in PHP_FUNCTION()
173 se = TimeZone::createEnumeration((int32_t) Z_LVAL_P(arg)); in PHP_FUNCTION()
194 se = TimeZone::createEnumeration(Z_STRVAL_P(arg)); in PHP_FUNCTION()
201 if (se) { in PHP_FUNCTION()
202 IntlIterator_from_StringEnumeration(se, return_value); in PHP_FUNCTION()
272 StringEnumeration *se; in PHP_FUNCTION() local
274 se = TimeZone::createTimeZoneIDEnumeration((USystemTimeZoneType)zoneType, in PHP_FUNCTION()
279 IntlIterator_from_StringEnumeration(se, return_value); in PHP_FUNCTION()
/PHP-7.3/Zend/
H A Dzend_strtod.h28 ZEND_API double zend_strtod(const char *s00, const char **se);
/PHP-7.3/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 Dgetnotify.phpt4 <?php # vim:se ft=php:
H A Dbug68199.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.3/sapi/cli/tests/
H A Dbug70470.phpt27 fwrite($fp, "se\r\n\r\n");
/PHP-7.3/ext/intl/common/
H A Dcommon_enum.h79 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.3/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.3/ext/openssl/tests/
H A Dbug65538_002.phpt13 // We can't use http://curl.haxx.se/ca/cacert.pem for this test
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_oracle_nulls.phpt101 string(3) "%se"
118 string(3) "%se"
/PHP-7.3/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.3/ext/pdo/
H A Dconfig.m42 dnl vim:se ts=2 sw=2 et:
/PHP-7.3/ext/zip/
H A Dzip_stream.c57 int ze, se; in php_zip_ops_read() local
58 zip_file_error_get(self->zf, &ze, &se); in php_zip_ops_read()
/PHP-7.3/ext/intl/calendar/
H A Dcalendar_methods.cpp165 StringEnumeration *se = Calendar::getKeywordValuesForLocale(key, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
168 if (se == NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
183 StringEnumeration *se = new BugStringCharEnumeration(uenum); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
186 IntlIterator_from_StringEnumeration(se, return_value); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/PHP-7.3/ext/pdo_mysql/
H A Dconfig.m42 dnl vim: se ts=2 sw=2 et:
/PHP-7.3/sapi/cli/
H A Dphp_cli.c225 zend_extension *se = (zend_extension*)(*s)->data; in extension_name_cmp() local
226 return strcmp(fe->name, se->name); in extension_name_cmp()

Completed in 54 milliseconds

12