Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 270) sorted by path

1234567891011

/PHP-7.4/
H A DNEWS1457 . Fixed bug #78334 (fpm log prefix message includes wrong stdout/stderr
1834 . Fixed bug #78334 (fpm log prefix message includes wrong stdout/stderr
2641 . Fixed bug #75251 (Missing program prefix and suffix). (petk)
H A DREADME.REDIST.BINS181 This implementation is mostly compatible with OpenBSD's bcrypt.c (prefix
H A DREADME.md82 Depending on your permissions and prefix, `make install` may need super user
H A DUPGRADING.INTERNALS263 - configure --help now also outputs --program-suffix and --program-prefix
H A Dconfigure.ac1030 o foobar package install prefix is /usr/local/foobar/
1208 test "$prefix" = "NONE" && prefix=/usr/local
1209 test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'
1219 '${prefix}/share')
1267 datarootdir=$prefix/share
1270 datarootdir=$prefix/php
1359 PHP_SUBST(prefix)
/PHP-7.4/TSRM/
H A Dtsrm.m48 PTH_PREFIX="`$1 --prefix`"
33 … to locate the State Threads header file. Please specify the prefix using --with-tsrm-st=/prefix])
/PHP-7.4/Zend/tests/
H A Dclass_alias_014.phpt2 Testing creation of alias to class name without namespace prefix
H A Dheredoc_013.phpt2 Heredoc with double quotes and wrong prefix
6 $var = prefix<<<"MYLABEL"
/PHP-7.4/Zend/tests/grammar/
H A Dregression_011.phpt2 Testing instantiation using namespace:: prefix
/PHP-7.4/Zend/
H A Dzend_ast.c2096 ZEND_API ZEND_COLD zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suff… in zend_ast_export() argument
2100 smart_str_appends(&str, prefix); in zend_ast_export()
H A Dzend_ast.h276 ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix);
H A Dzend_vm_gen.php167 $prefix = array( variable
655 global $prefix, $helpers;
695 return $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].$extra;
699 global $prefix, $opnames, $opcodes;
746 return $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].$extra;
1094 global $definition_file, $prefix, $opnames, $gen_order;
1124 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp…
1201 global $definition_file, $prefix;
1215 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp…
1439 … $spec_name = $dsc["op"]."_SPEC".$prefix[$op1].$prefix[$op2].extra_spec_name($extra_spec);
[all …]
/PHP-7.4/azure/
H A Dconfigure.yml9 --prefix=/usr \
H A Dmsan_job.yml24 --prefix=/usr \
/PHP-7.4/azure/i386/
H A Djob.yml19 --prefix=/usr \
/PHP-7.4/azure/macos/
H A Djob.yml23 --prefix=/usr/local \
/PHP-7.4/build/
H A Dlibtool.m4230 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
1477 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1482 # MinGW DLLs use traditional 'lib' prefix
1498 # pw32 DLLs use 'pw' prefix rather than 'lib'
4271 # Do we need the lib prefix for modules?
4304 # Format of library name prefix.
4612 # Try without a prefix undercore, then with it.
H A Dltmain.sh1545 -inst-prefix-dir)
H A Dphp.m41994 AC_MSG_ERROR([Please specify the install prefix of iconv with --with-iconv=<DIR>])
H A Dpkg.m4171 installed software in a non-standard prefix.
/PHP-7.4/docs/
H A Dself-contained-extensions.md117 For example, if you configured PHP with `--prefix=/php`, you would run
H A Dunix-build-system.md92 Make sure to prefix *all* relative paths correctly with either `$(builddir)` or
/PHP-7.4/ext/date/lib/
H A Dparse_date.re1991 // No prefix required by default.
2056 * 1. No prefix has been specified yet in the format, so expect 1:1
2058 * 2. Sequential prefix characters indicating that the second
2059 * prefix is escaped. (e.g. "%%" is expecting literal "%")
2078 /* Fall through case is that the prefix has been found and the next
/PHP-7.4/ext/dba/
H A Dinstall_cdb.sh18 prefix=$1
20 if test -z "$prefix"; then
21 prefix=/usr/local
24 echo "Using prefix $prefix"
26 if mkdir -p "$prefix/include" "$prefix/lib"; then
43 ar r "$prefix/lib/libcdb.a" *
44 ranlib "$prefix/lib/libcdb.a"
49 cp cdb.h uint32.h "$prefix/include"
/PHP-7.4/ext/dom/
H A Ddocument.c1032 nsptr = dom_get_ns(root, (char *) nodep->ns->href, &errorcode, (char *) nodep->ns->prefix); in PHP_FUNCTION()
1055 char *localname = NULL, *prefix = NULL; in PHP_FUNCTION() local
1066 errorcode = dom_check_qname(name, &localname, &prefix, uri_len, name_len); in PHP_FUNCTION()
1074 nsptr = dom_get_ns(nodep, uri, &errorcode, prefix); in PHP_FUNCTION()
1084 if (prefix != NULL) { in PHP_FUNCTION()
1085 xmlFree(prefix); in PHP_FUNCTION()
1120 char *localname = NULL, *prefix = NULL; in PHP_FUNCTION() local
1133 errorcode = dom_check_qname(name, &localname, &prefix, uri_len, name_len); in PHP_FUNCTION()
1140 nsptr = dom_get_ns(root, uri, &errorcode, prefix); in PHP_FUNCTION()
1154 if (prefix != NULL) { in PHP_FUNCTION()
[all …]

Completed in 88 milliseconds

1234567891011