Home
last modified time | relevance | path

Searched refs:path (Results 501 – 525 of 720) sorted by relevance

1...<<212223242526272829

/PHP-7.0/ext/sockets/tests/
H A Dsocket_set_option_in6_pktinfo.phpt36 Warning: socket_set_option(): error converting user data (path: in6_pktinfo): The key 'addr' is req…
/PHP-7.0/ext/standard/tests/file/
H A Dis_dir_variation3.phpt45 Warning: is_dir() expects parameter 1 to be a valid path, resource given in %s on line %d
H A Dunlink_variation9-win32.phpt34 // relative bad path
43 //absolute bad path
H A Dpathinfo_variation1.phpt7 /* Prototype : array pathinfo(string path[, int options])
99 // loop through each element of the array for path
H A Dtempnam_variation7-win32.phpt93 Warning: tempnam() expects parameter 1 to be a valid path, string given in %stempnam_variation7-win…
99 Warning: tempnam() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dtempnam_variation7.phpt98 Warning: tempnam() expects parameter 1 to be a valid path, string given in %s on line %d
104 Warning: tempnam() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dbasename_basic-win32.phpt52 /* path with spaces */
H A Dbasename_basic.phpt52 /* path with spaces */
H A Duserstreams_004.phpt7 function stream_open($path, $mode, $openedpath) {
H A Dfile_get_contents_variation2.phpt2 Test file_get_contents() function : variation - include path testing
H A Dfopen_variation13.phpt2 Test fopen() function : variation: use include path create a file (absolute)
H A Dfopen_variation6.phpt2 Test fopen() function : variation: use include path and stream context relative/absolute file
/PHP-7.0/Zend/tests/
H A Ddebug_backtrace_with_include_and_this.phpt6 function stream_open($path, $mode, $options, $opened_path) {
H A Dbug38779_1.phpt9 public function stream_open($path, $mode, $options, &$opened_path) {
/PHP-7.0/sapi/apache2handler/
H A DREADME37 $ ./configure --with-apxs2=/path/to/apache-2.0/bin/apxs
53 allows an admin to override the php.ini search path. For example,
/PHP-7.0/main/
H A Dphp_ini.h40 PHPAPI void php_ini_activate_per_dir_config(char *path, size_t path_len);
H A Dfastcgi.c653 int fcgi_listen(const char *path, int backlog) in fcgi_listen() argument
670 if ((s = strchr(path, ':'))) { in fcgi_listen()
672 if (port != 0 && (s-path) < MAXPATHLEN) { in fcgi_listen()
673 strncpy(host, path, s-path); in fcgi_listen()
674 host[s-path] = '\0'; in fcgi_listen()
677 } else if (is_port_number(path)) { in fcgi_listen()
678 port = atoi(path); in fcgi_listen()
726 namedPipe = CreateNamedPipe(path, in fcgi_listen()
742 int path_len = strlen(path); in fcgi_listen()
756 unlink(path); in fcgi_listen()
[all …]
/PHP-7.0/sapi/fpm/tests/
H A D009.phpt18 ping.path = /ping
/PHP-7.0/ext/phar/tests/
H A D017.phpt33 …phar://hio", must have at least phar://hio/ for root directory (always use full path to a new phar)
H A D017U.phpt33 …phar://hio", must have at least phar://hio/ for root directory (always use full path to a new phar)
/PHP-7.0/win32/build/
H A Dconfig.w32111 ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
112 ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
235 pvscfg.WriteLine("exclude-path = " + VCINSTALLDIR);
237 pvscfg.WriteLine("exclude-path = " + PROGRAM_FILESx86 + "\\windows kits\\");
239 pvscfg.WriteLine("exclude-path = " + PROGRAM_FILES + "\\windows kits\\");
/PHP-7.0/ext/standard/tests/dir/
H A Dscandir_basic.phpt6 * Description: List files & directories inside the specified path
H A Dscandir_variation9.phpt6 * Description: List files & directories inside the specified path
/PHP-7.0/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt4 Gets the absolute path to the current terminal device that is open on a given file descriptor.
/PHP-7.0/ext/standard/tests/url/
H A Dparse_url_error_002.phpt35 ["path"]=>

Completed in 59 milliseconds

1...<<212223242526272829