/PHP-7.3/ext/openssl/tests/ |
H A D | openssl_pkey_export_basic.phpt | 17 var_dump(openssl_pkey_export($key, $output, NULL, $config_arg)); 18 echo $output; 21 $details = openssl_pkey_get_details(openssl_pkey_get_private($output)); 25 openssl_pkey_export($key, $output, 'passphrase', $config_arg); 27 $details = openssl_pkey_get_details(openssl_pkey_get_private($output, 'passphrase'));
|
/PHP-7.3/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-7.3/tests/output/ |
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
|
H A D | bug65593.phpt | 12 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug6…
|
/PHP-7.3/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> 73 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li… 77 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li… 83 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li… 87 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
|
H A D | bug54446_with_ini.phpt | 2 Bug #54446 (Arbitrary file creation via libxslt 'output' extension with php.ini setting) 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…
|
H A D | xslt002.phpt | 9 // changing output method to html 11 $res = $xp->query("/xsl:stylesheet/xsl:output/@method"); 13 print "No or more than one xsl:output/@method found";
|
/PHP-7.3/ext/standard/ |
H A D | pack.c | 94 *output++ = v[map[i]]; in php_pack() 240 zend_string *output; in PHP_FUNCTION() local 453 output = zend_string_alloc(outputsize, 0); in PHP_FUNCTION() 471 memcpy(&ZSTR_VAL(output)[outputpos], ZSTR_VAL(str), in PHP_FUNCTION() 508 ZSTR_VAL(output)[++outputpos] = 0; in PHP_FUNCTION() local 513 ZSTR_VAL(output)[outputpos] |= (n << nibbleshift); in PHP_FUNCTION() local 600 memcpy(&ZSTR_VAL(output)[outputpos], &v, sizeof(v)); in PHP_FUNCTION() 656 memset(&ZSTR_VAL(output)[outputpos], '\0', arg); in PHP_FUNCTION() 679 ZSTR_VAL(output)[outputpos] = '\0'; in PHP_FUNCTION() local 680 ZSTR_LEN(output) = outputpos; in PHP_FUNCTION() [all …]
|
/PHP-7.3/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***
|
/PHP-7.3/ext/standard/tests/http/ |
H A D | bug79265_2.phpt | 15 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output); 26 fseek($output, 0, SEEK_SET); 27 echo stream_get_contents($output);
|
H A D | bug79265.phpt | 15 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output); 27 fseek($output, 0, SEEK_SET); 28 echo stream_get_contents($output);
|
H A D | bug48929.phpt | 19 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output); 25 fseek($output, 0, SEEK_SET); 26 var_dump(stream_get_contents($output)); 27 fseek($output, 0, SEEK_SET);
|
H A D | bug67430.phpt | 25 $pid = http_server('tcp://127.0.0.1:12342', $responses, $output); 28 fseek($output, 0, SEEK_SET); 29 echo stream_get_contents($output);
|
/PHP-7.3/ext/standard/tests/general_functions/ |
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…
|
H A D | ob_get_flush_error.phpt | 8 …cription: Get current buffer contents, flush (send) the output buffer, and delete current output b… 9 * Source code: main/output.c
|
H A D | ob_get_flush_basic.phpt | 8 …cription: Get current buffer contents, flush (send) the output buffer, and delete current output b… 9 * Source code: main/output.c
|
/PHP-7.3/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-7.3/ext/standard/tests/filters/ |
H A D | read.phpt | 9 $output = 0; 14 $output = 1; 19 $output = 1; 21 return $output ? PSFS_PASS_ON : PSFS_FEED_ME;
|
/PHP-7.3/ext/soap/tests/ |
H A D | classmap.wsdl | 27 <output message="tns:dotestResponse"/> 31 <output message="tns:dotest2Response"/> 41 <output> 43 </output> 50 <output> 52 </output>
|
/PHP-7.3/ext/mbstring/tests/ |
H A D | mb_http_output.phpt | 12 // Set HTTP output encoding to ASCII 18 // Set HTTP output encoding to SJIS 24 // Set HTTP output encoding to JIS 30 // Set HTTP output encoding to UTF8 36 // Set HTTP output encoding to EUC-JP
|
/PHP-7.3/ext/standard/tests/ |
H A D | bug79821.phpt | 6 foreach (['var_dump', 'debug_zval_dump', 'var_export'] as $output) { 15 $output($foo[0]);
|