Lines Matching refs:use_include_path
242 bool use_include_path = 0; in PHP_FUNCTION() local
257 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
261 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
386 bool use_include_path = 0; in PHP_FUNCTION() local
399 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
415 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
594 bool use_include_path; in PHP_FUNCTION() local
615 use_include_path = flags & PHP_FILE_USE_INCLUDE_PATH; in PHP_FUNCTION()
621 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
731 bool use_include_path = 0; in PHP_FUNCTION() local
740 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
746 …stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
1162 bool use_include_path = 0; in PHP_FUNCTION() local
1170 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
1176 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()