Home
last modified time | relevance | path

Searched refs:output (Results 176 – 200 of 610) sorted by relevance

12345678910>>...25

/PHP-7.2/ext/pcre/tests/
H A Dbug74873.phpt2 Bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match())
/PHP-7.2/tests/output/
H A Dob_005.phpt2 output buffering - ob_end_clean
H A Dob_012.phpt2 output buffering - multiple
H A Dob_018.phpt2 output buffering - error message nirvana bug #37714
H A Dob_start_basic_001.phpt7 * Function is implemented in main/output.c
H A Dob_get_clean_basic_002.phpt7 * Function is implemented in main/output.c
/PHP-7.2/ext/hash/
H A Dhash_sha.c46 output[j] = (unsigned char) ((input[i] >> 24) & 0xff); in SHAEncode32()
47 output[j + 1] = (unsigned char) ((input[i] >> 16) & 0xff); in SHAEncode32()
48 output[j + 2] = (unsigned char) ((input[i] >> 8) & 0xff); in SHAEncode32()
49 output[j + 3] = (unsigned char) (input[i] & 0xff); in SHAEncode32()
740 output[j] = (unsigned char) ((input[i] >> 56) & 0xff); in SHAEncode64()
741 output[j + 1] = (unsigned char) ((input[i] >> 48) & 0xff); in SHAEncode64()
742 output[j + 2] = (unsigned char) ((input[i] >> 40) & 0xff); in SHAEncode64()
743 output[j + 3] = (unsigned char) ((input[i] >> 32) & 0xff); in SHAEncode64()
746 output[j + 6] = (unsigned char) ((input[i] >> 8) & 0xff); in SHAEncode64()
747 output[j + 7] = (unsigned char) (input[i] & 0xff); in SHAEncode64()
[all …]
/PHP-7.2/ext/xsl/tests/
H A Dxsltprocessor_transformToURI.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
50 var_dump($proc->transformToURI($xsldoc, 'php://output'));
H A Dxsltprocessor_transformToURI_wrongparam_001.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
52 $uri = 'php://output';
H A Dxsltprocessor_transformToURI_wrongparam_004.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
51 $uri = 'php://output';
H A Dxsltprocessor_transformToURI_wrongparam_002.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
52 $uri = 'php://output';
H A Dxsltprocessor_transformToURI_wrongparam_003.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
52 $uri = 'php://output';
/PHP-7.2/ext/zlib/tests/
H A Dgzseek_variation7.phpt28 echo "\nreading the output file\n";
45 reading the output file
/PHP-7.2/ext/dom/
H A DTODO3 2) look at auto encoding support for in/output
/PHP-7.2/ext/openssl/tests/
H A Dopenssl_x509_fingerprint_basic.phpt19 echo "**Testing raw output md5 **\n";
40 **Testing raw output md5 **
H A Dopenssl_public_decrypt_basic.phpt13 var_dump(openssl_public_decrypt($encrypted, $output, $pubkey));
14 var_dump($output);
/PHP-7.2/sapi/cli/tests/
H A Dbug70006.phpt2 Bug #70006 (cli - function with default arg = STDOUT crash output)
/PHP-7.2/ext/standard/
H A Dcrypt_freesec.h23 char output[21]; member
/PHP-7.2/ext/standard/tests/strings/
H A Dsetlocale_basic3.phpt29 // start the buffering of next command to internal output buffer
35 // get the contents from the internal output buffer
38 // fflush and end the output buffering to internal output buffer
H A Dsha1raw.phpt2 sha1() with RAW output
H A Dsetlocale_variation1.phpt29 // start the buffering of next command to internal output buffer
35 // get the contents from the internal output buffer
38 // fflush and end the output buffering to internal output buffer
/PHP-7.2/Zend/tests/
H A Dbug60978.phpt12 exec($php . ' -n -r "exit(2);"', $output, $exit_code);
H A Dbug69640.phpt2 Bug #69640 Unhandled Error thrown from userland do not produce any output
/PHP-7.2/
H A Dltmain.sh2047 case $output in
4870 $run $rm $output
4943 case $output in
4944 *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
5374 $echo >> $output "\
5443 $echo >> $output "\
5469 $echo >> $output "\
5487 $echo >> $output "\
5500 chmod +x $output
5655 case $output in
[all …]
/PHP-7.2/ext/xmlwriter/
H A Dphp_xmlwriter.h42 xmlBufferPtr output; member

Completed in 64 milliseconds

12345678910>>...25