Home
last modified time | relevance | path

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

/php-src/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-src/ext/intl/timezone/
H A Dtimezone_methods.cpp138 StringEnumeration *se = NULL; in PHP_FUNCTION() local
148 se = TimeZone::createEnumeration(); in PHP_FUNCTION()
157 se = TimeZone::createEnumeration((int32_t) Z_LVAL_P(arg)); in PHP_FUNCTION()
180 se = TimeZone::createEnumeration(Z_STRVAL_P(arg)); in PHP_FUNCTION()
187 if (se) { in PHP_FUNCTION()
188 IntlIterator_from_StringEnumeration(se, return_value); in PHP_FUNCTION()
253 StringEnumeration *se; in PHP_FUNCTION() local
255 se = TimeZone::createTimeZoneIDEnumeration((USystemTimeZoneType)zoneType, in PHP_FUNCTION()
259 IntlIterator_from_StringEnumeration(se, return_value); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_strtod.h36 ZEND_API double zend_strtod(const char *s00, const char **se);
H A Dzend_strtod.c2523 (s00, se) CONST char *s00; char **se; in zend_strtod() argument
2525 (const char *s00, const char **se)
3596 if (se)
3597 *se = (char *)s;
/php-src/sapi/cli/tests/
H A Dbug70470.phpt23 fwrite($fp, "se\r\n\r\n");
/php-src/ext/intl/common/
H A Dcommon_enum.h77 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-src/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-src/ext/mbstring/tests/
H A Dqprint_encoding.phpt23 testConversion("J'interdis aux marchands de vanter trop leurs marchandises. Car ils se font vite pé…
24 …lle", "J'interdis aux marchands de vanter trop leurs marchandises. Car ils se f=\r\nont vite p=C3=…
H A Dmb_detect_encoding.phpt319 'Co je v domě, to se počítá.',
324 'Co se škádlívá, to se rádo mívá.',
325 'Co se v mládí naučíš, ke stáru jako když najdeš.',
336 'Čiň čertu dobře, peklem se ti odmění.',
371 'Žádná píseň není tak dlouhá, aby jí nebyl konec.',
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_oracle_nulls.phpt94 string(3) "%se"
111 string(3) "%se"
/php-src/ext/openssl/tests/
H A Dbug65538_002.phpt14 // We can't use http://curl.haxx.se/ca/cacert.pem for this test
/php-src/ext/standard/tests/strings/
H A Dstr_split_basic.phpt38 string(2) "se"
H A Dstrval_variation2.phpt21 $se = "\xe0\xe1\xe2\xe3\xe4\xe5\xe6\xe7\xe8\xe9\xea\xeb\xec\xed\xee\xef";
52 echo bin2hex(strval($se));
/php-src/ext/zip/
H A Dzip_stream.c55 int ze, se; in php_zip_ops_read() local
56 zip_file_error_get(self->zf, &ze, &se); in php_zip_ops_read()
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp176 StringEnumeration *se = Calendar::getKeywordValuesForLocale(key, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
179 if (se == NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
185 IntlIterator_from_StringEnumeration(se, return_value); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/php-src/sapi/cli/
H A Dphp_cli.c213 zend_extension *se = (zend_extension*)(*s)->data; in extension_name_cmp() local
214 return strcmp(fe->name, se->name); in extension_name_cmp()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c221 zend_extension *se = (zend_extension*)(*s)->data; in extension_name_cmp() local
222 return strcmp(fe->name, se->name); in extension_name_cmp()
/php-src/sapi/cgi/
H A Dcgi_main.c272 zend_extension *se = (zend_extension*)(*s)->data; in extension_name_cmp() local
273 return strcmp(fe->name, se->name); in extension_name_cmp()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます8333 # Ulf Harnhammar <ulfh@update.uu.se>
8939 # Reference: http://gbdev.gg8.se/wiki/articles/The_Cartridge_Header
9223 # Reference: https://mc.pp.se/dc/ip0000.bin.html
25240 # TNEF magic From "Joomy" <joomy@se-ed.net>
35261 # Ulf Harnhammar <ulfh@update.uu.se>
35769 # NetStumbler log files. Not really packets, per se, but about as
H A Dmagic8333 # Ulf Harnhammar <ulfh@update.uu.se>
8939 # Reference: http://gbdev.gg8.se/wiki/articles/The_Cartridge_Header
9223 # Reference: https://mc.pp.se/dc/ip0000.bin.html
25240 # TNEF magic From "Joomy" <joomy@se-ed.net>
35261 # Ulf Harnhammar <ulfh@update.uu.se>
35769 # NetStumbler log files. Not really packets, per se, but about as

Completed in 252 milliseconds