Searched refs:VCWD_REALPATH (Results 1 – 20 of 20) sorted by relevance
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_list.c | 68 if (VCWD_REALPATH(abspath, resolved_path_buf)) { in PHPDBG_LIST() 290 if (VCWD_REALPATH(filename, resolved_path_buf)) { in phpdbg_init_compile_file()
|
H A D | phpdbg_bp.c | 271 if (VCWD_REALPATH(path, realpath)) { in phpdbg_set_breakpoint_file() 861 if (VCWD_REALPATH(new_break.param.file.name, realpath)) { in phpdbg_create_conditional_break()
|
/PHP-7.2/Zend/ |
H A D | zend_virtual_cwd.h | 261 #define VCWD_REALPATH(path, real_path) virtual_realpath(path, real_path) macro 320 #define VCWD_REALPATH(path, real_path) tsrm_realpath(path, real_path) macro
|
/PHP-7.2/win32/ |
H A D | readdir.c | 36 if (!VCWD_REALPATH(dir, resolved_path_buff)) { in opendir()
|
/PHP-7.2/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 243 if (VCWD_REALPATH(filename, buf)) { in zend_accel_blacklist_loadone()
|
/PHP-7.2/ext/gettext/ |
H A D | gettext.c | 264 if (!VCWD_REALPATH(dir, dir_name)) { in PHP_NAMED_FUNCTION()
|
/PHP-7.2/ext/openssl/ |
H A D | xp_ssl.c | 922 if (VCWD_REALPATH(certfile, resolved_path_buff)) { in php_openssl_set_local_cert() 935 if (VCWD_REALPATH(private_key, resolved_path_buff_pk)) { in php_openssl_set_local_cert() 1418 if (!VCWD_REALPATH(Z_STRVAL_P(local_cert), resolved_cert_path_buff)) { in php_openssl_enable_server_sni() 1432 if (!VCWD_REALPATH(Z_STRVAL_P(local_pk), resolved_pk_path_buff)) { in php_openssl_enable_server_sni() 1442 } else if (VCWD_REALPATH(Z_STRVAL_P(current), resolved_path_buff)) { in php_openssl_enable_server_sni()
|
/PHP-7.2/main/ |
H A D | fopen_wrappers.c | 168 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
|
H A D | main.c | 298 …if (VCWD_REALPATH(search_path, binary_location) && !VCWD_ACCESS(binary_location, X_OK) && VCWD_STA… in php_binary_init() 310 …} else if (!VCWD_REALPATH(sapi_module.executable_location, binary_location) || VCWD_ACCESS(binary_… in php_binary_init()
|
/PHP-7.2/ext/standard/ |
H A D | browscap.c | 486 if (VCWD_REALPATH(ZSTR_VAL(new_value), bdata->filename) == NULL) { in PHP_INI_MH()
|
H A D | file.c | 2360 if (VCWD_REALPATH(filename, resolved_path_buff)) { in PHP_FUNCTION()
|
/PHP-7.2/sapi/cli/ |
H A D | php_cli.c | 955 if (VCWD_REALPATH(script_file, real_path)) { in do_cli()
|
H A D | php_cli_server.c | 2570 if (VCWD_REALPATH(document_root, document_root_buf)) { in do_cli_server()
|
/PHP-7.2/ext/xmlreader/ |
H A D | php_xmlreader.c | 259 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlreader_get_valid_file_path()
|
/PHP-7.2/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 629 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlwriter_get_valid_file_path()
|
/PHP-7.2/ext/dom/ |
H A D | document.c | 1339 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _dom_get_valid_file_path()
|
/PHP-7.2/ext/sqlite3/ |
H A D | sqlite3.c | 397 if (!VCWD_REALPATH(lib_path, fullpath)) { in PHP_METHOD()
|
/PHP-7.2/ext/spl/ |
H A D | spl_directory.c | 1317 if (filename && VCWD_REALPATH(filename, buff)) { in SPL_METHOD()
|
/PHP-7.2/ext/gd/ |
H A D | gd.c | 4041 if (!VCWD_REALPATH(fontname, tmp_font_path)) { in php_imagettftext_common()
|
/PHP-7.2/ext/soap/ |
H A D | php_sdl.c | 3172 } else if (VCWD_REALPATH(uri, fn) == NULL) { in get_sdl()
|
Completed in 143 milliseconds