Home
last modified time | relevance | path

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

/php-src/win32/
H A Dioutil.h290 PW32IO wchar_t *php_win32_ioutil_realpath_w(const wchar_t *path, wchar_t *resolved);
291 PW32IO wchar_t *php_win32_ioutil_realpath_w_ex0(const wchar_t *path, wchar_t *resolved, PBY_HANDLE_…
650 PW32IO char *realpath(const char *path, char *resolved);
652 __forceinline static char *php_win32_ioutil_realpath_ex0(const char *path, char *resolved, PBY_HAND… in php_win32_ioutil_realpath_ex0() argument
679 if (NULL == resolved) { in php_win32_ioutil_realpath_ex0()
681 resolved = (char *) malloc(reta_len + 1); in php_win32_ioutil_realpath_ex0()
682 if (!resolved) { in php_win32_ioutil_realpath_ex0()
689 memmove(resolved, reta, reta_len+1); in php_win32_ioutil_realpath_ex0()
694 return resolved; in php_win32_ioutil_realpath_ex0()
697 __forceinline static char *php_win32_ioutil_realpath(const char *path, char *resolved) in php_win32_ioutil_realpath() argument
[all …]
H A Dioutil.c727 static size_t php_win32_ioutil_realpath_h(HANDLE *h, wchar_t **resolved) in php_win32_ioutil_realpath_h() argument
742 if (NULL == *resolved) { in php_win32_ioutil_realpath_h()
744 *resolved = (wchar_t *) malloc((ret_len + 1)*sizeof(wchar_t)); in php_win32_ioutil_realpath_h()
745 if (!*resolved) { in php_win32_ioutil_realpath_h()
761 memmove(*resolved, ret_real, (ret_real_len+1)*sizeof(wchar_t)); in php_win32_ioutil_realpath_h()
766 PW32IO wchar_t *php_win32_ioutil_realpath_w(const wchar_t *path, wchar_t *resolved) in php_win32_ioutil_realpath_w() argument
768 return php_win32_ioutil_realpath_w_ex0(path, resolved, NULL); in php_win32_ioutil_realpath_w()
791 ret_len = php_win32_ioutil_realpath_h(h, &resolved); in php_win32_ioutil_realpath_w_ex0()
808 return resolved; in php_win32_ioutil_realpath_w_ex0()
811 PW32IO char *realpath(const char *path, char *resolved) in realpath() argument
[all …]
/php-src/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-src/ext/reflection/tests/
H A Dbug79820.phpt2 Bug #79820: Use after free when type duplicated into ReflectionProperty gets resolved
/php-src/Zend/tests/
H A Dbug70957.phpt2 Bug #70957 (self::class cannot be resolved with reflection for abstract class)
H A Dbug78868.phpt14 static $foo = B::foo; //not resolved on include()
/php-src/ext/reflection/tests/types/
H A DReflectionType_001.phpt97 echo "*** resolved property types\n";
222 *** resolved property types
/php-src/ext/opcache/
H A DZendAccelerator.c3791 bool resolved = true; local
3798 resolved = ok = false;
3802 if (resolved) {
3808 bool resolved = true; local
3814 resolved = ok = false;
3820 if (resolved) {
/php-src/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-src/Zend/
H A Dzend_compile.c1413 zend_string *resolved = resolve_class_name(name, scope); in add_intersection_type() local
1414 intersection_str = add_type_string(intersection_str, resolved, /* is_intersection */ true); in add_intersection_type()
1415 zend_string_release(resolved); in add_intersection_type()
1448 zend_string *resolved = resolve_class_name(name, scope); in zend_type_to_string_resolved() local
1449 str = add_type_string(str, resolved, /* is_intersection */ false); in zend_type_to_string_resolved()
1450 zend_string_release(resolved); in zend_type_to_string_resolved()

Completed in 56 milliseconds