Searched refs:se (Results 1 – 25 of 33) sorted by relevance
12
/PHP-7.1/ext/zip/lib/ |
H A D | zip_error_to_str.c | 44 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 D | zip_error.c | 127 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 D | timezone_methods.cpp | 148 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 D | zend_strtod.h | 30 ZEND_API double zend_strtod(const char *s00, const char **se);
|
/PHP-7.1/ext/pdo_pgsql/tests/ |
H A D | config.inc | 1 <?php # vim:se ft=php:
|
H A D | is_in_transaction.phpt | 4 <?php # vim:se ft=php:
|
H A D | bug68199.phpt | 4 <?php # vim:se ft=php:
|
H A D | getnotify.phpt | 4 <?php # vim:se ft=php:
|
H A D | large_objects.phpt | 4 <?php # vim:se ft=php:
|
H A D | copy_to.phpt | 4 <?php # vim:se ft=php:
|
H A D | copy_from.phpt | 4 <?php # vim:se ft=php:
|
/PHP-7.1/ext/intl/common/ |
H A D | common_enum.h | 78 U_CFUNC void IntlIterator_from_StringEnumeration(StringEnumeration *se, zval *object);
|
H A D | common_enum.cpp | 140 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 D | bug70470.phpt | 27 fwrite($fp, "se\r\n\r\n");
|
/PHP-7.1/ext/curl/tests/ |
H A D | curl_copy_handle_basic_006.phpt | 29 …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 D | bug65538_002.phpt | 13 // We can't use http://curl.haxx.se/ca/cacert.pem for this test
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | str_split_basic.phpt | 42 string(2) "se"
|
H A D | strval_variation2.phpt | 26 $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 D | pdo_mysql_attr_oracle_nulls.phpt | 101 %unicode|string%(3) "%se" 118 %unicode|string%(3) "%se"
|
/PHP-7.1/ext/zip/ |
H A D | zip_stream.c | 54 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 D | config.m4 | 3 dnl vim:se ts=2 sw=2 et:
|
H A D | TODO | 91 vim:se et ts=2 sw=2 tw=78:
|
/PHP-7.1/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 160 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 D | config.m4 | 3 dnl vim: se ts=2 sw=2 et:
|
/PHP-7.1/sapi/cli/ |
H A D | php_cli.c | 226 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 32 milliseconds
12