Home
last modified time | relevance | path

Searched refs:e (Results 1751 – 1772 of 1772) sorted by relevance

1...<<71

/PHP-7.4/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type2.phpt9 $date_format = 'Y-m-d H:i:s T e';
/PHP-7.4/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt2292 &GT; => > 3e
2314 &Hat; => ^ 5e
3213 &gt; => > 3e
3739 &period; => . 2e
H A Dstr_replace.phpt18 var_dump( str_replace("e", "b", "test") );
/PHP-7.4/ext/standard/
H A Dfilters.c323 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
H A Durl_scanner_ex.re228 * i.e. If URL is only "?foo=bar", should not add "/?".
/PHP-7.4/ext/ffi/
H A Dffi.c4935 char *s = NULL, *e, *filename; local
4938 e = preload;
4939 while (*e) {
4940 switch (*e) {
4943 filename = estrndup(s, e-s);
4970 s = e;
4974 e++;
4977 filename = estrndup(s, e-s);
/PHP-7.4/ext/phar/
H A Dphar_object.c338 char *e = *entry + 1, *u = NULL, *u1 = NULL, *saveu = NULL; in phar_postprocess_ru_web() local
350 if (zend_hash_str_exists(&(pphar->manifest), e, e_len)) { in phar_postprocess_ru_web()
365 u1 = strrchr(e, '/'); in phar_postprocess_ru_web()
374 u = strrchr(e, '/'); in phar_postprocess_ru_web()
/PHP-7.4/ext/standard/html_tables/mappings/
H A DROMAN.TXT18 # b03 1999-Sep-22 Update contact e-mail address. Matches
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c2581 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます17941 # All known start with: b8 c0 07 8e d8 b8 00 90 8e c0 b9 00 01 29 f6 29
23193 # iSiloX e-book
23812 # - RSA (e=65537) secret (sub-)keys
23975 # contains e=65537 and the prolog to
23979 >0 string \x00\x11\x01\x00\x01 e=65537
25216 # \001e
25850 # From: Edwin Mons <e@ik.nu>
26394 >>6 byte 6 ZX Spectrum +3e
26979 >1 belong&0xffffff00 0x00007500 e-Tek
29966 # Then 'e'
[all …]
H A Dmagic17941 # All known start with: b8 c0 07 8e d8 b8 00 90 8e c0 b9 00 01 29 f6 29
23193 # iSiloX e-book
23812 # - RSA (e=65537) secret (sub-)keys
23975 # contains e=65537 and the prolog to
23979 >0 string \x00\x11\x01\x00\x01 e=65537
25216 # \001e
25850 # From: Edwin Mons <e@ik.nu>
26394 >>6 byte 6 ZX Spectrum +3e
26979 >1 belong&0xffffff00 0x00007500 e-Tek
29966 # Then 'e'
[all …]
/PHP-7.4/ext/date/lib/
H A Dparse_date.c24938 char *e = s + len - 1; in timelib_strtotime() local
24948 while (isspace(*s) && s < e) { in timelib_strtotime()
24951 while (isspace(*e) && e > s) { in timelib_strtotime()
24952 e--; in timelib_strtotime()
24955 if (e - s < 0) { in timelib_strtotime()
24967 e++; in timelib_strtotime()
24969 in.str = timelib_malloc((e - s) + YYMAXFILL); in timelib_strtotime()
24970 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtotime()
24971 memcpy(in.str, s, (e - s)); in timelib_strtotime()
24972 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtotime()
/PHP-7.4/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt49 } catch (Exception $e) {
50 var_dump(get_class($e));
51 echo $e->getMessage() . "\n";
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE315 e) Verify that the user has already received a copy of these
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE318 e) Verify that the user has already received a copy of these
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar1294 } catch (\Exception $e) {
/PHP-7.4/ext/standard/tests/misc/
H A Duser_agents.txt51 Lynx/2.8.5rel.1 libwww-FM/2.15FC SSL-MM/1.4.1c OpenSSL/0.9.7e-dev
H A Dbrowscap.ini4414 [e-SocietyRobot(http://www.yama.info.waseda.ac.jp/~yamana/es/)]
4416 Browser="e-SocietyRobot"
H A Dget_browser_variation3.phpt115 Agent Lynx/2.8.5rel.1 libwww-FM/2.15FC SSL-MM/1.4.1c OpenSSL/0.9.7e-dev
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3211 const char *s, *e;
/PHP-7.4/ext/pgsql/
H A Dpgsql.c525 ZEND_ARG_INFO(0, e)
/PHP-7.4/tests/lang/
H A D024.phpt9 * right now, each test focuses in one aspect only (e.g. variable aliasing, arithemtic operator,

Completed in 426 milliseconds

1...<<71