Home
last modified time | relevance | path

Searched refs:e (Results 1351 – 1371 of 1371) sorted by relevance

1...<<5152535455

/PHP-5.5/ext/standard/tests/strings/
H A Dstr_replace.phpt18 var_dump( str_replace("e", "b", "test") );
/PHP-5.5/ext/phar/tests/files/
H A Dpear2coverage.phar.php1294 } catch (\Exception $e) {
/PHP-5.5/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.5/ext/date/lib/
H A Dparse_date.c24719 char *e = s + len - 1; in timelib_strtotime() local
24729 while (isspace(*s) && s < e) { in timelib_strtotime()
24732 while (isspace(*e) && e > s) { in timelib_strtotime()
24733 e--; in timelib_strtotime()
24736 if (e - s < 0) { in timelib_strtotime()
24748 e++; in timelib_strtotime()
24750 in.str = malloc((e - s) + YYMAXFILL); in timelib_strtotime()
24751 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtotime()
24752 memcpy(in.str, s, (e - s)); in timelib_strtotime()
24753 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtotime()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c1349 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic11228 # All known start with: b8 c0 07 8e d8 b8 00 90 8e c0 b9 00 01 29 f6 29
12446 # GRR: Too weak; also matches other languages e.g. ML
14673 60 string zTXT A GutenPalm zTXT e-book
15632 >0 regex (modul|includ)e\ [A-Z]|def\ [a-z]
15652 # \001e
15755 # e.g., the example on the chemime site.
15816 # i.e. files in /usr/share/sendmail/cf/
16184 # From: Edwin Mons <e@ik.nu>
17063 >1 belong&0xffffff00 0x00007500 e-Tek
17266 0 search/4096 \\documentclass LaTeX 2e document text
[all …]
/PHP-5.5/
H A DNEWS1208 numbers plus the letter e). (Jakub Zelenka)
2134 . Deprecated the /e modifier
2413 (Elan Ruusamäe, George)
2911 . Fixed bug #61827 (incorrect \e processing on Windows) (Anatoliy)
3272 to truncation, e.g. through ftruncate(). FR #53888. (Gustavo)
5878 . Allow building (e.g from PECL) the PHP 5.3-based OCI8 code with
6871 (int-e at gmx dot de)
7555 . c-client (imap) to version 2006e
7558 . openssl to version 0.9.8e
7626 multipart e-mails). (Ilia)
[all …]
/PHP-5.5/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.5/ext/openssl/
H A Dopenssl.c3110 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, e); in PHP_FUNCTION()
3411 OPENSSL_PKEY_GET_BN(rsa, e); in PHP_FUNCTION()
/PHP-5.5/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.5/ext/mbstring/libmbfl/
H A DLICENSE315 e) Verify that the user has already received a copy of these
/PHP-5.5/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.5/Zend/
H A DZEND_CHANGES1033 variable. This works with arrays as well, on either side; e.g.,
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY726 use e->name_len in i_names().
775 (HashDataType* )((void* )(&e)) in regparse.c
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME407 library this is sufficient. However, in some environments (e.g. if an
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1895 + ** implementations (e.g. Mozilla 1.0.1) are known to do
/PHP-5.5/ext/pgsql/
H A Dpgsql.c515 ZEND_ARG_INFO(0, e)
/PHP-5.5/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.5/tests/lang/
H A D024.phpt9 * right now, each test focuses in one aspect only (e.g. variable aliasing, arithemtic operator,

Completed in 828 milliseconds

1...<<5152535455