Home
last modified time | relevance | path

Searched refs:section_text (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/
H A Drun-tests.php1285 …if (@count($section_text['FILE']) + @count($section_text['FILEEOF']) + @count($section_text['FILE_…
1291 $section_text['FILE'] = preg_replace("/[\r\n]+$/", '', $section_text['FILEEOF']);
1300 $section_text['FILE'] = file_get_contents($section_text['FILE_EXTERNAL'], FILE_BINARY);
1308 …if ((@count($section_text['EXPECT']) + @count($section_text['EXPECTF']) + @count($section_text['EX…
1336section_text['GET']) || !empty($section_text['POST']) || !empty($section_text['GZIP_POST']) || !em…
1470 $section_text['INI'] = str_replace('{PWD}', dirname($file), $section_text['INI']);
1661 $args = isset($section_text['ARGS']) ? ' -- ' . $section_text['ARGS'] : '';
1663 if (array_key_exists('POST_RAW', $section_text) && !empty($section_text['POST_RAW'])) {
1697 } elseif (array_key_exists('PUT', $section_text) && !empty($section_text['PUT'])) {
1731 } else if (array_key_exists('POST', $section_text) && !empty($section_text['POST'])) {
[all …]
H A Dserver-tests.php1067 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 19 milliseconds