Home
last modified time | relevance | path

Searched refs:path (Results 601 – 625 of 720) sorted by relevance

1...<<212223242526272829

/PHP-7.0/ext/phar/tests/
H A Dphar_mount.phpt58 Can only mount internal paths within a phar archive, use a relative path instead of "phar://%sphar_…
H A Dphar_gobyebye-win32.phpt45 Warning: opendir(foo/hi,foo/hi): The system cannot find the path specified. (code: 3) in phar://%sp…
/PHP-7.0/ext/mysqlnd/
H A Dconfig9.m415 [ --with-zlib-dir[=DIR] mysqlnd: Set the path to libz install prefix], no, no)
/PHP-7.0/ext/standard/tests/file/
H A Dfopencookie.phpt24 function stream_open($path, $mode, $options, &$opened_path)
H A Dreadfile_variation9.phpt2 Test readfile() function : variation - variable types of path
H A Dparse_ini_file_variation6-win32.phpt46 // unixifed path
H A Dfile_get_contents_variation7-win32.phpt46 // unixifed path
H A Dfile_variation8-win32.phpt46 // unixifed path
H A Dreadfile_variation8-win32.phpt55 // unixifed path
H A Drealpath_variation-win32.phpt11 /* Prototype: string realpath ( string $path );
/PHP-7.0/
H A DINSTALL242 --with-config-file-path=/some/path in step 5.
341 "bin-path" => "/usr/local/bin/php-cgi",
457 path and run:
473 /path/to/server/https-servername/config/.
485 ini="/path/to/php.ini"]
532 <Object ppath="d:\path\to\authenticated\dir\*">
1128 drive:\\path\to\php\executable\php.exe -i
1271 --php-binary Full path to php CLI or CGI binary
1654 --with-config-file-path=/etc
1684 + > run -X -f /path/to/httpd.conf
[all …]
H A Dserver-tests.php140 function mkpath($path,$mode = 0777) { argument
141 $dirs = preg_split('/[\\/]/',$path);
142 $path = $dirs[0];
144 $path .= '/'.$dirs[$i];
145 @mkdir($path,$mode);
722 foreach($paths as $path) {
723 $this->test_dirs[] = realpath($path);
H A DREADME.PARAMETER_PARSING_API65 p - valid path (string without null bytes in the middle) and its length (char*, size_t)
66 P - valid path (string without null bytes in the middle) as zend_string (zend_string*)
109 # php ./scripts/dev/check_parameters.php /path/to/your/sources/
H A DREADME.STREAMS49 PHPAPI php_stream *php_stream_open_wrapper(const char *path, const char *mode,
53 path is the file or resource to open.
56 IGNORE_PATH (default) - don't use include path to search for the file
57 USE_PATH - use include path to search for the file
67 opened_path is used to return the path of the actual file opened,
95 PHPAPI php_stream *php_stream_sock_open_unix(const char *path, int persistent,
H A Dphp.ini-development704 ; http://php.net/include-path
764 ; http://php.net/cgi.dicard-path
864 ; ... or with a path:
866 ; extension=/path/to/extension/msql.so
1028 ; http://php.net/sendmail-path
1317 ; The path can be defined as:
1319 ; session.save_path = "N;/path"
1335 ; session.save_path = "N;MODE;/path"
1339 ; http://php.net/session.save-path
1377 ; http://php.net/session.cookie-path
[all …]
/PHP-7.0/sapi/fpm/tests/
H A D019.phpt25 ping.path = /ping
H A D021-uds-acl.phpt54 ping.path = /ping
/PHP-7.0/ext/snmp/tests/
H A DREADME38 - Place bigtest.sh near snmpd.conf, tune path to it in snmpd.conf
/PHP-7.0/ext/dba/
H A Ddba_db1.c76 db = dbopen((char *)info->path, gmode, filemode, DB_HASH, NULL); in DBA_OPEN_FUNC()
H A Ddba_gdbm.c61 dbf = gdbm_open(info->path, 0, gmode, filemode, NULL); in DBA_OPEN_FUNC()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_sockets.c200 char *path = ((struct sockaddr_un *) sa)->sun_path; in fpm_sockets_new_listening_socket() local
204 if (0 > fpm_unix_set_socket_premissions(wp, path)) { in fpm_sockets_new_listening_socket()
/PHP-7.0/ext/opcache/
H A DREADME32 zend_extension=/...full path.../opcache.so
172 to a new line. The filename may be a full path or just a file prefix
218 Allows calling OPcache API functions only from PHP scripts which path is
228 Absolute path used to store shared lockfiles (for *nix only)
/PHP-7.0/ext/gettext/tests/
H A D44938.phpt15 var_dump(bindtextdomain($overflown, 'path'));
/PHP-7.0/ext/standard/tests/dir/
H A Dscandir_variation8.phpt6 * Description: List files & directories inside the specified path
/PHP-7.0/ext/standard/
H A Dbasic_functions.c811 ZEND_ARG_INFO(0, path)
815 ZEND_ARG_INFO(0, path)
901 ZEND_ARG_INFO(0, path)
1210 ZEND_ARG_INFO(0, path)
1227 ZEND_ARG_INFO(0, path)
1231 ZEND_ARG_INFO(0, path)
1427 ZEND_ARG_INFO(0, path)
1437 ZEND_ARG_INFO(0, path)
2216 ZEND_ARG_INFO(0, path)
5736 char *path; local
[all …]

Completed in 71 milliseconds

1...<<212223242526272829