Home
last modified time | relevance | path

Searched refs:output (Results 201 – 225 of 577) sorted by relevance

12345678910>>...24

/PHP-7.0/tests/output/
H A Dob_get_length_error_001.phpt7 * Function is implemented in main/output.c
H A Dob_017.phpt2 output buffering - stati
H A Dob_014.phpt2 output buffering - failure
H A Dob_015.phpt2 output buffering - failure
/PHP-7.0/ext/standard/tests/strings/
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 D006.phpt2 highlight_file() and output buffer
H A Dsetlocale_basic2.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 D007-win32.phpt2 php_strip_whitespace() and output buffer
H A D007.phpt2 php_strip_whitespace() and output buffer
H A Dmd5raw.phpt2 md5() with RAW output
/PHP-7.0/ext/hash/
H A Dphp_hash_haval.h32 short output; member
/PHP-7.0/ext/standard/
H A Dcrypt_freesec.c676 memcpy(data->output, setting, 9); in _crypt_extended_r()
677 data->output[9] = '\0'; in _crypt_extended_r()
678 p = (u_char *) data->output + 9; in _crypt_extended_r()
693 data->output[0] = setting[0]; in _crypt_extended_r()
694 data->output[1] = setting[1]; in _crypt_extended_r()
695 p = (u_char *) data->output + 2; in _crypt_extended_r()
724 return(data->output); in _crypt_extended_r()
/PHP-7.0/ext/xmlreader/tests/
H A Dbug70309.phpt2 XMLReader: Bug #70309 XmlReader read generates extra output
10 /* From the bug report an extra message comes from libxml2 debug output left unwrapped. */
/PHP-7.0/ext/xsl/tests/53965/
H A Dcollection.xsl6 <xsl:output method="html" encoding="iso-8859-1" indent="no"/>
/PHP-7.0/ext/zlib/tests/
H A Dbug74240.phpt21 $output = deflate_add(
/PHP-7.0/ext/gd/libgd/
H A Dgdkanji.c604 unsigned char *output;
615 output = (unsigned char *) gdMalloc (BUFSIZ);
616 any2eucjp (output, input, BUFSIZ);
617 str = output;
621 gdFree (output);
/PHP-7.0/ext/session/tests/
H A D015.phpt11 arg_separator.output=&
/PHP-7.0/ext/xmlrpc/tests/
H A Dbug72647.phpt2 Bug #72647 (xmlrpc_encode() unexpected output after referencing array elements)
/PHP-7.0/ext/standard/tests/streams/
H A Dstream_get_meta_data_process_basic.phpt7 $cmd = "echo here is some output";
/PHP-7.0/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_e.phpt7 to output.
/PHP-7.0/ext/calendar/tests/
H A Dunixtojd.phpt9 // this line has no impact on test output on Windows
27 // -if omitted from unixtojd.phpt, does NOT output DATE_TZ_ERRMSG
/PHP-7.0/sapi/phpdbg/
H A D.phpdbginit98 # The output of registered function calls is not,
101 # The output of shell commands will usually be more
/PHP-7.0/ext/iconv/tests/
H A Diconv_encoding_basic.phpt16 * Description: Get internal encoding and output encoding for ob_iconv_handler()
18 * Description: Sets internal encoding and output encoding for ob_iconv_handler()
/PHP-7.0/
H A DMakefile.gcov67 @$(LTP) --directory lcov_data/ --capture --base-directory=lcov_data --output-file $@
71 @$(LTP_GENHTML) --legend --output-directory lcov_html/ --title "PHP Code Coverage" php_lcov.info
/PHP-7.0/Zend/tests/
H A Dbug65911.phpt12 echo A::$this->foo; // should not output 'bar'

Completed in 100 milliseconds

12345678910>>...24