Lines Matching refs:use_include_path

300 	ZEND_ARG_INFO(0, use_include_path)
316 ZEND_ARG_INFO(0, use_include_path)
557 zend_bool use_include_path = 0; in php_tidy_quick_repair() local
563 …S() TSRMLS_CC, "p|Zsb", &arg1, &arg1_len, &config, &enc, &enc_len, &use_include_path) == FAILURE) { in php_tidy_quick_repair()
566 if (!(data = php_tidy_file_to_mem(arg1, use_include_path, &data_len TSRMLS_CC))) { in php_tidy_quick_repair()
570 …S() TSRMLS_CC, "s|Zsb", &arg1, &arg1_len, &config, &enc, &enc_len, &use_include_path) == FAILURE) { in php_tidy_quick_repair()
637 static char *php_tidy_file_to_mem(char *filename, zend_bool use_include_path, int *len TSRMLS_DC) in php_tidy_file_to_mem() argument
642 if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) { in php_tidy_file_to_mem()
1275 zend_bool use_include_path = 0; in PHP_FUNCTION() local
1282 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in PHP_FUNCTION()
1289 if (!(contents = php_tidy_file_to_mem(inputfile, use_include_path, &contents_len TSRMLS_CC))) { in PHP_FUNCTION()
1290 …TSRMLS_CC, E_WARNING, "Cannot Load '%s' into memory%s", inputfile, (use_include_path) ? " (Using i… in PHP_FUNCTION()
1588 zend_bool use_include_path = 0; in TIDY_DOC_METHOD() local
1596 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in TIDY_DOC_METHOD()
1603 if (!(contents = php_tidy_file_to_mem(inputfile, use_include_path, &contents_len TSRMLS_CC))) { in TIDY_DOC_METHOD()
1604 …TSRMLS_CC, E_WARNING, "Cannot Load '%s' into memory%s", inputfile, (use_include_path) ? " (Using i… in TIDY_DOC_METHOD()
1620 zend_bool use_include_path = 0; in TIDY_DOC_METHOD() local
1630 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in TIDY_DOC_METHOD()
1634 if (!(contents = php_tidy_file_to_mem(inputfile, use_include_path, &contents_len TSRMLS_CC))) { in TIDY_DOC_METHOD()
1635 …TSRMLS_CC, E_WARNING, "Cannot Load '%s' into memory%s", inputfile, (use_include_path) ? " (Using i… in TIDY_DOC_METHOD()