Home
last modified time | relevance | path

Searched refs:output (Results 151 – 175 of 494) sorted by relevance

12345678910>>...20

/PHP-5.4/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 */
H A Dbug44394.phpt2 Bug #44394 (Last two bytes missing from output)
/PHP-5.4/tests/output/
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
H A Dob_get_contents_basic_001.phpt8 * Description: Return the contents of the output buffer
9 * Source code: 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_end_clean_error_001.phpt7 * Function is implemented in main/output.c
H A Dob_get_length_error_001.phpt7 * Function is implemented in main/output.c
/PHP-5.4/ext/dom/
H A DTODO3 2) look at auto encoding support for in/output
/PHP-5.4/
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-5.4/ext/standard/tests/
H A Dphp_logo_guid.phpt2 Check the output of the php_logo_guid() function
/PHP-5.4/ext/standard/tests/strings/
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 Dsha1raw.phpt2 sha1() with RAW output
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 Dsetlocale_basic1.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 Dmd5.phpt2 md5() with ASCII output
/PHP-5.4/ext/openssl/tests/
H A D016.phpt13 var_dump(openssl_public_decrypt($encrypted, $output, $pubkey));
14 var_dump($output);
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c593 if(request && output) { in XMLRPC_RequestSetOutputOptions()
594 memcpy (&request->output, output, in XMLRPC_RequestSetOutputOptions()
596 return &request->output; in XMLRPC_RequestSetOutputOptions()
624 return request ? &request->output : NULL; in XMLRPC_RequestGetOutputOptions()
697 if (request->output.version == xmlrpc_version_simple) { in XMLRPC_REQUEST_ToXML()
700 else if (request->output.version == xmlrpc_version_1_0 || in XMLRPC_REQUEST_ToXML()
701 request->output.version == xmlrpc_version_none) { in XMLRPC_REQUEST_ToXML()
711 &request->output.xml_elem_opts, in XMLRPC_REQUEST_ToXML()
813 request->output.version = xmlrpc_version_simple; in XMLRPC_REQUEST_FromXML()
817 request->output.version = xmlrpc_version_soap_1_1; in XMLRPC_REQUEST_FromXML()
[all …]
/PHP-5.4/ext/standard/
H A Dcrypt_freesec.h36 char output[21]; member
H A Dcrypt_freesec.c678 memcpy(data->output, setting, 9); in _crypt_extended_r()
679 data->output[9] = '\0'; in _crypt_extended_r()
680 p = (u_char *) data->output + 9; in _crypt_extended_r()
695 data->output[0] = setting[0]; in _crypt_extended_r()
696 data->output[1] = setting[1]; in _crypt_extended_r()
697 p = (u_char *) data->output + 2; in _crypt_extended_r()
726 return(data->output); in _crypt_extended_r()
/PHP-5.4/tests/lang/
H A Dbug24403.phpt11 $output = preg_replace(

Completed in 72 milliseconds

12345678910>>...20