Home
last modified time | relevance | path

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

12345678

/PHP-7.0/ext/xmlreader/
H A Dphp_xmlreader.c1193 ZEND_ARG_INFO(0, prefix)
/PHP-7.0/ext/standard/tests/file/
H A Dreadfile_basic.phpt19 $file_prefix = "readfile_basic"; // temp files created with this prefix
/PHP-7.0/
H A DREADME.RELEASE_PROCESS226 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 DNEWS192 . Fixed bug #75251 (Missing program prefix and suffix). (petk)
/PHP-7.0/ext/standard/
H A Dbasic_functions.c334 ZEND_ARG_INFO(0, prefix)
1061 ZEND_ARG_INFO(0, prefix)
1491 ZEND_ARG_INFO(0, prefix)
2574 ZEND_ARG_INFO(0, prefix)
/PHP-7.0/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.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c866 #define ENCODE_PREFIX(prefix) \ argument
871 *inst = (prefix); \
/PHP-7.0/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.0/ext/soap/
H A Dsoap.c4008 xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0);
4033 xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0);
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c25044 prefix = '-';
25061 prefix = 0;
25065 precision = width-(prefix!=0);
25100 if( prefix ) *(--bufpt) = prefix; /* Add sign */
25104 pre = &aPrefix[infop->prefix];
25123 prefix = '-';
25150 buf[0] = prefix;
25152 length = 3+(prefix!=0);
25193 if( prefix ){
25194 *(bufpt++) = prefix;
[all …]
/PHP-7.0/win32/
H A Dinstall.txt1580 ./configure --prefix=/usr \
/PHP-7.0/ext/pcre/pcrelib/
H A DChangeLog509 14. Improve pattern prefix search by a simplified Boyer-Moore algorithm in JIT.
511 faster than linear prefix searches.
4288 prefix path and installing with another. (Or so I'm told by someone who
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt5446 \p{Letter}) are not supported by PCRE, nor is it permitted to prefix
9963 out of the modifier in lowercase, without the "PCRE_" prefix. For

Completed in 490 milliseconds

12345678