Home
last modified time | relevance | path

Searched refs:path (Results 526 – 550 of 678) sorted by relevance

1...<<2122232425262728

/PHP-5.5/ext/tidy/tests/
H A D022.phpt41 Warning: tidy_repair_file() expects parameter 1 to be a valid path, array given in %s on line %d
/PHP-5.5/build/
H A Dbuild.mk70 @for i in `find . -type d ! -path '*/.svn/*' | grep -v '.svn'`; do \
/PHP-5.5/main/
H A Dphp_network.h312 #define php_stream_sock_open_unix_rel(path, pathlen, persistent, timeval) _php_stream_sock_open_uni… argument
/PHP-5.5/ext/pcntl/
H A Dpcntl.c116 ZEND_ARG_INFO(0, path)
754 char *path; in PHP_FUNCTION() local
758 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|aa", &path, &path_len, &args, &envs) == FA… in PHP_FUNCTION()
768 *argv = path; in PHP_FUNCTION()
779 *argv = path; in PHP_FUNCTION()
817 if (execve(path, argv, envp) == -1) { in PHP_FUNCTION()
827 if (execv(path, argv) == -1) { in PHP_FUNCTION()
/PHP-5.5/
H A DINSTALL215 php.ini in another location, use --with-config-file-path=/some/path in
285 installations. You should replace /path/to/ with the path to these
293 /path/to/apachectl stop
294 /path/to/apachectl start
297 /path/to/httpsdctl stop
298 /path/to/httpsdctl start
302 /path/to/apachectl stop
303 /path/to/apachectl startssl
446 --with-config-file-path=/some/path in step 5.
661 path and run:
[all …]
/PHP-5.5/ext/phar/tests/
H A Dreadfile_edgecasesU.phpt60 …/%sreadfile_edgecasesU.phar.php/oops): failed to open stream: phar error: path "oops" is a directo…
/PHP-5.5/ext/standard/tests/file/
H A Dfilegroup_variation2.phpt61 Warning: filegroup() expects parameter 1 to be a valid path, resource given in %s on line %d
H A Dfileinode_variation2.phpt62 Warning: fileinode() expects parameter 1 to be a valid path, resource given in %s on line %d
H A Dfileowner_variation2.phpt62 Warning: fileowner() expects parameter 1 to be a valid path, resource given in %s on line %d
H A Dfileperms_variation2.phpt61 Warning: fileperms() expects parameter 1 to be a valid path, resource given in %s on line %d
H A Dfopen_variation16.phpt2 Test fopen() function : variation: use include path create and read a file (relative)
H A Dfopen_variation17.phpt2 Test fopen() function : variation: use include path create and read a file (relative)
H A Dpathinfo_variation3.phpt7 /* Prototype : array pathinfo(string path[, int options])
H A Dstat_error-win32.phpt52 Warning: stat() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dsymlink_link_linkinfo_is_link_variation2.phpt20 Prototype: int linkinfo ( string $path );
H A Dcopy_variation14.phpt25 var_dump( copy($file, $file_path."/nodir/copy_nosuchfile.tmp") ); //With non-existing dir path
/PHP-5.5/ext/dba/
H A Ddba_ndbm.c66 dbf = dbm_open(info->path, gmode, filemode); in DBA_OPEN_FUNC()
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_variation6.phpt11 /* Prototype : mixed opendir(string $path[, resource $context])
H A Dchdir_variation1.phpt204 Warning: chdir() expects parameter 1 to be a valid path, array given in %s on line %d
233 Warning: chdir() expects parameter 1 to be a valid path, resource given in %s on line %d
/PHP-5.5/sapi/cgi/
H A Dfastcgi.h120 int fcgi_listen(const char *path, int backlog);
/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_variation_002_32bit.phpt102 ["path"]=>
122 ["path"]=>
/PHP-5.5/sapi/aolserver/
H A Daolserver.c522 char *path; in php_ns_config() local
525 path = Ns_ConfigGetPath(ctx->ns_server, ctx->ns_module, NULL); in php_ns_config()
526 set = Ns_ConfigGetSection(path); in php_ns_config()
/PHP-5.5/ext/imap/
H A Dconfig.m459 …Check the path given to --with-kerberos (if no path is given, searches in /usr/kerberos, /usr/loca…
83 Check the path given to --with-openssl-dir and output in config.log)
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_openblob_wrongparams.phpt16 public function stream_open($path, $mode, $options, &$opened_path)
/PHP-5.5/ext/standard/tests/streams/
H A Dbug40459.phpt12 function stream_open($path, $mode, $options, &$opened_path)

Completed in 44 milliseconds

1...<<2122232425262728