Searched refs:stream_resolve_include_path (Results 1 – 4 of 4) sorted by relevance
2 stream_resolve_include_path(string path)18 var_dump(stream_resolve_include_path('file-does-not-exist'));21 var_dump(stream_resolve_include_path('file'));23 var_dump(stream_resolve_include_path('file'));
1544 PHP_FUNCTION(stream_resolve_include_path) in PHP_FUNCTION() argument
1332 function stream_resolve_include_path(string $filename): string|false {} function
2759 ZEND_FUNCTION(stream_resolve_include_path);3404 ZEND_FE(stream_resolve_include_path, arginfo_stream_resolve_include_path)
Completed in 88 milliseconds