Home
last modified time | relevance | path

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

12

/PHP-7.0/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.0/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt45 echo "Received $buf from remote address $from and remote port $port" . PHP_EOL;
56 Received Ping! from remote address 127.0.0.1 and remote port 1223
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt47 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 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.phpt91 string(16) "Object is remote"
/PHP-7.0/ext/ftp/
H A Dphp_ftp.c908 char *local, *remote; in PHP_FUNCTION() local
973 char *local, *remote; in PHP_FUNCTION() local
1088 char *remote; in PHP_FUNCTION() local
1108 startpos = ftp_size(ftp, remote); in PHP_FUNCTION()
1118 if (!ftp_put(ftp, remote, stream, xtype, startpos)) { in PHP_FUNCTION()
1138 char *remote; in PHP_FUNCTION() local
1158 startpos = ftp_size(ftp, remote); in PHP_FUNCTION()
1189 char *remote, *local; in PHP_FUNCTION() local
1215 startpos = ftp_size(ftp, remote); in PHP_FUNCTION()
1244 char *remote, *local; in PHP_FUNCTION() local
[all …]
/PHP-7.0/appveyor/
H A Dbuild.bat22 echo Cloning remote SDK repository
30 echo Fetching remote SDK repository
/PHP-7.0/sapi/phpdbg/
H A DChangelog.md13 7. Added init.d for remote console (redhat)
27 6. Added remote console mode
H A DREADME.md72 - -l listen ports for remote mode
73 - -a listen address for remote mode
H A Dphpdbg_wait.c343 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 Dphpdbg.c1359 zend_bool remote = 0; in main() local
1718 remote = 1; in main()
1812 if (remote) { in main()
1827 if (remote) { in main()
2086 if ((cleaning > 0 || remote) && !quit_immediately) { in main()
2162 if ((cleaning > 0 || remote) && !quit_immediately) { in main()
/PHP-7.0/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");
H A Dpdo_mysql_prepare_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.0/ext/snmp/tests/
H A DREADME12 SNMP_HOSTNAME : IPv4 of remote SNMP agent
13 SNMP_HOSTNAME : IPv6 or remote SNMP agent
/PHP-7.0/ext/openssl/tests/
H A Dbug65538_002.phpt21 Warning: remote cafile streams are disabled for security purposes in %s on line %d
/PHP-7.0/
H A Dmakedist75 git archive --format=tar --remote=$PHPROOT refs/tags/php-$VER --prefix=php-$VER/ | (cd $MY_OLDPWD; …
H A DINSTALL402 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.0/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.0/sapi/cgi/
H A DREADME.FastCGI37 If your web server sits on a remote host, you can make FastCGI listen
/PHP-7.0/sapi/fpm/
H A Dwww.conf.in303 ; %R: remote IP address
315 ; %u: remote user
/PHP-7.0/ext/ftp/tests/
H A Dserver.inc206 fputs($s, "215 OS/400 is the remote operating system. The TCP/IP version is \"V5R2M0\"\r\n");

Completed in 54 milliseconds

12