Searched refs:section_text (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ |
H A D | run-tests.php | 1282 …if (@count($section_text['FILE']) + @count($section_text['FILEEOF']) + @count($section_text['FILE_… 1288 $section_text['FILE'] = preg_replace("/[\r\n]+$/", '', $section_text['FILEEOF']); 1297 $section_text['FILE'] = file_get_contents($section_text['FILE_EXTERNAL'], FILE_BINARY); 1305 …if ((@count($section_text['EXPECT']) + @count($section_text['EXPECTF']) + @count($section_text['EX… 1333 …section_text['GET']) || !empty($section_text['POST']) || !empty($section_text['GZIP_POST']) || !em… 1467 $section_text['INI'] = str_replace('{PWD}', dirname($file), $section_text['INI']); 1658 $args = isset($section_text['ARGS']) ? ' -- ' . $section_text['ARGS'] : ''; 1660 if (array_key_exists('POST_RAW', $section_text) && !empty($section_text['POST_RAW'])) { 1694 } elseif (array_key_exists('PUT', $section_text) && !empty($section_text['PUT'])) { 1728 } else if (array_key_exists('POST', $section_text) && !empty($section_text['POST'])) { [all …]
|
H A D | server-tests.php | 1067 if (!$section_text) return ''; 1125 if ($section_text) { 1139 $section_text = array( 1170 $section_text[$k]=trim($v); 1173 return $section_text; 1191 isset($section_text['INI']) && $section_text['INI']) { 1209 if ($section_text['SKIPIF']) { 1269 $havepost = array_key_exists('POST', $section_text) && !empty($section_text['POST']); 1271 $haveget = array_key_exists('GET', $section_text) && !empty($section_text['GET']); 1378 $args = $section_text['ARGS'] ? $section_text['ARGS'] : ''; [all …]
|
Completed in 12 milliseconds