/PHP-7.2/ext/standard/tests/file/ |
H A D | fopen_variation14-win32.phpt | 106 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 D | fopen_variation15-win32.phpt | 110 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 D | fopen_variation14.phpt | 98 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 D | fopen_variation15.phpt | 102 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.2/ext/sockets/tests/ |
H A D | socket_sentto_recvfrom_ipv4_udp.phpt | 45 echo "Received $buf from remote address $from and remote port $port" . PHP_EOL; 55 Received Ping! from remote address 127.0.0.1 and remote port 1223
|
H A D | socket_sentto_recvfrom_ipv6_udp.phpt | 47 echo "Received $buf from remote address $from and remote port $port" . PHP_EOL; 58 Received Ping! from remote address ::1 and remote port 1223
|
H A D | socket_sentto_recvfrom_ipv6_udp-win32.phpt | 47 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 D | socket_strerror.phpt | 90 string(16) "Object is remote"
|
/PHP-7.2/ext/ftp/ |
H A D | php_ftp.c | 955 char *local, *remote; in PHP_FUNCTION() local 1020 char *local, *remote; in PHP_FUNCTION() local 1135 char *remote; in PHP_FUNCTION() local 1155 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION() 1185 char *remote; in PHP_FUNCTION() local 1205 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION() 1236 char *remote, *local; in PHP_FUNCTION() local 1262 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION() 1290 char *remote, *local; in PHP_FUNCTION() local 1326 char *remote, *local; in PHP_FUNCTION() local [all …]
|
/PHP-7.2/appveyor/ |
H A D | build.bat | 22 echo Cloning remote SDK repository 30 echo Fetching remote SDK repository
|
/PHP-7.2/sapi/phpdbg/ |
H A D | Changelog.md | 13 7. Added init.d for remote console (redhat) 27 6. Added remote console mode
|
H A D | README.md | 72 - -l listen ports for remote mode 73 - -a listen address for remote mode
|
H A D | phpdbg_wait.c | 343 struct sockaddr_un local, remote; in PHPDBG_COMMAND() local 372 rlen = sizeof(remote); in PHPDBG_COMMAND() 373 sr = accept(sl, (struct sockaddr *) &remote, (socklen_t *) &rlen); in PHPDBG_COMMAND()
|
H A D | phpdbg.c | 1384 zend_bool remote = 0; in main() local 1744 remote = 1; in main() 1831 if (remote) { in main() 1845 if (remote) { in main() 2108 if ((cleaning > 0 || remote) && !quit_immediately) { in main() 2198 if ((cleaning > 0 || remote) && !quit_immediately) { in main()
|
/PHP-7.2/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_exec_load_data.phpt | 9 // 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");
|
H A D | pdo_mysql_prepare_load_data.phpt | 9 // 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.2/ext/snmp/tests/ |
H A D | README | 12 SNMP_HOSTNAME : IPv4 of remote SNMP agent 13 SNMP_HOSTNAME : IPv6 or remote SNMP agent
|
/PHP-7.2/ext/openssl/tests/ |
H A D | bug65538_002.phpt | 21 Warning: remote cafile streams are disabled for security purposes in %s on line %d
|
/PHP-7.2/ |
H A D | makedist | 75 git archive --format=tar --remote=$PHPROOT refs/tags/php-$VER --prefix=php-$VER/ | (cd $MY_OLDPWD; …
|
H A D | INSTALL | 402 Connecting to remote FCGI instances 404 Fastcgi instances can be spawned on multiple remote machines in order 407 Example #3 Connecting to remote php-fastcgi instances
|
/PHP-7.2/ext/oci8/tests/ |
H A D | drcp_privileged.phpt | 17 …die("skip this test is unlikely to work with a remote database - unless an Oracle password file ha…
|
H A D | lob_029.phpt | 12 die("skip this test won't work with remote Oracle");
|
/PHP-7.2/sapi/cgi/ |
H A D | README.FastCGI | 37 If your web server sits on a remote host, you can make FastCGI listen
|
/PHP-7.2/sapi/fpm/ |
H A D | www.conf.in | 303 ; %R: remote IP address 315 ; %u: remote user
|
/PHP-7.2/ext/ftp/tests/ |
H A D | server.inc | 206 fputs($s, "215 OS/400 is the remote operating system. The TCP/IP version is \"V5R2M0\"\r\n");
|