Home
last modified time | relevance | path

Searched refs:e (Results 1426 – 1445 of 1445) sorted by relevance

1...<<5152535455565758

/PHP-5.6/ext/fileinfo/tests/
H A Dmagic4969 >>>10 bedouble 8.642135e+130 big-endian
4974 >>>>12 bedouble 8.642135e+130 big-endian
4984 >>>16 bedouble 8.642135e+130 big-endian
11906 # All known start with: b8 c0 07 8e d8 b8 00 90 8e c0 b9 00 01 29 f6 29
15648 # iSiloX e-book
16722 # \001e
16886 # i.e. files in /usr/share/sendmail/cf/
17261 # From: Edwin Mons <e@ik.nu>
18206 >1 belong&0xffffff00 0x00007500 e-Tek
19930 # Then 'e'
[all …]
/PHP-5.6/ext/phar/tests/files/
H A Dpear2coverage.phar.php1294 } catch (\Exception $e) {
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput1294 /(?:a|b|c|d|e)(?R)/S++
96 /(?:a|b|c|d|e)(?R)(?R)/S++
98 /(a(?:a|b|c|d|e)b){8,16}/S++
H A Dtestoutput12190 /(?:a|b|c|d|e)(?R)/S++
192 /(?:a|b|c|d|e)(?R)(?R)/S++
194 /(a(?:a|b|c|d|e)b){8,16}/S++
/PHP-5.6/ext/date/lib/
H A Dparse_date.c23849 char *e = s + len - 1; in timelib_strtotime() local
23859 while (isspace(*s) && s < e) { in timelib_strtotime()
23862 while (isspace(*e) && e > s) { in timelib_strtotime()
23863 e--; in timelib_strtotime()
23866 if (e - s < 0) { in timelib_strtotime()
23878 e++; in timelib_strtotime()
23880 in.str = timelib_malloc((e - s) + YYMAXFILL); in timelib_strtotime()
23881 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtotime()
23882 memcpy(in.str, s, (e - s)); in timelib_strtotime()
23883 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtotime()
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd.c1377 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-5.6/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt50 } catch (Exception $e) {
51 var_dump(get_class($e));
52 echo $e->getMessage() . "\n";
H A Dbug45218_SLOWTESTU.phpt50 } catch (Exception $e) {
51 var_dump(get_class($e));
52 echo $e->getMessage() . "\n";
/PHP-5.6/
H A DNEWS2225 (Elan Ruusamäe, George)
3712 . Deprecated the /e modifier
3991 (Elan Ruusamäe, George)
4489 . Fixed bug #61827 (incorrect \e processing on Windows) (Anatoliy)
4850 to truncation, e.g. through ftruncate(). FR #53888. (Gustavo)
7456 . Allow building (e.g from PECL) the PHP 5.3-based OCI8 code with
8449 (int-e at gmx dot de)
9133 . c-client (imap) to version 2006e
9136 . openssl to version 0.9.8e
9204 multipart e-mails). (Ilia)
[all …]
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c23809 e = e<10000 ? (e*10 + (*z - '0')) : 10000;
23822 e = (e*esign) + d;
23840 while( !(s%10) && e>0 ) e--,s/=10;
23851 if( e>307 && e<342 ){
23852 while( e%308 ) { scale *= 1.0e+1; e -= 1; }
23869 while( e%22 ) { scale *= 1.0e+1; e -= 1; }
23870 while( e>0 ) { scale *= 1.0e+22; e -= 22; }
24777 LogEst e;
59580 u8 e;
112899 int e;
[all …]
/PHP-5.6/ext/mbstring/libmbfl/
H A DLICENSE315 e) Verify that the user has already received a copy of these
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt1257 libreadline this is sufficient. However, in some environments (e.g. if
2946 00 01 d a t e 00 ??
2949 00 02 y e a r 00 ??
5008 \e escape (hex 1B)
6539 (sens|respons)e and \1ibility
7173 (sens|respons)e and \1ibility
7178 (sens|respons)e and (?1)ibility
7210 (sens|respons)e and \g'1'ibility
7701 \e escape (hex 1B)
9806 pcrecpp::RE re("e");
[all …]
/PHP-5.6/ext/openssl/
H A Dopenssl.c3618 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, e); in PHP_FUNCTION()
3942 OPENSSL_PKEY_GET_BN(rsa, e); in PHP_FUNCTION()
/PHP-5.6/Zend/
H A DZEND_CHANGES1033 variable. This works with arrays as well, on either side; e.g.,
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY745 use e->name_len in i_names().
794 (HashDataType* )((void* )(&e)) in regparse.c
/PHP-5.6/ext/pcre/pcrelib/
H A DREADME407 library this is sufficient. However, in some environments (e.g. if an
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch1895 + ** implementations (e.g. Mozilla 1.0.1) are known to do
/PHP-5.6/ext/pgsql/
H A Dpgsql.c526 ZEND_ARG_INFO(0, e)
/PHP-5.6/ext/standard/tests/misc/
H A Dbrowscap.ini4414 [e-SocietyRobot(http://www.yama.info.waseda.ac.jp/~yamana/es/)]
4416 Browser="e-SocietyRobot"
/PHP-5.6/tests/lang/
H A D024.phpt9 * right now, each test focuses in one aspect only (e.g. variable aliasing, arithemtic operator,

Completed in 705 milliseconds

1...<<5152535455565758