Home
last modified time | relevance | path

Searched refs:path (Results 451 – 475 of 853) sorted by relevance

1...<<11121314151617181920>>...35

/php-src/ext/standard/tests/file/
H A Dbug71287.phpt8 public function stream_open($path, $mode, $options, $opened_path) {
H A Dreadlink_realpath_basic2.phpt2 Test readlink() and realpath functions: basic functionality - diff. path notation for files
30 /* filenames with invalid path */
H A Dbug38450.phpt15 function stream_open($path, $mode, $options, &$opened_path)
17 $url = parse_url($path);
H A Dbug38450_1.phpt15 function stream_open($path, $mode, $options, &$opened_path)
17 $url = parse_url($path);
/php-src/Zend/tests/gh10168/
H A Dassign_prop_ref_with_prop_ref.phpt28 // Second call tests the cache slot path
H A Dassign_prop_with_prop_ref.phpt27 // Second call tests the cache slot path
H A Dassign_untyped_prop_ref_with_prop_ref.phpt28 // Second call tests the cache slot path
H A Dassign_untyped_prop_with_prop_ref.phpt27 // Second call tests the cache slot path
/php-src/ext/dom/tests/compareDocumentPosition/
H A Dcontains_attribute_longer_descendent.phpt2 compareDocumentPosition: contains attribute as a descendent in a longer path
/php-src/ext/pcre/tests/
H A Dgh15205_2.phpt12 public function stream_open($path, $mode, $options, &$opened_path)
/php-src/ext/standard/tests/dir/
H A Ddir_basic-win32-mb.phpt63 ["path"]=>
81 ["path"]=>
/php-src/Zend/
H A Dzend_extensions.h155 ZEND_API zend_result zend_load_extension(const char *path);
156 ZEND_API zend_result zend_load_extension_handle(DL_HANDLE handle, const char *path);
/php-src/ext/dba/
H A Ddba_db3.c56 int s = VCWD_STAT(ZSTR_VAL(info->path), &check_stat);
84 (err=dbp->open(dbp, 0, ZSTR_VAL(info->path), NULL, type, gmode, filemode)) == 0) {
86 (err=dbp->open(dbp, ZSTR_VAL(info->path), NULL, type, gmode, filemode)) == 0) {
/php-src/ext/standard/
H A Ddir.c271 char path[MAXPATHLEN]; in PHP_FUNCTION() local
277 ret = VCWD_GETCWD(path, MAXPATHLEN); in PHP_FUNCTION()
279 ret = VCWD_GETWD(path); in PHP_FUNCTION()
283 RETURN_STRING(path); in PHP_FUNCTION()
/php-src/ext/session/tests/
H A Dgh9200.phpt15 …|Dec) 2[0-9][0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9] GMT; Max-Age=3600; path=\\/$/', $header)) {
/php-src/sapi/cgi/tests/
H A D009.phpt2 path info request without exported PATH_INFO
/php-src/win32/
H A Dwinutil.h31 int php_win32_check_trailing_space(const char * path, const size_t path_len);
/php-src/ext/standard/tests/streams/
H A Dbug60455_04.phpt9 function stream_open($path, $mode, $options, &$opened_path) {
/php-src/ext/standard/tests/class_object/
H A Dget_object_vars_variation_004.phpt2 get_object_vars() fast/slow-path discrepancies
/php-src/ext/phar/
H A Ddirstream.h36 php_stream* phar_wrapper_open_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, …
/php-src/main/streams/
H A Dplain_wrapper.c1063 static php_stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, const char *path, const … in php_plain_files_dir_opener() argument
1075 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(path)) { in php_plain_files_dir_opener()
1079 dir = VCWD_OPENDIR(path); in php_plain_files_dir_opener()
1083 php_win32_docref1_from_error(GetLastError(), path); in php_plain_files_dir_opener()
1210 if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) && php_check_open_basedir(path)) { in php_plain_files_stream_opener()
1214 return php_stream_fopen_rel(path, mode, opened_path, options); in php_plain_files_stream_opener()
1680 if (!path || !*path) { in _php_stream_fopen_with_path()
1696 pathbuf = estrdup(path); in _php_stream_fopen_with_path()
1698 size_t path_length = strlen(path); in _php_stream_fopen_with_path()
1701 memcpy(pathbuf, path, path_length); in _php_stream_fopen_with_path()
[all …]
/php-src/sapi/fpm/tests/
H A Dbug68420-ipv4-all-addresses.phpt17 ping.path = /ping
/php-src/Zend/tests/
H A Doss_fuzz_63802.phpt2 oss-fuzz #63802: OP1 leak in error path of post inc/dec
/php-src/ext/dom/tests/
H A DDOMDocument_load_error6.phpt16 $dom->load("/path/with/\0/byte");
/php-src/ext/gd/tests/
H A Dgh10344.phpt2 GH-10344 (imagettfbbox(): Could not find/open font UNC path)

Completed in 83 milliseconds

1...<<11121314151617181920>>...35