Home
last modified time | relevance | path

Searched refs:prefix (Results 276 – 293 of 293) sorted by relevance

1...<<1112

/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY421 2006/09/13: [spec] remove 'Is' prefix check for property name
679 2005/08/01: [dist] add mkdir $prefix, mkdir $exec_prefix to make install.
1226 2004/03/16: [spec] allow prefix 'Is' for \p{...} in ONIG_SYNTAX_PERL.
1357 2004/01/16: [spec] change prefix REG_ -> ONIG_, regex_ onig_,
1404 2003/12/15: [spec] rename function prefix regex_get_prev_char_head(),
/PHP-7.2/ext/xmlreader/
H A Dphp_xmlreader.c1193 ZEND_ARG_INFO(0, prefix)
/PHP-7.2/ext/standard/tests/file/
H A Dreadfile_basic-win32.phpt19 $file_prefix = "readfile_basic"; // temp files created with this prefix
H A Dreadfile_basic.phpt19 $file_prefix = "readfile_basic"; // temp files created with this prefix
/PHP-7.2/ext/standard/
H A Dbasic_functions.c334 ZEND_ARG_INFO(0, prefix)
1060 ZEND_ARG_INFO(0, prefix)
1488 ZEND_ARG_INFO(0, prefix)
2584 ZEND_ARG_INFO(0, prefix)
/PHP-7.2/
H A DREADME.RELEASE_PROCESS237 g. if the windows builds aren't ready yet prefix the "windows" key with a dot (".windows")
H A DINSTALL1249 --prefix [...]
1264 --prefix Directory prefix where PHP is installed, e.g. /usr/local
1269 --include-dir Directory prefix where header files are installed by
H A DREADME.REDIST.BINS81 This implementation is mostly compatible with OpenBSD's bcrypt.c (prefix
H A Dltmain.sh1545 -inst-prefix-dir)
H A DNEWS1740 . Fixed bug #75251 (Missing program prefix and suffix). (petk)
/PHP-7.2/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt111 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c881 #define ENCODE_PREFIX(prefix) \ argument
886 *inst = (prefix); \
/PHP-7.2/build/
H A Dlibtool.m4230 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
1481 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1486 # MinGW DLLs use traditional 'lib' prefix
1502 # pw32 DLLs use 'pw' prefix rather than 'lib'
4275 # Do we need the lib prefix for modules?
4308 # Format of library name prefix.
4616 # Try without a prefix undercore, then with it.
/PHP-7.2/ext/soap/
H A Dsoap.c3964 xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0);
3989 xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0);
/PHP-7.2/win32/
H A Dinstall.txt1580 ./configure --prefix=/usr \
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c27652 prefix = '-';
27655 prefix = flag_prefix;
27669 prefix = 0;
27723 if( prefix ) *(--bufpt) = prefix; /* Add sign */
27746 prefix = '-';
27748 prefix = flag_prefix;
27771 buf[0] = prefix;
27773 length = 3+(prefix!=0);
27814 if( prefix ){
27815 *(bufpt++) = prefix;
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog695 14. Improve pattern prefix search by a simplified Boyer-Moore algorithm in JIT.
697 faster than linear prefix searches.
4474 prefix path and installing with another. (Or so I'm told by someone who
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt5446 \p{Letter}) are not supported by PCRE, nor is it permitted to prefix
10010 out of the modifier in lowercase, without the "PCRE_" prefix. For

Completed in 729 milliseconds

1...<<1112