Home
last modified time | relevance | path

Searched refs:e (Results 1551 – 1566 of 1566) sorted by relevance

1...<<616263

/PHP-7.0/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-7.0/ext/pcre/pcrelib/testdata/
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-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c27635 e = e<10000 ? (e*10 + (*z - '0')) : 10000;
27646 e = (e*esign) + d;
27672 e--;
27703 while( e%22 ) { scale *= 1.0e+1; e -= 1; }
27704 while( e>0 ) { scale *= 1.0e+22; e -= 22; }
42769 e.i = 0;
42806 return e.nXor>nBuf ? nBuf : e.nXor;
64982 u8 e;
120011 int e;
120013 for(e=0; e<pEList->nExpr; e++){
[all …]
/PHP-7.0/ext/phar/tests/
H A Dbug45218_SLOWTESTU.phpt50 } catch (Exception $e) {
51 var_dump(get_class($e));
52 echo $e->getMessage() . "\n";
H A Dbug45218_SLOWTEST.phpt50 } catch (Exception $e) {
51 var_dump(get_class($e));
52 echo $e->getMessage() . "\n";
/PHP-7.0/ext/mbstring/libmbfl/
H A DLICENSE315 e) Verify that the user has already received a copy of these
/PHP-7.0/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-7.0/
H A DNEWS2409 . Fixed bug #68797 (Number 2.2250738585072012e-308 converted incorrectly).
2501 . Implemented FR #67106 (Split main fpm config). (Elan Ruusamäe, Remi)
2673 . Removed support for the /e (PREG_REPLACE_EVAL) modifier. (Nikita)
/PHP-7.0/Zend/
H A DZEND_CHANGES1033 variable. This works with arrays as well, on either side; e.g.,
/PHP-7.0/ext/mbstring/oniguruma/
H A DHISTORY750 use e->name_len in i_names().
799 (HashDataType* )((void* )(&e)) in regparse.c
/PHP-7.0/ext/pcre/pcrelib/
H A DREADME407 library this is sufficient. However, in some environments (e.g. if an
/PHP-7.0/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.0/ext/pgsql/
H A Dpgsql.c527 ZEND_ARG_INFO(0, e)
/PHP-7.0/tests/lang/
H A D024.phpt9 * right now, each test focuses in one aspect only (e.g. variable aliasing, arithemtic operator,

Completed in 746 milliseconds

1...<<616263