Searched refs:section_text (Results 1 – 2 of 2) sorted by relevance
1362 …if (!isset($section_text['PHPDBG']) && @count($section_text['FILE']) + @count($section_text['FILEE…1368 $section_text['FILE'] = preg_replace("/[\r\n]+$/", '', $section_text['FILEEOF']);1380 $section_text[$prefix] = file_get_contents($section_text[$key], FILE_BINARY);1389 …if ((@count($section_text['EXPECT']) + @count($section_text['EXPECTF']) + @count($section_text['EX…1432 …section_text['GET']) || !empty($section_text['POST']) || !empty($section_text['GZIP_POST']) || !em…1463 $section_text['STDIN'] = $section_text['PHPDBG']."\n";1607 $section_text['INI'] = str_replace('{PWD}', dirname($file), $section_text['INI']);1799 $args = isset($section_text['ARGS']) ? ' -- ' . $section_text['ARGS'] : '';1835 } elseif (array_key_exists('PUT', $section_text) && !empty($section_text['PUT'])) {1869 } else if (array_key_exists('POST', $section_text) && !empty($section_text['POST'])) {[all …]
1054 if (!$section_text) return '';1112 if ($section_text) {1126 $section_text = array(1157 $section_text[$k]=trim($v);1160 return $section_text;1178 isset($section_text['INI']) && $section_text['INI']) {1196 if ($section_text['SKIPIF']) {1256 $havepost = array_key_exists('POST', $section_text) && !empty($section_text['POST']);1258 $haveget = array_key_exists('GET', $section_text) && !empty($section_text['GET']);1365 $args = $section_text['ARGS'] ? $section_text['ARGS'] : '';[all …]
Completed in 16 milliseconds