Lines Matching refs:use_include_path
254 bool use_include_path = 0; in PHP_FUNCTION() local
269 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
273 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
398 bool use_include_path = 0; in PHP_FUNCTION() local
411 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
427 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
606 bool use_include_path; in PHP_FUNCTION() local
627 use_include_path = flags & PHP_FILE_USE_INCLUDE_PATH; in PHP_FUNCTION()
633 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
743 bool use_include_path = 0; in PHP_FUNCTION() local
752 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
758 …stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
1198 bool use_include_path = 0; in PHP_FUNCTION() local
1206 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
1212 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()