Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 25 of 25) sorted by relevance

/PHP-7.4/scripts/dev/
H A Dmakedist28 --remote=<repo> Instead of using a local repository, retrieve a tar archive
29 from a remote repository.
60 scripts/dev/makedist --remote=git@git.php.net:php-src.git php-7.4.0
64 --remote)
67 remote=$2
74 --remote=?*)
76 remote=${1#*=}
78 --remote=)
108 if test -n "$remote"; then
109 remote_option="--remote=$remote"
[all …]
/PHP-7.4/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt67 echo "Received $buf from remote address $address and remote port $port" . PHP_EOL;
70 Received Ping! from remote address %s and remote port %d
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt71 echo "Received $buf from remote address $address and remote port $port" . PHP_EOL;
74 Received Ping! from remote address %s and remote port %d
H A Dsocket_sentto_recvfrom_ipv6_udp-win32.phpt47 echo "Received $buf from remote address $from and remote port $port" . PHP_EOL;
59 Received Ping! from remote address ::1 and remote port 1223
H A Dsocket_strerror.phpt90 string(16) "Object is remote"
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation14-win32.phpt106 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tm…
111 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tm…
116 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
121 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
126 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
131 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
136 Warning: fopen(): remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.…
141 Warning: fopen(): remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.…
158 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
163 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
[all …]
H A Dfopen_variation15-win32.phpt110 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir\fopen_variation15.tm…
115 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir\fopen_variation15.tm…
120 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
125 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
130 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
135 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
140 Warning: fopen(): remote host file access not supported, file://.\fopen15.tmpDir\fopen_variation15.…
145 Warning: fopen(): remote host file access not supported, file://.\fopen15.tmpDir\fopen_variation15.…
162 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
167 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
[all …]
H A Dfopen_variation14.phpt98 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
103 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
108 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
113 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
122 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
127 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
H A Dfopen_variation15.phpt102 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
107 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
112 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
117 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
126 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
131 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
/PHP-7.4/ext/ftp/tests/
H A D007.phpt28 var_dump(ftp_fget($ftp, $ftp, 'remote', 7777));
29 var_dump(ftp_nb_fget($ftp, $ftp, 'remote', 7777));
31 var_dump(ftp_get($ftp, 'local', 'remote', 7777));
32 var_dump(ftp_nb_get($ftp, 'local', 'remote', 7777));
34 var_dump(ftp_fput($ftp, 'remote', $ftp, 9999));
35 var_dump(ftp_nb_fput($ftp, 'remote', $ftp, 9999));
36 var_dump(ftp_put($ftp, 'remote', 'local', 9999));
37 var_dump(ftp_append($ftp, 'remote', 'local', 9999));
38 var_dump(ftp_nb_put($ftp, 'remote', 'local', 9999));
H A Dserver.inc200 fputs($s, "215 OS/400 is the remote operating system. The TCP/IP version is \"V5R2M0\"\r\n");
/PHP-7.4/ext/ftp/
H A Dphp_ftp.c977 char *local, *remote; in PHP_FUNCTION() local
1044 char *local, *remote; in PHP_FUNCTION() local
1161 char *remote; in PHP_FUNCTION() local
1181 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
1213 char *remote; in PHP_FUNCTION() local
1233 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
1266 char *remote, *local; in PHP_FUNCTION() local
1292 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
1322 char *remote, *local; in PHP_FUNCTION() local
1360 char *remote, *local; in PHP_FUNCTION() local
[all …]
/PHP-7.4/appveyor/
H A Dbuild.bat22 echo Cloning remote SDK repository
30 echo Fetching remote SDK repository
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_load_data.phpt9 // Run test only locally - not against remote hosts
15 die("skip Cannot detect if test is run against local or remote database server");
17 die("skip Test cannot be run against remote database server");
/PHP-7.4/ext/snmp/tests/
H A DREADME.md14 SNMP_HOSTNAME : IPv4 of remote SNMP agent
15 SNMP_HOSTNAME : IPv6 or remote SNMP agent
/PHP-7.4/sapi/phpdbg/
H A DREADME.md69 * `-l` listen ports for remote mode
70 * `-a` listen address for remote mode
H A Dphpdbg_wait.c345 struct sockaddr_un local, remote; in PHPDBG_COMMAND() local
374 rlen = sizeof(remote); in PHPDBG_COMMAND()
375 sr = accept(sl, (struct sockaddr *) &remote, (socklen_t *) &rlen); in PHPDBG_COMMAND()
H A Dphpdbg.c1380 zend_bool remote = 0; in main() local
1744 remote = 1; in main()
1831 if (remote) { in main()
1845 if (remote) { in main()
2116 if ((cleaning > 0 || remote) && !quit_immediately) { in main()
2202 if ((cleaning > 0 || remote) && !quit_immediately) { in main()
/PHP-7.4/ext/openssl/tests/
H A Dbug65538_002.phpt21 Warning: remote cafile streams are disabled for security purposes in %s on line %d
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_privileged.phpt17 …die("skip this test is unlikely to work with a remote database - unless an Oracle password file ha…
H A Dlob_029.phpt12 die("skip this test won't work with remote Oracle");
/PHP-7.4/docs/
H A Drelease-process.md52 * Set remote Git push URL for the PECL extension:
55 git remote set-url origin git@git.php.net:pecl/category/ext-name
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in304 ; %R: remote IP address
316 ; %u: remote user
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます29698 >>9 byte 23 GroupWise admin remote host database
H A Dmagic29698 >>9 byte 23 GroupWise admin remote host database

Completed in 175 milliseconds