Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 550) sorted by path

12345678910>>...22

/php-src/
H A D.gitattributes16 # Configure proper diff drivers to improve the context lines in the output
H A D.gitignore157 /sapi/phpdbg/phpdbg_parser.output
160 /Zend/zend_ini_parser.output
163 /Zend/zend_language_parser.output
H A DNEWS135 . Clear output handler status flags during handler initialization. (haszi)
230 wsdl operation !has output). (nielsdos)
H A DUPGRADING188 . Getting the debug info for WeakReference will now also output the object
190 . The output of Closure::__debugInfo() now includes the name, file, and line
H A DUPGRADING.INTERNALS190 attempted using the CSPRNG for better output size flexibility.
/php-src/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml16 Resulted in this output:
20 But I expected this output instead:
/php-src/Zend/tests/
H A Darginfo_zpp_mismatch.inc14 /* mess with output */
H A Dbug32296.phpt2 Bug #32296 (get_class_methods output has changed between 5.0.2 and 5.0.3)
H A Dbug46811.phpt4 arg_separator.output=&
7 var_dump(ini_set("arg_separator.output", ""));
8 var_dump(ini_get("arg_separator.output"));
H A Dbug60536_004.phpt2 …variables of the same name in a subclass is ok, and does not lead to any output. That is consisten…
H A Dbug60536_005.phpt2 …variables of the same name in a subclass is ok, and does not lead to any output. That is consisten…
H A Dbug60978.phpt5 exec(getenv('TEST_PHP_EXECUTABLE_ESCAPED') . ' -n -r "exit(2);"', $output, $exit_code);
H A Dbug63217.phpt32 /* These should all produce string(...) "..." output and not int(...) */
H A Dbug64677.phpt6 public function show_output($prepend, $output = '') {
14 function show_outputa($prepend, $output) {
H A Dbug64896.phpt34 /* will output:
H A Dbug65911.phpt13 echo A::$this->foo; // should not output 'bar'
H A Dbug69640.phpt2 Bug #69640 Unhandled Error thrown from userland do not produce any output
H A Dbug78406.phpt38 include $uri; // We expect one more "feature" output at line 3
H A Dbug80811.phpt2 Bug #80811: Function exec without $output but with $restult_code parameter crashes
7 exec('echo Something', output: $output, result_code: $resultCode);
10 echo 'Executing without output param:' . PHP_EOL;
18 Executing without output param:
H A Dget_defined_vars.phpt42 echo "\n*** Checking for output when get_defined_vars called in local function ***\n";
46 echo "\n*** Checking for output when get_defined_vars called in function of a class ***\n";
49 echo "\n*** Checking for output when get_defined_vars called in nested functions ***\n";
102 *** Checking for output when get_defined_vars called in local function ***
108 *** Checking for output when get_defined_vars called in function of a class ***
114 *** Checking for output when get_defined_vars called in nested functions ***
H A Dgh10695_6.phpt2 GH-10695: Exceptions from output buffering handlers during shutdown are caught
H A Dnew_oom.phpt15 $output = shell_exec("$php --no-php-ini $file $class 2>&1");
16output && preg_match('(^\nFatal error: Allowed memory size of [0-9]+ bytes exhausted[^\r\n]* \(tri…
18 echo $output, "\n";
H A Doutput_started_at_eval.phpt11 Warning: Cannot modify header information - headers already sent by (output started at %s(2) : eval…
/php-src/Zend/tests/closures/
H A Dclosure_from_callable.inc19 $output = $fn($input);
20 return $input === $output;
/php-src/Zend/tests/offsets/
H A Druntime_compile_time_offset_access.phpt23 function normalize_output(string $output, string $filename): string {
24 $output = str_replace(
27 $output
30 $output = preg_replace('/\)#\d+ \(/', ')#99 (', $output);
32 return $output;

Completed in 22 milliseconds

12345678910>>...22