Home
last modified time | relevance | path

Searched refs:VCWD_REALPATH (Results 1 – 20 of 20) sorted by relevance

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_list.c68 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 Dphpdbg_bp.c271 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 Dzend_virtual_cwd.h261 #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 Dreaddir.c36 if (!VCWD_REALPATH(dir, resolved_path_buff)) { in opendir()
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_blacklist.c243 if (VCWD_REALPATH(filename, buf)) { in zend_accel_blacklist_loadone()
/PHP-7.2/ext/gettext/
H A Dgettext.c264 if (!VCWD_REALPATH(dir, dir_name)) { in PHP_NAMED_FUNCTION()
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c922 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 Dfopen_wrappers.c168 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
H A Dmain.c298 …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 Dbrowscap.c486 if (VCWD_REALPATH(ZSTR_VAL(new_value), bdata->filename) == NULL) { in PHP_INI_MH()
H A Dfile.c2360 if (VCWD_REALPATH(filename, resolved_path_buff)) { in PHP_FUNCTION()
/PHP-7.2/sapi/cli/
H A Dphp_cli.c955 if (VCWD_REALPATH(script_file, real_path)) { in do_cli()
H A Dphp_cli_server.c2570 if (VCWD_REALPATH(document_root, document_root_buf)) { in do_cli_server()
/PHP-7.2/ext/xmlreader/
H A Dphp_xmlreader.c259 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlreader_get_valid_file_path()
/PHP-7.2/ext/xmlwriter/
H A Dphp_xmlwriter.c629 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlwriter_get_valid_file_path()
/PHP-7.2/ext/dom/
H A Ddocument.c1339 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _dom_get_valid_file_path()
/PHP-7.2/ext/sqlite3/
H A Dsqlite3.c397 if (!VCWD_REALPATH(lib_path, fullpath)) { in PHP_METHOD()
/PHP-7.2/ext/spl/
H A Dspl_directory.c1317 if (filename && VCWD_REALPATH(filename, buff)) { in SPL_METHOD()
/PHP-7.2/ext/gd/
H A Dgd.c4041 if (!VCWD_REALPATH(fontname, tmp_font_path)) { in php_imagettftext_common()
/PHP-7.2/ext/soap/
H A Dphp_sdl.c3172 } else if (VCWD_REALPATH(uri, fn) == NULL) { in get_sdl()

Completed in 143 milliseconds