Home
last modified time | relevance | path

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

/PHP-7.3/
H A Drun-tests.php1315 if (isset($section_text[$section]) && $section_text[$section]) {
1360 …if (!isset($section_text['PHPDBG']) && @count($section_text['FILE']) + @count($section_text['FILEE…
1365 $section_text['FILE'] = preg_replace("/[\r\n]+$/", '', $section_text['FILEEOF']);
1377 $section_text[$prefix] = file_get_contents($section_text[$key], FILE_BINARY);
1385 …if ((@count($section_text['EXPECT']) + @count($section_text['EXPECTF']) + @count($section_text['EX…
1427section_text) || !empty($section_text['GET']) || !empty($section_text['POST']) || !empty($section_…
1453 $section_text['STDIN'] = $section_text['PHPDBG']."\n";
1596 $section_text['INI'] = str_replace('{PWD}', dirname($file), $section_text['INI']);
1788 $args = isset($section_text['ARGS']) ? ' -- ' . $section_text['ARGS'] : '';
1824 } elseif (array_key_exists('PUT', $section_text) && !empty($section_text['PUT'])) {
[all …]
H A Dserver-tests.php1054 if (!$section_text) return '';
1112 if ($section_text) {
1126 $section_text = array(
1144 $section_text[$section] = '';
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']);
[all …]

Completed in 24 milliseconds