Lines Matching refs:use_include_path
298 ZEND_ARG_INFO(0, use_include_path)
314 ZEND_ARG_INFO(0, use_include_path)
561 zend_bool use_include_path = 0; in php_tidy_quick_repair() local
566 …S() TSRMLS_CC, "s|Zsb", &arg1, &arg1_len, &config, &enc, &enc_len, &use_include_path) == FAILURE) { in php_tidy_quick_repair()
574 if (!(data = php_tidy_file_to_mem(arg1, use_include_path, &data_len TSRMLS_CC))) { in php_tidy_quick_repair()
643 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
648 …if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0) | ENFORCE… in php_tidy_file_to_mem()
1224 zend_bool use_include_path = 0; in PHP_FUNCTION() local
1231 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in PHP_FUNCTION()
1241 if (!(contents = php_tidy_file_to_mem(inputfile, use_include_path, &contents_len TSRMLS_CC))) { in PHP_FUNCTION()
1242 …TSRMLS_CC, E_WARNING, "Cannot Load '%s' into memory%s", inputfile, (use_include_path) ? " (Using i… in PHP_FUNCTION()
1540 zend_bool use_include_path = 0; in TIDY_DOC_METHOD() local
1548 &options, &enc, &enc_len, &use_include_path) == FAILURE) { in TIDY_DOC_METHOD()
1558 if (!(contents = php_tidy_file_to_mem(inputfile, use_include_path, &contents_len TSRMLS_CC))) { in TIDY_DOC_METHOD()
1559 …SRMLS_CC, E_WARNING, "Cannot Load '%s' into memory %s", inputfile, (use_include_path) ? "(Using in… in TIDY_DOC_METHOD()
1575 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(inputfile, use_include_path, &contents_len TSRMLS_CC))) { in TIDY_DOC_METHOD()
1593 …SRMLS_CC, E_WARNING, "Cannot Load '%s' into memory %s", inputfile, (use_include_path) ? "(Using in… in TIDY_DOC_METHOD()