Home
last modified time | relevance | path

Searched refs:script (Results 151 – 165 of 165) sorted by relevance

1234567

/PHP-5.4/Zend/
H A Dzend_language_scanner.c280 static const zend_encoding *zend_multibyte_detect_utf_encoding(const unsigned char *script, size_t … in zend_multibyte_detect_utf_encoding() argument
287 p = script; in zend_multibyte_detect_utf_encoding()
288 while ((p-script) < script_size) { in zend_multibyte_detect_utf_encoding()
289 p = memchr(p, 0, script_size-(p-script)-2); in zend_multibyte_detect_utf_encoding()
303 p = script; in zend_multibyte_detect_utf_encoding()
304 while ((p-script) < script_size) { in zend_multibyte_detect_utf_encoding()
H A DZEND_CHANGES1066 result sets weren't destroyed until the end of the script's
/PHP-5.4/
H A DCODING_STANDARDS257 The "proto" keyword there is just a helper for the doc/genfuncsummary script
H A DNEWS436 . Fixed bug #67390 (insecure temporary file use in the configure script).
891 . Fixed bug #65088 (Generated configure script is malformed on OpenBSD).
1441 . Fixed bug #62216 (Add PID to php-fpm init.d script). (fat)
1933 configure script with ./buildconf. Autoconf 2.60+ is desirable
2131 . Implement FR #54514 (Get php binary path during script execution).
3873 - Fixed bug #51627 (script path not correctly evaluated).
4638 time of script repeated several times. (Dmitry)
6965 a PHP script. (Ilia)
7230 - Fixed bug #38211 (variable name and cookie name match breaks script
7381 - Fixed bug #35512 (Lack of read permission on main script results in
[all …]
H A DUPGRADING100 "declare(encoding=...)" directive appears at the top of the script.
H A Dltmain.sh4973 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5070 /* we know the script has the same name, without the .exe */
/PHP-5.4/ext/intl/doc/
H A DTutorial.txt112 In short attribute names, <language>_<script>_<region>_<keyword>.
/PHP-5.4/build/
H A Dlibtool.m4205 # Use C for the default configuration in the libtool script
405 # Add some code to the start of the generated configure script which
1930 AC_MSG_WARN([output file \`$ofile' does not look like a libtool script])
4007 # If TAGNAME is not passed, then create an initial libtool script
4024 # variables and quote the copies for generation of the libtool script.
4138 # configuration script generated by Autoconf, you may include it under
4151 # The names of the tagged configurations supported by this script.
4376 # Same as above, but a single script fragment to be evaled but not shown.
4497 # libtool script then.
5529 … $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdi…
/PHP-5.4/ext/oci8/tests/
H A Dbug43492.phpt36 If either or both of the lines marked (*) are removed, then the script
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt492 When PCRE is being built, the RunTest script that is called by "make
820 When PCRE is being built, the RunTest script that is called by "make
856 PCRE is distributed with a configure script that can be used to build
873 configure script, where the optional features are selected or dese-
939 By default, if the 8-bit library is being built, the configure script
4570 erties such as Lu and Nd, script names such as Greek or Han, and the
5313 script names, the general category properties, "Any", which matches any
5320 A character from one of these sets can be matched using a script name.
5326 Those that are not part of an identified script are lumped together as
5469 3. Do not break Hangul (a Korean script) syllable sequences. Hangul
[all …]
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch821 - ** syslogd puts it in. The included syslogtocern script turns the
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_exec.c2584 if ((ecode[2] != prop->script) == (op == OP_PROP)) in match()
H A Dpcre_compile.c2828 return (pdata == prop->script) == negated; in check_char_prop()
H A Dpcre_jit_compile.c4948 …IT_MOV, scriptreg, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, script)); in compile_xclass_matchingpath()
4954 …DD, TMP2, 0, TMP2, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, script)); in compile_xclass_matchingpath()
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY1666 2003/01/07: [inst] add new test script (test.rb).

Completed in 198 milliseconds

1234567