Home
last modified time | relevance | path

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

/PHP-5.5/win32/
H A Dreaddir.c31 if (!VCWD_REALPATH(dir, resolved_path_buff)) { in opendir()
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.h267 #define VCWD_REALPATH(path, real_path) virtual_realpath(path, real_path TSRMLS_CC) macro
318 #define VCWD_REALPATH(path, real_path) tsrm_realpath(path, real_path TSRMLS_CC) macro
/PHP-5.5/ext/gettext/
H A Dgettext.c264 if (!VCWD_REALPATH(dir, dir_name)) { in PHP_NAMED_FUNCTION()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.c258 if (VCWD_REALPATH(filename, buf)) { in zend_accel_blacklist_loadone()
/PHP-5.5/ext/standard/
H A Dbrowscap.c323 if (VCWD_REALPATH(new_value, bdata->filename) == NULL) { in PHP_INI_MH()
H A Dfile.c2318 if (VCWD_REALPATH(filename, resolved_path_buff)) { in PHP_FUNCTION()
/PHP-5.5/main/
H A Dfopen_wrappers.c174 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
H A Dmain.c289 …if (VCWD_REALPATH(search_path, binary_location) && !VCWD_ACCESS(binary_location, X_OK) && VCWD_STA… in php_binary_init()
301 …} else if (!VCWD_REALPATH(sapi_module.executable_location, binary_location) || VCWD_ACCESS(binary_… in php_binary_init()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c938 if (VCWD_REALPATH(script_file, real_path)) { in do_cli()
H A Dphp_cli_server.c2553 if (VCWD_REALPATH(document_root, document_root_buf)) { in do_cli_server()
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c263 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path TSRMLS_CC)) { in _xmlreader_get_valid_file_path()
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c645 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path TSRMLS_CC)) { in _xmlwriter_get_valid_file_path()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c377 if (!VCWD_REALPATH(lib_path, fullpath)) {
/PHP-5.5/ext/dom/
H A Ddocument.c1539 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path TSRMLS_CC)) { in _dom_get_valid_file_path()
/PHP-5.5/ext/openssl/
H A Dopenssl.c4721 if (VCWD_REALPATH(certfile, resolved_path_buff)) { in php_SSL_new_from_context()
4731 if (VCWD_REALPATH(private_key, resolved_path_buff_pk)) { in php_SSL_new_from_context()
/PHP-5.5/ext/spl/
H A Dspl_directory.c1318 if (filename && VCWD_REALPATH(filename, buff)) { in SPL_METHOD()
/PHP-5.5/ext/soap/
H A Dphp_sdl.c3205 } else if (VCWD_REALPATH(uri, fn) == NULL) { in get_sdl()
/PHP-5.5/ext/gd/
H A Dgd.c3863 if (!VCWD_REALPATH(fontname, tmp_font_path)) { in php_imagettftext_common()
/PHP-5.5/
H A DNEWS7780 - VCWD_REALPATH() is improved to use realpath cache without VIRTUAL_DIR.

Completed in 161 milliseconds