Home
last modified time | relevance | path

Searched refs:output (Results 376 – 400 of 494) sorted by relevance

1...<<11121314151617181920

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_result_references_mysqlnd.phpt14 die("skip (TODO) PHP 6.0 has a difference debug_zval_dump output format");
/PHP-5.4/ext/standard/tests/dir/
H A Dreaddir_variation4.phpt65 // store file names into an array so can use sorted in expected output
/PHP-5.4/ext/pdo/
H A DTODO55 Trace mode will output very verbose info.
/PHP-5.4/ext/oci8/tests/
H A Dbind_char_2.phpt10 die("skip expected output only valid when using Oracle 10gR2 or 11.2.0.2 databases");
H A Dbug27303_1_11gR1.phpt11 die("skip expected output only valid when using specific Oracle database versions");
H A Dbug27303_2_11gR1.phpt11 die("skip expected output only valid when using specific Oracle database versions");
H A Dbug27303_4_11gR1.phpt11 die("skip expected output only valid when using specific Oracle database versions");
H A Dbug27303_1.phpt10 die("skip expected output only valid when using Oracle 10.2.0.2 or 11.2.0.2 databases");
H A Dbug27303_2.phpt10 die("skip expected output only valid when using Oracle 10.2.0.2 or 11.2.0.2 databases");
H A Dbug27303_4.phpt10 die("skip expected output only valid when using Oracle 10.2.0.2 or 11.2.0.2 databases");
/PHP-5.4/sapi/apache2filter/
H A Dsapi_apache2.c643 int output = (f == r->output_filters); in php_add_filter() local
651 output ? "Output" : "Input", r->uri); in php_add_filter()
657 if (output) { in php_add_filter()
/PHP-5.4/ext/xmlwriter/
H A Dphp_xmlwriter.c100 if (intern->output) { in xmlwriter_free_resource_ptr()
101 xmlBufferFree(intern->output); in xmlwriter_free_resource_ptr()
102 intern->output = NULL; in xmlwriter_free_resource_ptr()
1811 intern->output = NULL; in PHP_FUNCTION()
1864 intern->output = buffer; in PHP_FUNCTION()
1913 buffer = intern->output; in php_xmlwriter_flush()
/PHP-5.4/win32/build/
H A DMakefile51 $(BISON) --output=Zend/zend_ini_parser.c -v -d -p ini_ Zend/zend_ini_parser.y
54 $(BISON) --output=Zend/zend_language_parser.c -v -d -p zend Zend/zend_language_parser.y
/PHP-5.4/ext/xsl/tests/
H A Dbug49634.phpt24 <xsl:output encoding="UTF-8" indent="yes" method="xml" />
/PHP-5.4/ext/soap/
H A DTODO56 - support for binding operation input/output name attribute (part of overloading)
/PHP-5.4/tests/output/
H A Dob_start_basic_006.phpt7 * Function is implemented in main/output.c
/PHP-5.4/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt7 if (!strpos(strtolower(getenv('PDOTEST_DSN')), 'charset=we8mswin1252')) die('skip expected output v…
/PHP-5.4/sapi/apache2handler/
H A DREADME10 your script and hands the output to the next filter (which will
/PHP-5.4/sapi/cgi/tests/
H A D011.phpt165 Warning: Cannot modify header information - headers already sent by (output started at %s:3) in %s …
/PHP-5.4/ext/soap/tests/bugs/
H A Dbug50698_3.wsdl186 …<wsdl:output wsaw:Action="http://tempuri.org/EchoService/EchoResponse" message="tns:EchoService_Ec…
197 <wsdl:output>
199 </wsdl:output>
/PHP-5.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c877 int output; member
889 if (pc->output >= pc->start) { in collector_strpos()
892 pc->found_pos = pc->output; /* found position */ in collector_strpos()
927 pc->output++; in collector_strpos()
1243 pc.output = 0; in mbfl_substr_count()
1279 int output; member
1287 if (pc->output >= pc->stop) { in collector_substr()
1291 if (pc->output >= pc->start) { in collector_substr()
1295 pc->output++; in collector_substr()
1431 pc.output = 0; in mbfl_substr()
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c571 void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options) in xml_elem_serialize_to_stream() argument
573 xml_element_serialize(el, file_out_fptr, (void *)output, options, 0); in xml_elem_serialize_to_stream()
/PHP-5.4/ext/snmp/tests/
H A Dsnmp-object-properties.phpt194 Warning: main(): Unknown SNMP output print format '78' in %s on line %d
/PHP-5.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt13 to output.
H A Ddebug_zval_dump_b_64bit.phpt13 to output.

Completed in 77 milliseconds

1...<<11121314151617181920