Home
last modified time | relevance | path

Searched refs:local (Results 101 – 125 of 130) sorted by path

123456

/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/standard/
H A Dconfig.m4431 for i in $PHP_PASSWORD_ARGON2 /usr /usr/local ; do
H A Dfilestat.c779 const char *local; in php_stat() local
786 …php_stream_locate_url_wrapper(filename, &local, 0)) == &php_plain_files_wrapper && php_check_open_… in php_stat()
796 RETURN_BOOL(VCWD_ACCESS(local, F_OK) == 0); in php_stat()
801 RETURN_BOOL(VCWD_ACCESS(local, W_OK) == 0); in php_stat()
806 RETURN_BOOL(VCWD_ACCESS(local, R_OK) == 0); in php_stat()
811 RETURN_BOOL(VCWD_ACCESS(local, X_OK) == 0); in php_stat()
/PHP-7.4/ext/standard/tests/file/
H A Dbug40374.phpt2 Bug #40374 (php_shutdown_temporary_directory() tries to free local value)
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 Dstream_rfc2397_003.phpt10 'data://application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local',
35 string(40) "select_vcount,fcol_from_fieldtable/local"
H A Dstream_rfc2397_005.phpt10 'data:application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local',
30 string(40) "select_vcount,fcol_from_fieldtable/local"
H A Dsymlink_link_linkinfo_is_link_variation3.phpt42 // storing size of symlink in a local variable
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt15 and local variable,$local_var */
18 echo "\n-- Value of local variable inside dump_globalvar() --\n";
27 /* calling function dump_globalvar() to check the reference count of local
128 -- Value of local variable inside dump_globalvar() --
H A Dget_defined_vars_basic.phpt21 echo "\n-- ..define some local variables --\n";
75 -- ..define some local variables --
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/mail/
H A Dbug80751.phpt38 var_dump(strpos($header, 'To: "<bob@example.com>" <info@mail.local>') !== false);
42 … var_dump(strpos($header, 'Cc: "Lastname, Firstname\\\\" <admin@mail.local>') !== false);
/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/tidy/
H A Dconfig.m411 TIDY_SEARCH_DIRS="/usr/local /usr"
/PHP-7.4/ext/xmlrpc/
H A Dconfig.m485 for i in /usr/local /usr; do
/PHP-7.4/
H A Dphp.ini-development558 ; and change docref_root to the base URL of your local copy including the
1054 ; Default socket name for local MySQL connects. If empty, uses the built-in
1143 ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
1162 ; Default socket name for local MySQL connects. If empty, uses the built-in
1731 ;tidy.default_config = /usr/local/lib/php/default.tcfg
1922 ; The location of a Certificate Authority (CA) file on the local filesystem
H A Dphp.ini-production558 ; and change docref_root to the base URL of your local copy including the
1054 ; Default socket name for local MySQL connects. If empty, uses the built-in
1143 ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
1162 ; Default socket name for local MySQL connects. If empty, uses the built-in
1731 ;tidy.default_config = /usr/local/lib/php/default.tcfg
1922 ; The location of a Certificate Authority (CA) file on the local filesystem
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in21 ; into a local file.
H A Dwww.conf.in411 ;env[PATH] = /usr/local/bin:/usr/bin:/bin
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc213 // try local php-fpm
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c345 struct sockaddr_un local, remote; in PHPDBG_COMMAND() local
356 local.sun_family = AF_UNIX; in PHPDBG_COMMAND()
357 …if (strlcpy(local.sun_path, PHPDBG_G(socket_path), sizeof(local.sun_path)) > sizeof(local.sun_path… in PHPDBG_COMMAND()
361 len = strlen(local.sun_path) + sizeof(local.sun_family); in PHPDBG_COMMAND()
362 if (bind(sl, (struct sockaddr *)&local, len) == -1) { in PHPDBG_COMMAND()

Completed in 42 milliseconds

123456