Searched defs:resolved (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/win32/ |
H A D | ioutil.c | 731 static size_t php_win32_ioutil_realpath_h(HANDLE *h, wchar_t **resolved) in php_win32_ioutil_realpath_h() 770 PW32IO wchar_t *php_win32_ioutil_realpath_w(const wchar_t *path, wchar_t *resolved) in php_win32_ioutil_realpath_w() 775 PW32IO wchar_t *php_win32_ioutil_realpath_w_ex0(const wchar_t *path, wchar_t *resolved, PBY_HANDLE_… in php_win32_ioutil_realpath_w_ex0() 815 PW32IO char *realpath(const char *path, char *resolved) in realpath()
|
H A D | ioutil.h | 635 __forceinline static char *php_win32_ioutil_realpath_ex0(const char *path, char *resolved, PBY_HAND… in php_win32_ioutil_realpath_ex0() 680 __forceinline static char *php_win32_ioutil_realpath(const char *path, char *resolved) in php_win32_ioutil_realpath()
|
/PHP-8.4/ext/opcache/ |
H A D | ZendAccelerator.c | 3788 bool resolved = true; local 3805 bool resolved = true; local
|
/PHP-8.4/Zend/ |
H A D | zend_compile.c | 1418 zend_string *resolved = resolve_class_name(name, scope); in add_intersection_type() local 1453 zend_string *resolved = resolve_class_name(name, scope); in zend_type_to_string_resolved() local
|
Completed in 50 milliseconds