Home
last modified time | relevance | path

Searched refs:prefix (Results 176 – 189 of 189) sorted by relevance

12345678

/PHP-5.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt111 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
/PHP-5.4/
H A DINSTALL186 6. ./configure --prefix=/www --enable-module=so
266 11. ./configure --prefix=/www --activate-module=src/modules/php5/libphp5.a
1453 --prefix [...]
1468 --prefix Directory prefix where PHP is installed, e.g. /usr/local
1473 --include-dir Directory prefix where header files are installed by
H A DREADME.REDIST.BINS82 This implementation is mostly compatible with OpenBSD's bcrypt.c (prefix
H A DUPGRADING87 session.upload_progress.prefix
H A DNEWS3405 . Added '-p/--prefix' to php-fpm to use a custom prefix and run multiple
3788 - Fixed handling of session variable serialization on certain prefix
3970 - Fixed bug #49490 (XPath namespace prefix conflict). (Rob)
4129 - Fixed bug #50334 (crypt ignores sha512 prefix). (Pierre)
4376 - Fixed bug #49018 (phar tar stores long filenames wit prefix/name reversed).
6564 - Added forward support for 'b' prefix in front of string literals. (Andrei)
8133 - Fixed bug #34850 (--program-suffix and --program-prefix not included in
H A Dltmain.sh1545 -inst-prefix-dir)
/PHP-5.4/Zend/
H A Dzend_compile.c2341 void zend_do_build_full_name(znode *result, znode *prefix, znode *name, int is_class_member TSRMLS_… in zend_do_build_full_name() argument
2346 result = prefix; in zend_do_build_full_name()
2348 *result = *prefix; in zend_do_build_full_name()
6674 void zend_do_build_namespace_name(znode *result, znode *prefix, znode *name TSRMLS_DC) /* {{{ */ in zend_do_build_namespace_name() argument
6676 if (prefix) { in zend_do_build_namespace_name()
6677 *result = *prefix; in zend_do_build_namespace_name()
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c855 #define ENCODE_PREFIX(prefix) \ argument
860 *inst = (prefix); \
/PHP-5.4/build/
H A Dlibtool.m4230 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
1475 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1480 # MinGW DLLs use traditional 'lib' prefix
1496 # pw32 DLLs use 'pw' prefix rather than 'lib'
4268 # Do we need the lib prefix for modules?
4301 # Format of library name prefix.
4609 # Try without a prefix undercore, then with it.
/PHP-5.4/ext/soap/
H A Dsoap.c3998 xmlChar *code = xmlBuildQName(BAD_CAST(str), nsptr->prefix, NULL, 0);
4024 xmlChar *code = xmlBuildQName(BAD_CAST(str), nsptr->prefix, NULL, 0);
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c21717 prefix = '-';
21734 prefix = 0;
21738 precision = width-(prefix!=0);
21773 if( prefix ) *(--bufpt) = prefix; /* Add sign */
21777 pre = &aPrefix[infop->prefix];
21796 prefix = '-';
21823 if( prefix=='-' ){
21825 }else if( prefix=='+' ){
21871 if( prefix ){
21872 *(bufpt++) = prefix;
[all …]
/PHP-5.4/win32/
H A Dinstall.txt1722 ./configure --prefix=/usr \
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog333 14. Improve pattern prefix search by a simplified Boyer-Moore algorithm in JIT.
335 faster than linear prefix searches.
4112 prefix path and installing with another. (Or so I'm told by someone who
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt5422 \p{Letter}) are not supported by PCRE, nor is it permitted to prefix
9939 out of the modifier in lowercase, without the "PCRE_" prefix. For

Completed in 500 milliseconds

12345678