Lines Matching refs:use_include_path

316 	ZEND_ARG_INFO(0, use_include_path)
333 ZEND_ARG_INFO(0, use_include_path)
419 ZEND_ARG_INFO(0, use_include_path)
593 zend_bool use_include_path = 0; in php_tidy_quick_repair() local
600 …rameters(ZEND_NUM_ARGS(), "P|zsb", &arg1, &config, &enc, &enc_len, &use_include_path) == FAILURE) { in php_tidy_quick_repair()
603 if (!(data = php_tidy_file_to_mem(ZSTR_VAL(arg1), use_include_path))) { in php_tidy_quick_repair()
607 …rameters(ZEND_NUM_ARGS(), "S|zsb", &arg1, &config, &enc, &enc_len, &use_include_path) == FAILURE) { in php_tidy_quick_repair()
678 static zend_string *php_tidy_file_to_mem(char *filename, zend_bool use_include_path) in php_tidy_file_to_mem() argument
683 if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) { in php_tidy_file_to_mem()
1312 zend_bool use_include_path = 0; in PHP_FUNCTION() local
1319 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in PHP_FUNCTION()
1326 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in PHP_FUNCTION()
1327 … E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using i… in PHP_FUNCTION()
1633 zend_bool use_include_path = 0; in TIDY_DOC_METHOD() local
1641 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in TIDY_DOC_METHOD()
1648 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in TIDY_DOC_METHOD()
1649 … E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using i… in TIDY_DOC_METHOD()
1670 zend_bool use_include_path = 0; in TIDY_DOC_METHOD() local
1680 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in TIDY_DOC_METHOD()
1684 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in TIDY_DOC_METHOD()
1685 … E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using i… in TIDY_DOC_METHOD()