Lines Matching refs:use_include_path
570 zend_long use_include_path = 0; in PHP_FUNCTION() local
573 …SS != zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &filename, &filename_len, &use_include_path)) { in PHP_FUNCTION()
577 if (use_include_path) { in PHP_FUNCTION()
611 zend_long use_include_path = 0; in PHP_FUNCTION() local
613 …ND_NUM_ARGS(), "ps|l", &filename, &filename_len, &mode, &mode_len, &use_include_path) == FAILURE) { in PHP_FUNCTION()
617 if (use_include_path) { in PHP_FUNCTION()
639 zend_long use_include_path = 0; in PHP_FUNCTION() local
641 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &filename, &filename_len, &use_include_path) == … in PHP_FUNCTION()
645 if (use_include_path) { in PHP_FUNCTION()
1215 ZEND_ARG_INFO(0, use_include_path)
1221 ZEND_ARG_INFO(0, use_include_path)
1226 ZEND_ARG_INFO(0, use_include_path)