Lines Matching refs:use_include_path
382 zend_bool use_include_path = 0; in PHP_FUNCTION() local
397 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
401 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
526 zend_bool use_include_path = 0; in PHP_FUNCTION() local
539 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
555 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
727 zend_bool use_include_path; in PHP_FUNCTION() local
748 use_include_path = flags & PHP_FILE_USE_INCLUDE_PATH; in PHP_FUNCTION()
754 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
864 zend_bool use_include_path = 0; in PHP_FUNCTION() local
873 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
879 …stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
1324 zend_bool use_include_path = 0; in PHP_FUNCTION() local
1332 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
1338 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()