Lines Matching refs:use_include_path
299 ZEND_ARG_INFO(0, use_include_path)
315 ZEND_ARG_INFO(0, use_include_path)
560 zend_bool use_include_path = 0; in php_tidy_quick_repair() local
567 …rameters(ZEND_NUM_ARGS(), "P|zsb", &arg1, &config, &enc, &enc_len, &use_include_path) == FAILURE) { in php_tidy_quick_repair()
570 if (!(data = php_tidy_file_to_mem(ZSTR_VAL(arg1), use_include_path))) { in php_tidy_quick_repair()
574 …rameters(ZEND_NUM_ARGS(), "S|zsb", &arg1, &config, &enc, &enc_len, &use_include_path) == FAILURE) { in php_tidy_quick_repair()
645 static zend_string *php_tidy_file_to_mem(char *filename, zend_bool use_include_path) in php_tidy_file_to_mem() argument
650 if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) { in php_tidy_file_to_mem()
1260 zend_bool use_include_path = 0; in PHP_FUNCTION() local
1267 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in PHP_FUNCTION()
1274 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in PHP_FUNCTION()
1275 … E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using i… in PHP_FUNCTION()
1577 zend_bool use_include_path = 0; in TIDY_DOC_METHOD() local
1585 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in TIDY_DOC_METHOD()
1592 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in TIDY_DOC_METHOD()
1593 … E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using i… in TIDY_DOC_METHOD()
1614 zend_bool use_include_path = 0; in TIDY_DOC_METHOD() local
1624 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in TIDY_DOC_METHOD()
1628 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in TIDY_DOC_METHOD()
1629 … E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using i… in TIDY_DOC_METHOD()