use_include_path   99 ext/phar/func_interceptors.c 	zend_bool use_include_path = 0;
use_include_path  116 ext/phar/func_interceptors.c 	if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "p|br!ll", &filename, &filename_len, &use_include_path, &zcontext, &offset, &maxlen) == FAILURE) {
use_include_path  120 ext/phar/func_interceptors.c 	if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) {
use_include_path  151 ext/phar/func_interceptors.c 			if (use_include_path) {
use_include_path  235 ext/phar/func_interceptors.c 	zend_bool use_include_path = 0;
use_include_path  247 ext/phar/func_interceptors.c 	if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "p|br!", &filename, &filename_len, &use_include_path, &zcontext) == FAILURE) {
use_include_path  250 ext/phar/func_interceptors.c 	if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) {
use_include_path  275 ext/phar/func_interceptors.c 		if (use_include_path) {
use_include_path  330 ext/phar/func_interceptors.c 	zend_bool use_include_path = 0;
use_include_path  343 ext/phar/func_interceptors.c 	if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "ps|br", &filename, &filename_len, &mode, &mode_len, &use_include_path, &zcontext) == FAILURE) {
use_include_path  346 ext/phar/func_interceptors.c 	if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) {
use_include_path  371 ext/phar/func_interceptors.c 		if (use_include_path) {
use_include_path  274 ext/spl/spl_directory.c static int spl_filesystem_file_open(spl_filesystem_object *intern, int use_include_path, int silent TSRMLS_DC) /* {{{ */
use_include_path  289 ext/spl/spl_directory.c 	intern->u.file.stream = php_stream_open_wrapper_ex(intern->file_name, intern->u.file.open_mode, (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, intern->u.file.context);
use_include_path  470 ext/spl/spl_directory.c 	zend_bool use_include_path = 0;
use_include_path  539 ext/spl/spl_directory.c 					&use_include_path, &intern->u.file.zcontext) == FAILURE) {
use_include_path  548 ext/spl/spl_directory.c 			if (spl_filesystem_file_open(intern, use_include_path, 0 TSRMLS_CC) == FAILURE) {
use_include_path 1934 ext/spl/spl_directory.c 	ZEND_ARG_INFO(0, use_include_path)
use_include_path 2291 ext/spl/spl_directory.c 	zend_bool use_include_path = 0;
use_include_path 2305 ext/spl/spl_directory.c 			&use_include_path, &intern->u.file.zcontext) == FAILURE) {		
use_include_path 2317 ext/spl/spl_directory.c 	if (spl_filesystem_file_open(intern, use_include_path, 0 TSRMLS_CC) == SUCCESS) {
use_include_path 3022 ext/spl/spl_directory.c 	ZEND_ARG_INFO(0, use_include_path)
use_include_path 1045 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, use_include_path)
use_include_path 1080 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, use_include_path)
use_include_path  384 ext/standard/file.c 	zend_bool use_include_path = 0;
use_include_path  396 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|b", &filename, &filename_len, &use_include_path) == FAILURE) {
use_include_path  401 ext/standard/file.c 			(use_include_path ? USE_PATH : 0) | REPORT_ERRORS,
use_include_path  528 ext/standard/file.c 	zend_bool use_include_path = 0;
use_include_path  537 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|br!ll", &filename, &filename_len, &use_include_path, &zcontext, &offset, &maxlen) == FAILURE) {
use_include_path  549 ext/standard/file.c 				(use_include_path ? USE_PATH : 0) | REPORT_ERRORS,
use_include_path  733 ext/standard/file.c 	zend_bool use_include_path;
use_include_path  749 ext/standard/file.c 	use_include_path = flags & PHP_FILE_USE_INCLUDE_PATH;
use_include_path  755 ext/standard/file.c 	stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context);
use_include_path  874 ext/standard/file.c 	zend_bool use_include_path = 0;
use_include_path  879 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ps|br", &filename, &filename_len, &mode, &mode_len, &use_include_path, &zcontext) == FAILURE) {
use_include_path  885 ext/standard/file.c 	stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context);
use_include_path 1367 ext/standard/file.c 	zend_bool use_include_path = 0;
use_include_path 1372 ext/standard/file.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|br!", &filename, &filename_len, &use_include_path, &zcontext) == FAILURE) {
use_include_path 1378 ext/standard/file.c 	stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context);
use_include_path  300 ext/tidy/tidy.c 	ZEND_ARG_INFO(0, use_include_path)
use_include_path  316 ext/tidy/tidy.c 	ZEND_ARG_INFO(0, use_include_path)
use_include_path  557 ext/tidy/tidy.c 	zend_bool use_include_path = 0;
use_include_path  563 ext/tidy/tidy.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|Zsb", &arg1, &arg1_len, &config, &enc, &enc_len, &use_include_path) == FAILURE) {
use_include_path  566 ext/tidy/tidy.c 		if (!(data = php_tidy_file_to_mem(arg1, use_include_path, &data_len TSRMLS_CC))) {
use_include_path  570 ext/tidy/tidy.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|Zsb", &arg1, &arg1_len, &config, &enc, &enc_len, &use_include_path) == FAILURE) {
use_include_path  637 ext/tidy/tidy.c static char *php_tidy_file_to_mem(char *filename, zend_bool use_include_path, int *len TSRMLS_DC)
use_include_path  642 ext/tidy/tidy.c 	if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) {
use_include_path 1275 ext/tidy/tidy.c 	zend_bool use_include_path = 0;
use_include_path 1282 ext/tidy/tidy.c 							  &options, &enc, &enc_len, &use_include_path) == FAILURE) {
use_include_path 1289 ext/tidy/tidy.c 	if (!(contents = php_tidy_file_to_mem(inputfile, use_include_path, &contents_len TSRMLS_CC))) {
use_include_path 1290 ext/tidy/tidy.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot Load '%s' into memory%s", inputfile, (use_include_path) ? " (Using include path)" : "");
use_include_path 1588 ext/tidy/tidy.c 	zend_bool use_include_path = 0;
use_include_path 1596 ext/tidy/tidy.c 							  &options, &enc, &enc_len, &use_include_path) == FAILURE) {
use_include_path 1603 ext/tidy/tidy.c 		if (!(contents = php_tidy_file_to_mem(inputfile, use_include_path, &contents_len TSRMLS_CC))) {
use_include_path 1604 ext/tidy/tidy.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot Load '%s' into memory%s", inputfile, (use_include_path) ? " (Using include path)" : "");
use_include_path 1620 ext/tidy/tidy.c 	zend_bool use_include_path = 0;
use_include_path 1630 ext/tidy/tidy.c 							  &options, &enc, &enc_len, &use_include_path) == FAILURE) {
use_include_path 1634 ext/tidy/tidy.c 	if (!(contents = php_tidy_file_to_mem(inputfile, use_include_path, &contents_len TSRMLS_CC))) {
use_include_path 1635 ext/tidy/tidy.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot Load '%s' into memory%s", inputfile, (use_include_path) ? " (Using include path)" : "");
use_include_path  553 ext/zlib/zlib.c 	long use_include_path = 0;
use_include_path  556 ext/zlib/zlib.c 	if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|l", &filename, &filename_len, &use_include_path)) {
use_include_path  560 ext/zlib/zlib.c 	if (use_include_path) {
use_include_path  594 ext/zlib/zlib.c 	long use_include_path = 0;
use_include_path  596 ext/zlib/zlib.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ps|l", &filename, &filename_len, &mode, &mode_len, &use_include_path) == FAILURE) {
use_include_path  600 ext/zlib/zlib.c 	if (use_include_path) {
use_include_path  622 ext/zlib/zlib.c 	long use_include_path = 0;
use_include_path  624 ext/zlib/zlib.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|l", &filename, &filename_len, &use_include_path) == FAILURE) {
use_include_path  628 ext/zlib/zlib.c 	if (use_include_path) {
use_include_path  755 ext/zlib/zlib.c 	ZEND_ARG_INFO(0, use_include_path)
use_include_path  761 ext/zlib/zlib.c 	ZEND_ARG_INFO(0, use_include_path)
use_include_path  766 ext/zlib/zlib.c 	ZEND_ARG_INFO(0, use_include_path)