Home
last modified time | relevance | path

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

/PHP-8.0/win32/
H A Dioutil.h273 PW32IO wchar_t *php_win32_ioutil_realpath_w(const wchar_t *path, wchar_t *resolved);
274 PW32IO wchar_t *php_win32_ioutil_realpath_w_ex0(const wchar_t *path, wchar_t *resolved, PBY_HANDLE_…
633 PW32IO char *realpath(const char *path, char *resolved);
635 __forceinline static char *php_win32_ioutil_realpath_ex0(const char *path, char *resolved, PBY_HAND… in php_win32_ioutil_realpath_ex0() argument
662 if (NULL == resolved) { in php_win32_ioutil_realpath_ex0()
664 resolved = (char *) malloc(reta_len + 1); in php_win32_ioutil_realpath_ex0()
665 if (!resolved) { in php_win32_ioutil_realpath_ex0()
672 memmove(resolved, reta, reta_len+1); in php_win32_ioutil_realpath_ex0()
677 return resolved; in php_win32_ioutil_realpath_ex0()
680 __forceinline static char *php_win32_ioutil_realpath(const char *path, char *resolved) in php_win32_ioutil_realpath() argument
[all …]
H A Dioutil.c731 static size_t php_win32_ioutil_realpath_h(HANDLE *h, wchar_t **resolved) in php_win32_ioutil_realpath_h() argument
746 if (NULL == *resolved) { in php_win32_ioutil_realpath_h()
748 *resolved = (wchar_t *) malloc((ret_len + 1)*sizeof(wchar_t)); in php_win32_ioutil_realpath_h()
749 if (!*resolved) { in php_win32_ioutil_realpath_h()
765 memmove(*resolved, ret_real, (ret_real_len+1)*sizeof(wchar_t)); 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() argument
772 return php_win32_ioutil_realpath_w_ex0(path, resolved, NULL); in php_win32_ioutil_realpath_w()
795 ret_len = php_win32_ioutil_realpath_h(h, &resolved); in php_win32_ioutil_realpath_w_ex0()
812 return resolved; in php_win32_ioutil_realpath_w_ex0()
815 PW32IO char *realpath(const char *path, char *resolved) in realpath() argument
[all …]
/PHP-8.0/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-8.0/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-8.0/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-8.0/build/
H A Dltmain.sh3633 $echo "*** its dynamic dependency list that programs get resolved with at runtime."
3673 $echo "*** as a dynamic dependency that programs can get resolved with at runtime."
/PHP-8.0/Zend/
H A Dzend_compile.c1190 zend_string *resolved = resolve_class_name(ZEND_TYPE_NAME(*list_type), scope); in zend_type_to_string_resolved() local
1191 str = add_type_string(str, resolved); in zend_type_to_string_resolved()
1192 zend_string_release(resolved); in zend_type_to_string_resolved()

Completed in 45 milliseconds