/dports/archivers/pecl-rar/rar-4.2.0/ |
H A D | rar_stream.c | 592 static char *zend_resolve_path(const char *filename, in zend_resolve_path() function 785 *archive = zend_resolve_path(tmp_archive, tmp_arch_len TSRMLS_CC); 787 zend_string *arc_str = zend_resolve_path(tmp_archive, tmp_arch_len);
|
/dports/lang/php73/php-7.3.33/Zend/ |
H A D | zend.h | 279 extern ZEND_API zend_string *(*zend_resolve_path)(const char *filename, size_t filename_len);
|
H A D | zend.c | 77 ZEND_API zend_string *(*zend_resolve_path)(const char *filename, size_t filename_len); variable 810 zend_resolve_path = utility_functions->resolve_path_function; in zend_startup()
|
/dports/www/mod_php73/php-7.3.33/Zend/ |
H A D | zend.h | 279 extern ZEND_API zend_string *(*zend_resolve_path)(const char *filename, size_t filename_len);
|
H A D | zend.c | 77 ZEND_API zend_string *(*zend_resolve_path)(const char *filename, size_t filename_len); variable 810 zend_resolve_path = utility_functions->resolve_path_function; in zend_startup()
|
/dports/lang/php74/php-7.4.27/Zend/ |
H A D | zend.h | 289 extern ZEND_API zend_string *(*zend_resolve_path)(const char *filename, size_t filename_len);
|
H A D | zend.c | 81 ZEND_API zend_string *(*zend_resolve_path)(const char *filename, size_t filename_len); variable 832 zend_resolve_path = utility_functions->resolve_path_function; in zend_startup()
|
/dports/lang/php80/php-8.0.15/Zend/ |
H A D | zend.h | 290 extern ZEND_API zend_string *(*zend_resolve_path)(const char *filename, size_t filename_len);
|
/dports/www/mod_php80/php-8.0.15/Zend/ |
H A D | zend.h | 290 extern ZEND_API zend_string *(*zend_resolve_path)(const char *filename, size_t filename_len);
|
/dports/www/mod_php74/php-7.4.27/Zend/ |
H A D | zend.h | 289 extern ZEND_API zend_string *(*zend_resolve_path)(const char *filename, size_t filename_len);
|
H A D | zend.c | 81 ZEND_API zend_string *(*zend_resolve_path)(const char *filename, size_t filename_len); variable 832 zend_resolve_path = utility_functions->resolve_path_function; in zend_startup()
|
/dports/www/mod_php81/php-8.1.1/Zend/ |
H A D | zend.h | 333 extern ZEND_API zend_string *(*zend_resolve_path)(zend_string *filename);
|
H A D | zend.c | 86 ZEND_API zend_string *(*zend_resolve_path)(zend_string *filename); variable 892 zend_resolve_path = utility_functions->resolve_path_function; in zend_startup()
|
/dports/lang/php81/php-8.1.1/Zend/ |
H A D | zend.h | 333 extern ZEND_API zend_string *(*zend_resolve_path)(zend_string *filename);
|
H A D | zend.c | 86 ZEND_API zend_string *(*zend_resolve_path)(zend_string *filename); variable 892 zend_resolve_path = utility_functions->resolve_path_function; in zend_startup()
|
/dports/www/mod_php81/php-8.1.1/ |
H A D | UPGRADING.INTERNALS | 45 - in zend_fopen() and zend_resolve_path() callbacks filename now passed as zend_string*
|
/dports/lang/php81/php-8.1.1/ |
H A D | UPGRADING.INTERNALS | 45 - in zend_fopen() and zend_resolve_path() callbacks filename now passed as zend_string*
|
/dports/www/mod_php80/php-8.0.15/main/ |
H A D | fopen_wrappers.c | 418 resolved_path = zend_resolve_path(filename, strlen(filename));
|
/dports/www/mod_php81/php-8.1.1/main/ |
H A D | fopen_wrappers.c | 421 resolved_path = zend_resolve_path(filename);
|
/dports/lang/php74/php-7.4.27/main/ |
H A D | fopen_wrappers.c | 430 resolved_path = zend_resolve_path(filename, strlen(filename));
|
/dports/lang/php73/php-7.3.33/main/ |
H A D | fopen_wrappers.c | 421 resolved_path = zend_resolve_path(filename, strlen(filename));
|
/dports/lang/php81/php-8.1.1/main/ |
H A D | fopen_wrappers.c | 421 resolved_path = zend_resolve_path(filename);
|
/dports/lang/php80/php-8.0.15/main/ |
H A D | fopen_wrappers.c | 418 resolved_path = zend_resolve_path(filename, strlen(filename));
|
/dports/www/mod_php73/php-7.3.33/main/ |
H A D | fopen_wrappers.c | 421 resolved_path = zend_resolve_path(filename, strlen(filename));
|
/dports/www/mod_php74/php-7.4.27/main/ |
H A D | fopen_wrappers.c | 430 resolved_path = zend_resolve_path(filename, strlen(filename));
|