Home
last modified time | relevance | path

Searched refs:output (Results 426 – 450 of 521) sorted by relevance

1...<<1112131415161718192021

/PHP-5.5/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.5/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()
H A Dxmlrpc.h383 …TIONS XMLRPC_RequestSetOutputOptions(XMLRPC_REQUEST request, XMLRPC_REQUEST_OUTPUT_OPTIONS output);
/PHP-5.5/build/
H A Dlibtool.m4246 # Check for compiler boilerplate output or warnings with
260 # Check for linker boilerplate output or warnings with
1930 AC_MSG_WARN([output file \`$ofile' does not exist])
2357 reload_cmds='$LD$reload_flag -o $output$reload_objs'
3817 # compiler output when linking a shared library.
3818 # Parse the compiler output and extract the necessary
3912 # once in the compiler output.
4148 # A sed program that does not truncate output.
4392 # Transform the output of nm in a C name address pair
4645 # Try sorting and uniquifying the output.
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt68 …ipped %d bytes. Last command STMT_SEND_LONG_DATA hasn't consumed all the output from the server in…
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_int.phpt36 integer values, expected output: bool(true) */
126 is_int() on non integer types, expected output: bool(false) */
H A Dis_int_64bit.phpt38 integer values, expected output: bool(true) */
128 is_int() on non integer types, expected output: bool(false) */
H A Dprint_r.phpt21 //default = false, prints output to screen
23 //$return=TRUE, print_r() will return its output, instead of printing it
24 $ret_string = print_r($variable, true); //$ret_string captures the output
26 //$return=false, print_r() prints the output; default behavior
H A Dprint_r_64bit.phpt22 //default = false, prints output to screen
24 //$return=TRUE, print_r() will return its output, instead of printing it
25 $ret_string = print_r($variable, true); //$ret_string captures the output
27 //$return=false, print_r() prints the output; default behavior
H A Ddebug_zval_dump_v.phpt7 to output.
/PHP-5.5/ext/oci8/tests/
H A Dedition_1.phpt14 die("skip expected output only valid when using Oracle 11gR2 or greater databases");
H A Drefcur_prefetch_4.phpt8 die("skip expected output only valid when using Oracle 10g or greater databases");
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt69 printf("[%03d + 4] %s - input = %s/%s, output = %s/%s\n", $offset,
/PHP-5.5/ext/standard/tests/strings/
H A Dprintf_variation1.phpt6 * Description: Produces output according to format .
/PHP-5.5/ext/iconv/tests/
H A Diconv_set_encoding_variation.phpt11 * Description: Sets internal encoding and output encoding for ob_iconv_handler()
/PHP-5.5/ext/soap/
H A Dphp_sdl.c906 xmlNodePtr input, output, fault, portTypeOperation, trav3; in load_wsdl() local
1013 if (output != NULL) { in load_wsdl()
1016 message = get_attribute(output->properties, "message"); in load_wsdl()
1022 name = get_attribute(output->properties, "name"); in load_wsdl()
1038 output = get_node_ex(operation->children, "output", WSDL_NAMESPACE); in load_wsdl()
1039 if (output != NULL) { in load_wsdl()
1041 …wsdl_soap_binding_body(&ctx, output, wsdl_soap_namespace, &soapFunctionBinding->output, function->… in load_wsdl()
1717 sdl_deserialize_soap_body(&binding->output, encoders, types, &in); in get_sdl_from_cache()
2932 make_persistent_sdl_soap_body(&soap_binding->output, ptr_map); in make_persistent_sdl_function()
3564 delete_sdl_soap_binding_function_body(soapFunction->output); in delete_function()
[all …]
/PHP-5.5/ext/mysql/
H A Dmysql.mak23 # Extensions of all input and output files
/PHP-5.5/ext/pgsql/
H A Dpgsql.mak20 # Extensions of all input and output files
/PHP-5.5/ext/ldap/
H A Dldap.mak15 # Extensions of all input and output files
/PHP-5.5/ext/xml/
H A Dxml.mak15 # Extensions of all input and output files
/PHP-5.5/sapi/apache2filter/
H A Dconfig.m433 AC_MSG_RESULT([The output of $APXS follows:])
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME443 contains compiler output from tests that "configure" runs.
677 directory, and compares the output with the contents of the corresponding
678 testoutput files. RunTest uses a file called testtry to hold the main output
712 You can also call RunTest with the single argument "list" to cause it to output
731 listed for checking. Where the comparison test output contains [\x00-\x7f] the
741 is output to say why. If running this test produces instances of the error
745 in the comparison output, it means that locale is not available on your system,
768 features such as information output from pcretest about JIT compilation.
772 mode. These are tests that generate different output in the two modes. They are
919 CleanTxt script to clean nroff output for txt man pages
[all …]
/PHP-5.5/ext/openssl/
H A Dopenssl.mak23 # Extensions of all input and output files
/PHP-5.5/sapi/apache2handler/
H A Dconfig.m432 AC_MSG_RESULT([The output of $APXS follows:])
/PHP-5.5/ext/libxml/
H A Dlibxml.c532 int len, len_iter, output = 0; in php_libxml_internal_error_handler() local
542 output = 1; in php_libxml_internal_error_handler()
549 if (output == 1) { in php_libxml_internal_error_handler()

Completed in 91 milliseconds

1...<<1112131415161718192021