Lines Matching refs:use_include_path
282 bool use_include_path = 0; in php_tidy_quick_repair() local
289 Z_PARAM_BOOL(use_include_path) in php_tidy_quick_repair()
292 if (!(data = php_tidy_file_to_mem(ZSTR_VAL(arg1), use_include_path))) { in php_tidy_quick_repair()
374 static zend_string *php_tidy_file_to_mem(char *filename, bool use_include_path) in php_tidy_file_to_mem() argument
379 if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) { in php_tidy_file_to_mem()
1067 bool use_include_path = 0; in PHP_FUNCTION() local
1078 Z_PARAM_BOOL(use_include_path) in PHP_FUNCTION()
1081 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in PHP_FUNCTION()
1082 …_WARNING, "Cannot load \"%s\" into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (using i… in PHP_FUNCTION()
1361 bool use_include_path = 0; in PHP_METHOD() local
1371 Z_PARAM_BOOL(use_include_path) in PHP_METHOD()
1378 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in PHP_METHOD()
1379 …_WARNING, "Cannot load \"%s\" into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (using i… in PHP_METHOD()
1405 bool use_include_path = 0; in PHP_METHOD() local
1415 Z_PARAM_BOOL(use_include_path) in PHP_METHOD()
1421 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in PHP_METHOD()
1422 …_WARNING, "Cannot load \"%s\" into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (using i… in PHP_METHOD()