Home
last modified time | relevance | path

Searched refs:local (Results 76 – 100 of 130) sorted by last modified time

123456

/PHP-7.4/Zend/tests/
H A D019.phpt313 * only the local variable is destroyed. The variable in the calling environment
336 * local variable is destroyed. The variable in the calling environment
/PHP-7.4/tests/security/
H A Dopen_basedir_001.phpt8 if (!is_dir("/usr/local/bin")) {
9 die('skip.. no /usr/local/bin on this machine');
12 open_basedir=/usr/local
15 var_dump(ini_set("open_basedir", "/usr/local/bin"));
21 string(10) "/usr/local"
22 string(14) "/usr/local/bin"
24 string(14) "/usr/local/bin"
/PHP-7.4/tests/lang/
H A Dbug20175.phpt38 * after the function call bar_global() is done in current local scope.
H A Dengine_assignExecutionOrder_001.phpt17 echo "\n\nOrder with local assignment:\n";
75 Order with local assignment:
/PHP-7.4/scripts/
H A Dphpize.m4170 test "$prefix" = "NONE" && prefix="/usr/local"
/PHP-7.4/sapi/phpdbg/
H A Dxml.md256 - <variableinfo num="" /> with num having an integer value, indicating the number of (local or s…
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in21 ; into a local file.
/PHP-7.4/ext/xmlrpc/
H A Dconfig.m485 for i in /usr/local /usr; do
/PHP-7.4/ext/tidy/
H A Dconfig.m411 TIDY_SEARCH_DIRS="/usr/local /usr"
/PHP-7.4/ext/standard/tests/network/
H A Dbug73594.phpt16 if (empty($out)) die("skip local resolver does not return additional records");
H A Dbug73594a.phpt16 if (empty($out)) die("skip local resolver does not return authority records");
/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt30 path = /usr/local/bin
224 [path] => /usr/local/bin
343 [path] => /usr/local/bin
/PHP-7.4/ext/standard/tests/image/
H A Diptcembed_002.phpt17 1) create local file 1x1 jpeg (without iptc) (use base64 content to create file)
20 4) write local file2 with iptcembed return content
/PHP-7.4/ext/standard/tests/file/
H A Dinclude_userstream_002.phpt2 local user streams must not be able to open() url's
H A Dparse_ini_file.phpt32 path = /usr/local/bin
234 [path] => /usr/local/bin
353 [path] => /usr/local/bin
H A Dbug40374.phpt2 Bug #40374 (php_shutdown_temporary_directory() tries to free local value)
/PHP-7.4/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt18 * we're dealing with interface-local traffic... */
H A Dmcast_ipv6_recv_limited.phpt15 * we're dealing with interface-local traffic... */
/PHP-7.4/ext/snmp/tests/
H A Dsnmp_include.inc21 $mibdir = getenv('SNMP_MIBDIR') ?: "/usr/local/share/snmp/mibs";
H A DREADME.md39 `/usr/local/etc/snmp/snmpd.conf` on FreeBSD) with `snmpd.conf` supplied.
/PHP-7.4/ext/skeleton/
H A Dconfig.m4.in37 dnl SEARCH_PATH="/usr/local /usr" # you might want to change this
/PHP-7.4/ext/pspell/
H A Dconfig.m411 PSPELL_SEARCH_DIRS="/usr/local /usr"
/PHP-7.4/ext/readline/
H A Dconfig.m418 for i in $PHP_READLINE /usr/local /usr; do
/PHP-7.4/ext/pgsql/
H A Dconfig.m414 for i in $PHP_PGSQL $PHP_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
31 PGSQL_SEARCH_PATHS="/usr /usr/local /usr/local/pgsql"
/PHP-7.4/ext/pdo_odbc/
H A Dconfig.m45 will check for unixODBC under /usr/local. You may attempt to use an otherwise
51 pdo_odbc_def_libdir=/usr/local/$PHP_LIBDIR
52 pdo_odbc_def_incdir=/usr/local/include
57 pdo_odbc_def_libdir=/usr/local/$PHP_LIBDIR
58 pdo_odbc_def_incdir=/usr/local/include

Completed in 42 milliseconds

123456