Searched refs:PATH (Results 1 – 25 of 35) sorted by relevance
12
/php-src/ext/filter/tests/ |
H A D | bug71063.phpt | 6 PATH=/ 11 var_dump($_ENV['PATH']); 12 var_dump(filter_input(INPUT_ENV, 'PATH'));
|
/php-src/win32/build/ |
H A D | registersyslog.php | 5 $PATH = "SYSTEM\\CurrentControlSet\\Services\\Eventlog\\Application\\PHP-" . phpversion(); variable 13 [HKEY_LOCAL_MACHINE\\$PATH]
|
/php-src/sapi/cli/tests/ |
H A D | 023.phpt | 2 HOST/PATH ini sections test for cli 17 [PATH={$cwd}] 19 [PATH=/does/not/exist]
|
H A D | bug74600.phpt | 14 [PHP]\n;\rs=\000\000=\n;\r[PATH\000]\000\376 =\n
|
/php-src/ext/phar/tests/ |
H A D | bug74991.phpt | 14 …PATH = 'path'; set_include_path(str_repeat('x', MAXPATHLEN - strlen(__DIR__ . PATH_SEPARATOR . PAT…
|
/php-src/.github/actions/verify-generated-files/ |
H A D | action.yml | 8 [[ "$OSTYPE" == "darwin"* ]] && export PATH="$(brew --prefix)/opt/bison/bin:$PATH"
|
/php-src/Zend/tests/ |
H A D | bug38287.phpt | 16 // will print "PATH:Array" 17 print "PATH:".$not_there["use_authmodule"]."\n";
|
/php-src/.github/actions/configure-macos/ |
H A D | action.yml | 13 export PATH="$BREW_OPT/bison/bin:$PATH"
|
/php-src/sapi/fpm/tests/ |
H A D | socket-close-on-exec.phpt | 22 env[PATH] = $PATH
|
/php-src/ext/standard/tests/general_functions/ |
H A D | parse_ini_basic.data | 90 [PATH=${basicval}/no/quotes] 92 ;[PATH="${basicval}/path/quoted"] 93 ["PATH=${basicval}/all/quoted"]
|
H A D | parse_ini_basic.phpt | 210 ["PATH=FUBAR_VARIABLE/no/quotes"]=> 213 ["PATH=FUBAR_VARIABLE/all/quoted"]=>
|
/php-src/docs/ |
H A D | make.bat | 19 echo.may add the Sphinx directory to PATH.
|
/php-src/ext/intl/tests/ |
H A D | resourcebundle.build | 5 // DEFINE YOUR ICU TOOLS PATH HERE
|
/php-src/ext/standard/tests/file/windows_links/ |
H A D | bug48746_3.phpt | 13 die('skip. junction.exe not found in PATH.');
|
H A D | bug48746.phpt | 14 die("skip mklink.exe not found in PATH");
|
H A D | bug48746_1.phpt | 14 die("skip mklink.exe not found in PATH");
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg.init.d | 13 # Either set path to phpdbg here or rely on phpdbg in ENV/PATH #
|
/php-src/scripts/ |
H A D | phpize.m4 | 49 [AS_HELP_STRING([--with-php-config=PATH], 63 [AC_MSG_ERROR([Cannot find php-config. Please use --with-php-config=PATH])])
|
/php-src/ext/snmp/ |
H A D | config.m4 | 16 [AC_PATH_PROG([SNMP_CONFIG], [net-snmp-config],, [/usr/local/bin:$PATH])],
|
/php-src/.github/workflows/ |
H A D | push.yml | 215 export PATH="$(brew --prefix)/opt/bison/bin:$PATH"
|
/php-src/build/ |
H A D | pkg.m4 | 60 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) 179 is in your PATH or set the PKG_CONFIG environment variable to the full
|
H A D | libtool.m4 | 16 # Find the correct PATH separator. Usually this is :', but 473 for dir in $PATH /usr/ucb; do 1456 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' 1521 shlibpath_var=PATH 1709 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 1738 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 1777 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 1833 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' 2188 ac_dummy="ifelse([$2], , $PATH, [$2])" 2300 for ac_dir in $PATH; do [all …]
|
H A D | shtool | 265 opt_p="$PATH" 514 paths=`echo $PATH | sed -e 's/:/ /g'`
|
H A D | config.guess | 144 PATH=$PATH:/.attbin ; export PATH
|
/php-src/.github/scripts/windows/ |
H A D | test_task.bat | 69 path C:\Firebird;%PATH%
|
Completed in 52 milliseconds
12