Home
last modified time | relevance | path

Searched refs:pre (Results 51 – 68 of 68) sorted by relevance

123

/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure122 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
126 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c1780 OnigCodePoint pre, from, *data, to = 0; in not_code_range_buf() local
1794 pre = MBCODE_START_POS(enc); in not_code_range_buf()
1798 if (pre <= from - 1) { in not_code_range_buf()
1799 r = add_code_range_to_buf(pbuf, pre, from - 1); in not_code_range_buf()
1803 pre = to + 1; in not_code_range_buf()
/PHP-5.5/Zend/
H A DZEND_CHANGES611 echo 'Exception: ' . $ex->getMessage() . 'with backtrace: <pre>';
613 echo '</pre>';
/PHP-5.5/
H A DINSTALL127 with a compile and configure process, or through various pre-packaged
857 compile it, or install a pre-compiled binary.
859 Official pre-compiled packages are located here:
1082 There are a few pre-packaged and pre-compiled versions of PHP for Mac
1275 it into PHP, or load the DLL. Loading a pre-compiled extension is the
H A Dphp.ini-development1217 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1221 ; Size of a pre-allocated buffer used for reading data sent by the server in
H A Dphp.ini-production1217 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1221 ; Size of a pre-allocated buffer used for reading data sent by the server in
H A DNEWS3239 . Optimized access to global constants using values with pre-calculated
8163 re-added it for other SAPIs (restore to pre 5.1.x behavior). (Edin)
9176 - Changed stream_filter_(ap|pre)pend() to return resource. (Sara)
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt1638 "&pre;",
3772 &pre; => ⪯ e2aaaf
/PHP-5.5/ext/standard/html_tables/
H A Dents_html5.txt1633 pre 02AAF
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar667 * Create an instance of each pre-condition and run their check methods
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog632 actual compiling pass, the information is remembered during the pre-compile
2528 pre-defined.
2622 pre-7.6 versions, which defined a global no_arg variable instead of putting
3200 hundred) was running out of internal workspace during the pre-compile
4576 8. Three pre-processor statements accidentally did not start in column 1.
5452 character in the pattern, and pre-searching the subject to ensure it is present
5836 1. Fixed bug in pre-pass concerning escaped "normal" characters such as \x5c or
H A DREADME781 pre-compiled patterns.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1840 feed) character, the two-character sequence CRLF, any of the three pre-
2286 or UTF-32 in the 16-bit and 32-bit libraries). In particular, it pre-
2678 vided for use with pre-compiled patterns that have been saved and
3206 The tables field is provided for use with patterns that have been pre-
3362 pre-scan of the subject that takes place before the pattern is run.
4830 feed) character, the two-character sequence CRLF, any of the three pre-
6422 must swallow everything it can. So, while both \d+ and \d+? are pre-
6758 three characters are not "999". This pattern does not match "foo" pre-
6810 the condition is true if a capturing subpattern of that number has pre-
8381 For a program that may be linked with pre-8.20 versions of PCRE, you
[all …]
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch785 + "post-check=0, pre-check=0\r\n"
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1580 # pre-POSIX "tar" archives are handled in the C code.
1608 0 string 070707 ASCII cpio archive (pre-SVR4 or odc)
4488 0 belong 0515 Convex old-style pre-paged executable
4490 0 belong 0517 Convex old-style pre-paged, non-swapped executable
4518 >88 belong &0x00000002 pre-paged
11517 0 string (SYSTEM::VERSION\040' CLISP byte-compiled Lisp program (pre 2004-03-27)
16713 # Values for big-endian Sun (MC680x0, SPARC) binaries on pre-5.x
18073 # Some pre-1.0 CVS snapshots still had "Xiphphorus"...
18074 >>>>>>(84.b+120) string >20011231 (pre-1.0 CVS)
18078 >>>>>>(84.b+117) string <20020717 (pre-1.0 CVS)
[all …]
/PHP-5.5/build/
H A Dlibtool.m4832 # Worse, since 9x/ME are not pre-emptively multitasking,
3462 # Workaround some broken pre-1.5 toolchains
/PHP-5.5/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt6 if (version_compare(PHP_VERSION, "6.0", ">")) die("skip pre-unicode version of PHP required");
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c21775 const char *pre;
21777 pre = &aPrefix[infop->prefix];
21778 for(; (x=(*pre))!=0; pre++) *(--bufpt) = x;

Completed in 493 milliseconds

123