Home
last modified time | relevance | path

Searched refs:pre (Results 1 – 25 of 68) sorted by path

123

/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 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/Zend/
H A DZEND_CHANGES611 echo 'Exception: ' . $ex->getMessage() . 'with backtrace: <pre>';
613 echo '</pre>';
/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/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/dom/tests/
H A Dbug38474.phpt12 $xml = '<node xmlns:pre="http://foo.com/tr/pre"
14 pre:type="bar" type="foo" ><sub /></node>';
18 echo $dom->firstChild->getAttribute('pre:type')."\n";
20 $dom->firstChild->setAttribute('pre:type', 'bar2');
26 echo $dom->firstChild->getAttribute('pre:type')."\n";
29 $dom->firstChild->removeAttribute('pre:type');
33 echo $dom->firstChild->getAttribute('pre:type')."\n";
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW11 is an alphabetic. Stuff used for pre-ANSI systems is now in a subdir,
83 pre-screening of input when a literal string is known to be part of the
/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/ext/mbstring/
H A DREADME_PHP3-i18n-ja510 string = i18n_convert(string, encoding, pre-conversion-encoding)
513 pre-conversion-encoding is not defined, the given
523 pre-conversion-encoding
H A Dphp_mbregex.c58 static void php_mb_regex_free_cache(php_mb_regex_t **pre) in php_mb_regex_free_cache() argument
60 onig_free(*pre); in php_mb_regex_free_cache()
/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/ext/mysqli/tests/
H A Dmysqli_get_server_version.phpt21 /* < 30000 = pre 3.2.3, very unlikely! */
H A Dmysqli_stmt_multires.phpt39 var_dump("pre:",$c_id, $c_label);
65 var_dump("pre:",$c_id, $c_label);
103 string(4) "pre:"
111 string(4) "pre:"
/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/ext/pcre/pcrelib/testdata/
H A Dtestinput211 /-- Tests for reloading pre-compiled patterns. The first one gives an error
H A Dtestinput221 /-- Tests for reloading pre-compile patterns with UTF-16 or UTF-32 support. */
H A Dtestoutput21-161 /-- Tests for reloading pre-compiled patterns. The first one gives an error
H A Dtestoutput21-321 /-- Tests for reloading pre-compiled patterns. The first one gives an error
H A Dtestoutput22-161 /-- Tests for reloading pre-compile patterns with UTF-16 or UTF-32 support. */
H A Dtestoutput22-321 /-- Tests for reloading pre-compile patterns with UTF-16 or UTF-32 support. */
/PHP-5.5/ext/pcre/tests/
H A Dpcre.constants.phpt2 Test for pre-defined pcre constants
/PHP-5.5/ext/phar/tests/
H A D017.phpt6 if (version_compare(PHP_VERSION, "6.0", ">")) die("skip pre-unicode version of PHP required");
H A D018.phpt6 if (version_compare(PHP_VERSION, "6.0", ">")) die("skip pre-unicode version of PHP required");

Completed in 190 milliseconds

123