Home
last modified time | relevance | path

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

/php-src/scripts/dev/
H A Dmakedist37 --remote=<repo> Instead of using a local repository, retrieve a tar archive
38 from a remote repository.
69 scripts/dev/makedist --remote=git@github.com:php/php-src.git php-7.4.0
73 --remote)
76 remote=$2
83 --remote=?*)
85 remote=${1#*=}
87 --remote=)
117 if test -n "$remote"; then
118 remote_option="--remote=$remote"
[all …]
/php-src/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt63 echo "Received $buf from remote address $address and remote port $port" . PHP_EOL;
66 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.phpt45 echo "Received $buf from remote address $from and remote port $port" . PHP_EOL;
51 Received Ping! from remote address ::1 and remote port 1223
/php-src/ext/ftp/
H A Dphp_ftp.c685 char *local, *remote; in PHP_FUNCTION() local
748 char *local, *remote; in PHP_FUNCTION() local
857 char *remote; in PHP_FUNCTION() local
874 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
905 char *remote; in PHP_FUNCTION() local
922 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
954 char *remote, *local; in PHP_FUNCTION() local
977 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
1006 char *remote, *local; in PHP_FUNCTION() local
1040 char *remote, *local; in PHP_FUNCTION() local
[all …]
/php-src/ext/ftp/tests/
H A D007.phpt84 var_dump(ftp_fget($ftp, $ftp, 'remote', 7777));
89 var_dump(ftp_nb_fget($ftp, $ftp, 'remote', 7777));
99 var_dump(ftp_get($ftp, 'local', 'remote', 7777));
104 var_dump(ftp_nb_get($ftp, 'local', 'remote', 7777));
114 var_dump(ftp_fput($ftp, 'remote', $ftp, 9999));
119 var_dump(ftp_nb_fput($ftp, 'remote', $ftp, 9999));
124 var_dump(ftp_put($ftp, 'remote', 'local', 9999));
129 var_dump(ftp_append($ftp, 'remote', 'local', 9999));
134 var_dump(ftp_nb_put($ftp, 'remote', 'local', 9999));
H A Dserver.inc164 … fputs($s, "215 OS/400 is the remote operating system. The TCP/IP version is \"V5R2M0\"\r\n");
/php-src/.github/scripts/windows/
H A Dbuild.bat25 echo Cloning remote SDK repository
33 echo Fetching remote SDK repository
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_load_data.phpt10 // Run test only locally - not against remote hosts
16 die("skip Cannot detect if test is run against local or remote database server");
18 die("skip Test cannot be run against remote database server");
/php-src/ext/snmp/tests/
H A DREADME.md14 SNMP_HOSTNAME : IPv4 of remote SNMP agent
15 SNMP_HOSTNAME : IPv6 or remote SNMP agent
/php-src/ext/openssl/tests/
H A Dbug65538_002.phpt22 Warning: remote cafile streams are disabled for security purposes in %s on line %d
/php-src/sapi/fpm/
H A Dwww.conf.in339 ; %R: remote IP address
351 ; %u: remote user
/php-src/ext/standard/
H A Dbasic_functions.stub.php3458 function stream_socket_get_name($socket, bool $remote): string|false {}
H A Dbasic_functions_arginfo.h1904 ZEND_ARG_TYPE_INFO(0, remote, _IS_BOOL, 0)
/php-src/docs/
H A Drelease-process.md90 9. It might be helpful to name your remote repositories something other than
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます7763 # file(1) magic(5) data for Phillips remote controls
7765 # Exchange format for Philips Pronto universal infrared remote controls
7766 # A CCF file describes a learned/customized remote control,
7773 >32 string CCF\x00 Philips Pronto IR remote control CCF
34144 # remote-path to video file
40431 >>9 byte 23 GroupWise admin remote host database
H A Dmagic7763 # file(1) magic(5) data for Phillips remote controls
7765 # Exchange format for Philips Pronto universal infrared remote controls
7766 # A CCF file describes a learned/customized remote control,
7773 >32 string CCF\x00 Philips Pronto IR remote control CCF
34144 # remote-path to video file
40431 >>9 byte 23 GroupWise admin remote host database

Completed in 237 milliseconds