/PHP-5.6/tests/output/ |
H A D | ob_011.phpt | 2 output buffering - fatalism 13 Fatal error: ob_get_flush(): Cannot use output buffering in output buffering display handlers in %s…
|
H A D | ob_start_basic_003.phpt | 2 ob_start(): ensure even fatal error test is affected by output buffering. 7 return "I have stolen your output"; 18 I have stolen your output
|
H A D | ob_start_error_005.phpt | 8 * Function is implemented in main/output.c 23 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %s on …
|
H A D | ob_end_flush_error_001.phpt | 6 * Description: Flush (send) the output buffer, and delete current output buffer 7 * Source code: main/output.c
|
/PHP-5.6/sapi/cli/tests/ |
H A D | php_cli_server_013.phpt | 14 $output = ''; 32 $output .= fgets($fp); 36 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n"; 40 $output = ''; 54 $output .= fgets($fp); 58 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n"; 61 $output = ''; 75 $output .= fgets($fp); 79 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n";
|
/PHP-5.6/ext/openssl/tests/ |
H A D | openssl_csr_export_bacis.phpt | 29 var_dump(openssl_csr_export($csr, $output)); 30 var_dump(openssl_csr_export($wrong, $output)); 31 var_dump(openssl_csr_export($privkey, $output)); 32 var_dump(openssl_csr_export(array(), $output)); 33 var_dump(openssl_csr_export($csr, $output, false));
|
H A D | openssl_pkey_export_basic.phpt | 15 var_dump(openssl_pkey_export($key, $output, NULL, $config_arg)); 16 echo $output; 19 $details = openssl_pkey_get_details(openssl_pkey_get_private($output)); 23 openssl_pkey_export($key, $output, 'passphrase', $config_arg); 25 $details = openssl_pkey_get_details(openssl_pkey_get_private($output, 'passphrase'));
|
/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | bug49847.phpt | 12 exec('type ' . $f, $output); 14 exec("printf %4098d 1", $output); 16 var_dump($output);
|
H A D | head.phpt | 36 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s… 39 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s… 45 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s… 48 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
|
/PHP-5.6/tests/lang/ |
H A D | bug25547.phpt | 17 $output = array(); 18 ++$output[foo("bar")]; 20 print_r($output);
|
/PHP-5.6/win32/build/ |
H A D | buildconf.js | 113 var output = ""; 137 var output = ""; 147 output += emit_dep_modules(item.deps); 149 output += emit_module(item); 153 return output; 161 var output = ""; 169 output += emit_module(item); 175 output += emit_dep_modules(module_names); 177 return output;
|
/PHP-5.6/ext/standard/tests/file/windows_links/ |
H A D | bug48746.phpt | 14 $ret = @exec($cmd, $output, $return_val); 15 if (count($output) == 0) { 29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val); 30 exec("mklink /j mounted_volume " . $ret, $output, $ret_val); 32 exec("mklink /j mklink_junction directory", $output, $ret_val);
|
H A D | bug48746_1.phpt | 14 $ret = @exec($cmd, $output, $return_val); 15 if (count($output) == 0) { 25 exec("mkdir " . $dirname, $output, $ret_val); 29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val); 30 exec("mklink /j mounted_volume " . $ret, $output, $ret_val); 32 exec("mklink /j mklink_junction directory", $output, $ret_val);
|
/PHP-5.6/ext/standard/tests/http/ |
H A D | bug53198.phpt | 18 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output); 24 fseek($output, 0, SEEK_SET); 25 var_dump(stream_get_contents($output)); 26 fseek($output, 0, SEEK_SET);
|
/PHP-5.6/ext/spl/tests/ |
H A D | spl_iterator_getcallchildren.phpt | 17 $output = $test->callGetChildren(); 19 $output = null; 22 var_dump($output);
|
/PHP-5.6/ext/mysql/tests/ |
H A D | mysql_deprecated_api.phpt | 28 $output = ob_get_contents(); 31 if (!stristr($output, 'deprecated')) { 45 $output = ob_get_contents(); 48 if (!stristr($output, 'deprecated')) { 61 $output = ob_get_contents(); 64 if (!stristr($output, 'deprecated')) {
|
/PHP-5.6/ext/oci8/tests/ |
H A D | bug46994.phpt | 19 dbms_lob.writeappend(p1, 26, 'This should be the output.'); 24 dbms_lob.writeappend(p1, 37, 'The output should be even longer now.'); 76 string(26) "This should be the output." 78 string(37) "The output should be even longer now." 80 string(26) "This should be the output." 82 string(26) "This should be the output."
|
/PHP-5.6/ext/xsl/tests/ |
H A D | bug54446.phpt | 2 Bug #54446 (Arbitrary file creation via libxslt 'output' extension) 23 <sax:output href="$outputfile" method="text"> 25 </sax:output> 75 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li… 79 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li… 85 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li… 89 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
|
/PHP-5.6/ext/zlib/tests/ |
H A D | gzdeflate_variation1.phpt | 24 $output = gzdeflate($data); 25 var_dump( md5($output)); 26 var_dump(md5(gzdeflate($output)));
|
H A D | gzcompress_variation1.phpt | 22 $output = gzcompress($data); 23 var_dump( md5($output)); 24 var_dump(md5(gzcompress($output)));
|
H A D | gzcompress_basic1.phpt | 35 $output = gzcompress($data, $i); 36 var_dump(md5($output)); 37 var_dump(strcmp(gzuncompress($output), $data)); 43 $output = gzcompress($smallstring, $i); 44 var_dump(bin2hex($output)); 45 var_dump(strcmp(gzuncompress($output), $smallstring));
|
H A D | gzdeflate_basic1.phpt | 35 $output = gzdeflate($data, $i); 36 var_dump(md5($output)); 37 var_dump(strcmp(gzinflate($output), $data)); 43 $output = gzdeflate($smallstring, $i); 44 var_dump(bin2hex($output)); 45 var_dump(strcmp(gzinflate($output), $smallstring));
|
H A D | gzencode_basic1.phpt | 35 $output = gzencode($data, $i); 38 $output[9] = "\x00"; 40 var_dump(md5($output)); 46 $output = gzencode($smallstring, $i); 49 $output[9] = "\x00"; 51 var_dump(md5($output));
|
/PHP-5.6/Zend/tests/ |
H A D | get_defined_vars.phpt | 46 echo "\n*** Checking for output when get_defined_vars called in local function ***\n"; 50 echo "\n*** Checking for output when get_defined_vars called in function of a class ***\n"; 53 echo "\n*** Checking for output when get_defined_vars called in nested functions ***\n"; 106 *** Checking for output when get_defined_vars called in local function *** 112 *** Checking for output when get_defined_vars called in function of a class *** 118 *** Checking for output when get_defined_vars called in nested functions ***
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | md5_basic2.phpt | 2 Test md5() function : basic functionality - with raw output 10 echo "*** Testing md5() : basic functionality - with raw output***\n"; 27 *** Testing md5() : basic functionality - with raw output***
|