Searched refs:section_text (Results 1 – 2 of 2) sorted by relevance
1334 …if (!isset($section_text['PHPDBG']) && @count($section_text['FILE']) + @count($section_text['FILEE…1340 $section_text['FILE'] = preg_replace("/[\r\n]+$/", '', $section_text['FILEEOF']);1352 $section_text[$prefix] = file_get_contents($section_text[$key], FILE_BINARY);1361 …if ((@count($section_text['EXPECT']) + @count($section_text['EXPECTF']) + @count($section_text['EX…1389 …section_text['GET']) || !empty($section_text['POST']) || !empty($section_text['GZIP_POST']) || !em…1419 $section_text['STDIN'] = $section_text['PHPDBG']."\n";1564 $section_text['INI'] = str_replace('{PWD}', dirname($file), $section_text['INI']);1753 $args = isset($section_text['ARGS']) ? ' -- ' . $section_text['ARGS'] : '';1789 } elseif (array_key_exists('PUT', $section_text) && !empty($section_text['PUT'])) {1823 } else if (array_key_exists('POST', $section_text) && !empty($section_text['POST'])) {[all …]
1066 if (!$section_text) return '';1124 if ($section_text) {1138 $section_text = array(1169 $section_text[$k]=trim($v);1172 return $section_text;1190 isset($section_text['INI']) && $section_text['INI']) {1208 if ($section_text['SKIPIF']) {1268 $havepost = array_key_exists('POST', $section_text) && !empty($section_text['POST']);1270 $haveget = array_key_exists('GET', $section_text) && !empty($section_text['GET']);1377 $args = $section_text['ARGS'] ? $section_text['ARGS'] : '';[all …]
Completed in 18 milliseconds