Lines Matching refs:use_include_path
315 ZEND_ARG_INFO(0, use_include_path)
332 ZEND_ARG_INFO(0, use_include_path)
410 ZEND_ARG_INFO(0, use_include_path)
584 zend_bool use_include_path = 0; in php_tidy_quick_repair() local
591 …rameters(ZEND_NUM_ARGS(), "P|zsb", &arg1, &config, &enc, &enc_len, &use_include_path) == FAILURE) { in php_tidy_quick_repair()
594 if (!(data = php_tidy_file_to_mem(ZSTR_VAL(arg1), use_include_path))) { in php_tidy_quick_repair()
598 …rameters(ZEND_NUM_ARGS(), "S|zsb", &arg1, &config, &enc, &enc_len, &use_include_path) == FAILURE) { in php_tidy_quick_repair()
669 static zend_string *php_tidy_file_to_mem(char *filename, zend_bool use_include_path) in php_tidy_file_to_mem() argument
674 if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) { in php_tidy_file_to_mem()
1292 zend_bool use_include_path = 0; in PHP_FUNCTION() local
1299 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in PHP_FUNCTION()
1306 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in PHP_FUNCTION()
1307 … E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using i… in PHP_FUNCTION()
1613 zend_bool use_include_path = 0; in TIDY_DOC_METHOD() local
1621 &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()
1650 zend_bool use_include_path = 0; in TIDY_DOC_METHOD() local
1660 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in TIDY_DOC_METHOD()
1664 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in TIDY_DOC_METHOD()
1665 … E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using i… in TIDY_DOC_METHOD()