Bug # Summary Lines in run-tests.php Lines/Files in PHPT Description
N/A INI supports {PWD} expansion 1254 - 1256 N/A run-tests.php expands {PWD} to dirname(__FILE__) (DIR as of PHP 5.3)
N/A SKIPIF accept 'skip' expression 1265 - 1267 N/A run-tests.php show file at ('skip', DIR as of PHP 5.3);
N/A FILEEOF replace into FILE section 1097-1099 N/A run-tests.php use FILEEOF ( PATTERN ,"",DIR)
N/A get info from FILE_EXTERNAL 1104-1106 N/A run-tests.php file_get_contents(DIR)
N/A save text into FILE 1993-1994 N/A run-tests.php save_text( FILE, DIR)
N/A Division into array on ENV 1236-1237 N/A run-tests.php explode(" ", trim(DIR)) as $e
N/A REDIRECTTEST eval expression 1311 N/A run-tests.php eval(DIR as of PHP 5.3)
N/A use of trim with TEST 1314 N/A run-tests.php use of trim(DIR)
N/A save file with temp_file into FILE 1374 N/A run-tests.php save_file (FILE, DIR, TEMP_FILE))
N/A use of trim with GET 1376 N/A run-tests.php use of trim(DIR)
N/A use of trim with COOKIE 1387 N/A run-tests.php use of trim(DIR)
N/A save file with temp_file into CLEAN 1475-1477 N/A run-tests.php save_file (FILE, trim(DIR), TEMP_FILE))
N/A EXPECTHEADERS supports split into array 1522-1525 N/A run-tests.php use preg_split(PATTERN, DIR)
N/A Existence of XFAIL with isset 1630 N/A run-tests.php use the function isset(DIR) with XFAIL
N/A use of trim with EXPECTF 1554 N/A run-tests.php use of trim(DIR)
N/A use of trim with EXPECTREGEX 1556 N/A run-tests.php use of trim(DIR)