Home
last modified time | relevance | path

Searched refs:resolved (Results 1 – 12 of 12) sorted by relevance

/PHP-7.4/win32/
H A Dioutil.h275 PW32IO wchar_t *php_win32_ioutil_realpath_w(const wchar_t *path, wchar_t *resolved);
276 PW32IO wchar_t *php_win32_ioutil_realpath_w_ex0(const wchar_t *path, wchar_t *resolved, PBY_HANDLE_…
636 PW32IO char *realpath(const char *path, char *resolved);
638 __forceinline static char *php_win32_ioutil_realpath_ex0(const char *path, char *resolved, PBY_HAND… in php_win32_ioutil_realpath_ex0() argument
665 if (NULL == resolved) { in php_win32_ioutil_realpath_ex0()
667 resolved = (char *) malloc(reta_len + 1); in php_win32_ioutil_realpath_ex0()
668 if (!resolved) { in php_win32_ioutil_realpath_ex0()
675 memmove(resolved, reta, reta_len+1); in php_win32_ioutil_realpath_ex0()
680 return resolved; in php_win32_ioutil_realpath_ex0()
683 __forceinline static char *php_win32_ioutil_realpath(const char *path, char *resolved) in php_win32_ioutil_realpath() argument
[all …]
H A Dioutil.c733 static size_t php_win32_ioutil_realpath_h(HANDLE *h, wchar_t **resolved) in php_win32_ioutil_realpath_h() argument
748 if (NULL == *resolved) { in php_win32_ioutil_realpath_h()
750 *resolved = (wchar_t *) malloc((ret_len + 1)*sizeof(wchar_t)); in php_win32_ioutil_realpath_h()
751 if (!*resolved) { in php_win32_ioutil_realpath_h()
767 memmove(*resolved, ret_real, (ret_real_len+1)*sizeof(wchar_t)); in php_win32_ioutil_realpath_h()
772 PW32IO wchar_t *php_win32_ioutil_realpath_w(const wchar_t *path, wchar_t *resolved) in php_win32_ioutil_realpath_w() argument
774 return php_win32_ioutil_realpath_w_ex0(path, resolved, NULL); in php_win32_ioutil_realpath_w()
797 ret_len = php_win32_ioutil_realpath_h(h, &resolved); in php_win32_ioutil_realpath_w_ex0()
814 return resolved; in php_win32_ioutil_realpath_w_ex0()
817 PW32IO char *realpath(const char *path, char *resolved) in realpath() argument
[all …]
/PHP-7.4/ext/opcache/tests/
H A Dpreload_010.phpt2 Initializer of overwritten property should be resolved against the correct class
H A Drevalidate_path_01.phpt2 revalidate_path 01: OPCache must cache only resolved real paths when revalidate_path is set
/PHP-7.4/ext/reflection/tests/
H A Dbug79820.phpt2 Bug #79820: Use after free when type duplicated into ReflectionProperty gets resolved
H A DReflectionType_001.phpt98 echo "*** resolved property types\n";
223 *** resolved property types
/PHP-7.4/Zend/tests/
H A Dbug70957.phpt2 Bug #70957 (self::class can not be resolved with reflection for abstract class)
H A Dbug78868.phpt14 static $foo = B::foo; //not resolved on include()
/PHP-7.4/ext/standard/tests/file/
H A Drealpath_variation2.phpt13 * Description: Return the resolved path
/PHP-7.4/build/
H A Dltmain.sh3620 $echo "*** its dynamic dependency list that programs get resolved with at runtime."
3660 $echo "*** as a dynamic dependency that programs can get resolved with at runtime."
/PHP-7.4/
H A DUPGRADING843 resolved. In namespaced code, this may require writing \array_key_exists()
H A DNEWS811 ReflectionProperty gets resolved). (Christopher Broadbent)

Completed in 46 milliseconds