Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-7.1/ext/xsl/tests/
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_003.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';
/PHP-7.1/sapi/cli/tests/
H A Dbug70006.phpt2 Bug #70006 (cli - function with default arg = STDOUT crash output)
/PHP-7.1/ext/standard/
H A Dcrypt_freesec.h23 char output[21]; member
/PHP-7.1/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
H A D005.phpt2 highlight_string(), output buffer and error level
H A Dbug24098.phpt4 <?php if (DIRECTORY_SEPARATOR == '\\') die("skip directory separator won't match expected output");…
H A Dmd5.phpt2 md5() with ASCII output
/PHP-7.1/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.1/
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.1/tests/output/
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
H A Dob_get_clean_basic_001.phpt7 * Function is implemented in main/output.c
H A Dob_get_status.phpt19 string(22) "default output handler"
H A Dob_get_contents_basic_001.phpt8 * Description: Return the contents of the output buffer
9 * Source code: main/output.c
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_public_decrypt_basic.phpt13 var_dump(openssl_public_decrypt($encrypted, $output, $pubkey));
14 var_dump($output);
/PHP-7.1/ext/xmlwriter/
H A Dphp_xmlwriter.h42 xmlBufferPtr output; member
/PHP-7.1/ext/standard/tests/general_functions/
H A Dfloatval.phpt36 float values, expected output:float value for valid floating point number */
45 float values, expected output:float value for valid floating point number */
80 floatval() on non float types, expected output: float value valid floating point numbers */
89 doubleval() on non float types, expected output: float value valid floating point numbers */
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c597 if(request && output) { in XMLRPC_RequestSetOutputOptions()
598 memcpy (&request->output, output, in XMLRPC_RequestSetOutputOptions()
600 return &request->output; in XMLRPC_RequestSetOutputOptions()
628 return request ? &request->output : NULL; in XMLRPC_RequestGetOutputOptions()
701 if (request->output.version == xmlrpc_version_simple) { in XMLRPC_REQUEST_ToXML()
704 else if (request->output.version == xmlrpc_version_1_0 || in XMLRPC_REQUEST_ToXML()
705 request->output.version == xmlrpc_version_none) { in XMLRPC_REQUEST_ToXML()
715 &request->output.xml_elem_opts, in XMLRPC_REQUEST_ToXML()
817 request->output.version = xmlrpc_version_simple; in XMLRPC_REQUEST_FromXML()
821 request->output.version = xmlrpc_version_soap_1_1; in XMLRPC_REQUEST_FromXML()
[all …]
/PHP-7.1/ext/hash/tests/
H A Dbug64745.phpt2 Bug #64745 hash_pbkdf2() truncates data when using default length and hex output

Completed in 49 milliseconds

12345678910>>...24