Home
last modified time | relevance | path

Searched refs:path (Results 576 – 600 of 720) sorted by relevance

1...<<212223242526272829

/PHP-7.0/main/
H A Dphp_network.h332 #define php_stream_sock_open_unix_rel(path, pathlen, persistent, timeval) _php_stream_sock_open_uni… argument
/PHP-7.0/ext/standard/tests/dir/
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
H A Dopendir_variation6-win32.phpt11 /* Prototype : mixed opendir(string $path[, resource $context])
/PHP-7.0/ext/pcntl/
H A Dpcntl.c124 ZEND_ARG_INFO(0, path)
865 char *path; in PHP_FUNCTION() local
869 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|aa", &path, &path_len, &args, &envs) == FAILURE) { in PHP_FUNCTION()
879 *argv = path; in PHP_FUNCTION()
891 *argv = path; in PHP_FUNCTION()
925 if (execve(path, argv, envp) == -1) { in PHP_FUNCTION()
935 if (execv(path, argv) == -1) { in PHP_FUNCTION()
/PHP-7.0/sapi/fpm/tests/
H A D020.phpt27 ping.path = /ping
H A D012.phpt20 ping.path = /ping
/PHP-7.0/ext/sqlite3/tests/
H A Dsqlite3_openblob_wrongparams.phpt16 public function stream_open($path, $mode, $options, &$opened_path)
/PHP-7.0/ext/standard/tests/file/
H A Dcopy_variation14.phpt25 var_dump( copy($file, $file_path."/nodir/copy_nosuchfile.tmp") ); //With non-existing dir path
H A Dsymlink_link_linkinfo_is_link_variation5.phpt20 Prototype: int linkinfo ( string $path );
H A Dparse_ini_file.phpt32 path = /usr/local/bin
234 [path] => /usr/local/bin
353 [path] => /usr/local/bin
/PHP-7.0/ext/standard/tests/streams/
H A Dbug40459.phpt14 function stream_open($path, $mode, $options, &$opened_path)
/PHP-7.0/ext/fileinfo/tests/
H A Dfinfo_open_001.phpt17 Warning: finfo_open() expects parameter 2 to be a valid path, string given in %s on line %d
/PHP-7.0/main/streams/
H A Dcast.c345 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, zend_string **o… in _php_stream_open_wrapper_as_file() argument
350 stream = php_stream_open_wrapper_rel(path, mode, options|STREAM_WILL_CAST, opened_path); in _php_stream_open_wrapper_as_file()
/PHP-7.0/sapi/phpdbg/
H A D.phpdbginit36 /* phpdbg_break(PHPDBG_FILE, "/path/to/file.php:10"); */
/PHP-7.0/ext/phar/tests/
H A Daddfuncs.phpt48 Entry phar://%saddfuncs.phar.php/a does not exist and cannot be created: phar error: invalid path "…
H A Ddir.phpt75 …not create directory "sub/directory.txt" in phar "%sok.phar", phar error: path "sub/directory.txt"…
91 … cannot create directory "" in phar "%sdir.phar.php", phar error: invalid path "" must not be empt…
/PHP-7.0/ext/session/tests/
H A Dsession_set_save_handler_class_012.phpt24 public function open($path, $name) {
/PHP-7.0/ext/dba/
H A Dphp_dba.h46 char *path; member
/PHP-7.0/sapi/apache2handler/
H A Dconfig.m429 AC_MSG_RESULT([2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs])
/PHP-7.0/
H A DMakefile.global52 i=`$(top_srcdir)/build/shtool path -d $$i`; \
98 INI_SCANNED_PATH=`$(top_srcdir)/build/shtool path -d $$INI_SCANNED_PATH`; \
H A Dacinclude.m460 dnl PHP_EXPAND_PATH(path, variable)
62 dnl expands path to an absolute path and assigns it to variable
442 dnl PHP_ADD_LIBPATH(path [, SHARED-LIBADD])
444 dnl Adds a path to linkpath/runpath (LDFLAGS)
487 dnl PHP_ADD_INCLUDE(path [,before])
489 dnl add an include path.
573 dnl and path to linkpath/runpath (not deferred)
613 dnl PHP_ADD_FRAMEWORKPATH(path [,before])
635 dnl PHP_ADD_FRAMEWORK_WITH_PATH(framework, path)
2589 dnl PHP_INSTALL_HEADERS(path [, file ...])
[all …]
/PHP-7.0/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-7.0/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt30 path = /usr/local/bin
224 [path] => /usr/local/bin
343 [path] => /usr/local/bin
/PHP-7.0/ext/phar/
H A Dphar.c2098 if (PHAR_G(cwd_len) && use_cwd && path_length > 2 && path[0] == '.' && path[1] == '/') {
2103 newpath = emalloc(strlen(path) + 2);
2108 ptr = path;
2121 switch (path_length - (tok - path)) {
2124 efree(path);
2132 efree(path);
2139 return path;
2168 if (ptr == path + path_length) {
2179 ptr_length = path_length - (tok - path);
2180 ptr = path + path_length;
[all …]
/PHP-7.0/ext/oci8/tests/
H A Dbug46994.phpt58 var_dump($myclob->load()); // Use cached size code path

Completed in 69 milliseconds

1...<<212223242526272829