Lines Matching refs:use_include_path

304 	ZEND_ARG_INFO(0, use_include_path)
320 ZEND_ARG_INFO(0, use_include_path)
565 zend_bool use_include_path = 0; in php_tidy_quick_repair() local
572 …rameters(ZEND_NUM_ARGS(), "P|zsb", &arg1, &config, &enc, &enc_len, &use_include_path) == FAILURE) { in php_tidy_quick_repair()
575 if (!(data = php_tidy_file_to_mem(ZSTR_VAL(arg1), use_include_path))) { in php_tidy_quick_repair()
579 …rameters(ZEND_NUM_ARGS(), "S|zsb", &arg1, &config, &enc, &enc_len, &use_include_path) == FAILURE) { in php_tidy_quick_repair()
650 static zend_string *php_tidy_file_to_mem(char *filename, zend_bool use_include_path) in php_tidy_file_to_mem() argument
655 if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) { in php_tidy_file_to_mem()
1268 zend_bool use_include_path = 0; in PHP_FUNCTION() local
1275 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in PHP_FUNCTION()
1282 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in PHP_FUNCTION()
1283 … E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using i… in PHP_FUNCTION()
1585 zend_bool use_include_path = 0; in TIDY_DOC_METHOD() local
1593 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in TIDY_DOC_METHOD()
1600 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in TIDY_DOC_METHOD()
1601 … E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using i… in TIDY_DOC_METHOD()
1622 zend_bool use_include_path = 0; in TIDY_DOC_METHOD() local
1632 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in TIDY_DOC_METHOD()
1636 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in TIDY_DOC_METHOD()
1637 … E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using i… in TIDY_DOC_METHOD()