Searched refs:PATH (Results 1 – 25 of 27) sorted by relevance
12
/PHP-7.3/win32/build/ |
H A D | registersyslog.php | 9 $PATH = "SYSTEM\\CurrentControlSet\\Services\\Eventlog\\Application\\PHP-" . phpversion(); variable 14 $key = @reg_create_key(HKEY_LOCAL_MACHINE, $PATH, KEY_ALL_ACCESS); 17 $key = reg_open_key(HKEY_LOCAL_MACHINE, $PATH, KEY_ALL_ACCESS); 36 [HKEY_LOCAL_MACHINE\\$PATH]
|
H A D | config.w32 | 42 PGOMGR = PATH_PROG('pgomgr', WshShell.Environment("Process").Item("PATH"));
|
/PHP-7.3/ext/filter/tests/ |
H A D | bug71063.phpt | 6 PATH=/ 11 var_dump($_ENV['PATH']); 12 var_dump(filter_input(INPUT_ENV, 'PATH'));
|
/PHP-7.3/sapi/cli/tests/ |
H A D | 023.phpt | 2 HOST/PATH ini sections test for cli 16 [PATH={$cwd}] 18 [PATH=/does/not/exist]
|
H A D | bug74600.phpt | 13 [PHP]\n;\rs=\000\000=\n;\r[PATH\000]\000\376 =\n
|
/PHP-7.3/ext/phar/tests/ |
H A D | bug74991.phpt | 14 …PATH = 'path'; set_include_path(str_repeat('x', MAXPATHLEN - strlen(__DIR__ . PATH_SEPARATOR . PAT…
|
/PHP-7.3/Zend/tests/ |
H A D | bug38287.phpt | 16 // will print "PATH:Array" 17 print "PATH:".$not_there["use_authmodule"]."\n";
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | parse_ini_basic.data | 88 [PATH=${basicval}/no/quotes] 90 ;[PATH="${basicval}/path/quoted"] 91 ["PATH=${basicval}/all/quoted"]
|
H A D | parse_ini_basic.phpt | 203 ["PATH=FUBAR_VARIABLE/no/quotes"]=> 206 ["PATH=FUBAR_VARIABLE/all/quoted"]=>
|
/PHP-7.3/ext/intl/tests/ |
H A D | resourcebundle.build | 4 // DEFINE YOUR ICU TOOLS PATH HERE
|
/PHP-7.3/ext/pspell/ |
H A D | README | 34 If that location is different, please specify it in --with-pspell=PATH, where 35 PATH is the path you specified for pspell libraries.
|
/PHP-7.3/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-7.3/ext/snmp/ |
H A D | config.m4 | 12 AC_PATH_PROG(SNMP_CONFIG,net-snmp-config,,[/usr/local/bin:$PATH])
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg.init.d | 13 # Either set path to phpdbg here or rely on phpdbg in ENV/PATH #
|
/PHP-7.3/scripts/ |
H A D | phpize.m4 | 39 [ --with-php-config=PATH Path to php-config [php-config]], php-config, no) 50 AC_MSG_ERROR([Cannot find php-config. Please use --with-php-config=PATH])
|
/PHP-7.3/build/ |
H A D | libtool.m4 | 16 # Find the correct PATH separator. Usually this is :', but 473 for dir in $PATH /usr/ucb; do 1445 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' 1510 shlibpath_var=PATH 1698 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 1727 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 1766 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 1822 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' 2177 ac_dummy="ifelse([$2], , $PATH, [$2])" 2289 for ac_dir in $PATH; do [all …]
|
H A D | shtool | 265 opt_p="$PATH" 514 paths=`echo $PATH | sed -e 's/:/ /g'`
|
/PHP-7.3/ |
H A D | config.guess | 127 PATH=$PATH:/.attbin ; export PATH
|
H A D | configure.ac | 971 [ --with-config-file-path=PATH 987 [ --with-config-file-scan-dir=PATH 1085 --with-EXTENSION=[shared[,PATH]]
|
H A D | acinclude.m4 | 2089 AC_PATH_PROG(PROG_SENDMAIL, sendmail, /usr/sbin/sendmail, $PATH:$PHP_ALT_PATH) 2099 AC_CHECK_PROGS(AWK, gawk nawk awk mawk, bork, /usr/xpg4/bin/:$PATH) 2214 AC_PATH_PROG(ICU_CONFIG, icu-config, no, [$PATH:/usr/local/bin]) 2273 AC_PATH_PROG(KRB5_CONFIG, krb5-config, no, [$PATH:/usr/kerberos/bin:/usr/local/bin])
|
/PHP-7.3/ext/mbstring/oniguruma/ |
H A D | INSTALL | 243 On Solaris, don't put '/usr/ucb' early in your 'PATH'. This 246 in your 'PATH', put it _after_ '/usr/bin'.
|
/PHP-7.3/sapi/fpm/ |
H A D | www.conf.in | 410 ;env[PATH] = /usr/local/bin:/usr/bin:/bin
|
/PHP-7.3/ext/phar/phar/ |
H A D | pharcommand.inc | 216 $path = explode(PATH_SEPARATOR, $_ENV['PATH']);
|
Completed in 56 milliseconds
12