Home
last modified time | relevance | path

Searched refs:output (Results 476 – 500 of 559) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-8.1/tests/output/
H A Dob_start_basic_006.phpt6 * Function is implemented in main/output.c
/PHP-8.1/ext/oci8/tests/
H A Dbug27303_1_11gR1.phpt11 die("skip expected output only valid when using pre-Oracle 12c database");
H A Dbug27303_2_11gR1.phpt11 die("skip expected output only valid when using pre-Oracle 12c database");
H A Dbug27303_4_11gR1.phpt11 die("skip expected output only valid when using pre-Oracle 12c database");
H A Dimp_res_get_4.phpt11 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Drefcur_prefetch_3.phpt14 die("skip expected output only valid when using Oracle 11gR2 or greater database server");
H A Dimp_res_get_3.phpt11 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dimp_res_insert.phpt11 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dedition_1.phpt19 die("skip expected output only valid when using Oracle 11gR2 or greater database server");
H A Drefcur_prefetch_4.phpt10 die("skip expected output only valid when using Oracle 10g or greater database server");
/PHP-8.1/ext/standard/tests/general_functions/
H A Dis_int.phpt32 integer values, expected output: bool(true) */
122 is_int() on non integer types, expected output: bool(false) */
H A Dis_int_64bit.phpt34 integer values, expected output: bool(true) */
124 is_int() on non integer types, expected output: bool(false) */
H A Dprint_r.phpt12 //default = false, prints output to screen
14 //$return=TRUE, print_r() will return its output, instead of printing it
15 $ret_string = print_r($variable, true); //$ret_string captures the output
17 //$return=false, print_r() prints the output; default behavior
H A Dprint_r_64bit.phpt16 //default = false, prints output to screen
18 //$return=TRUE, print_r() will return its output, instead of printing it
19 $ret_string = print_r($variable, true); //$ret_string captures the output
21 //$return=false, print_r() prints the output; default behavior
/PHP-8.1/docs/
H A Drelease-process.md86 6. Check `./sapi/cli/php -v` output for version matching.
122 tarballs and output verification information to be included in announcement
173 Include in this information the verification information output by
210 6. Check `./sapi/cli/php -v` output for version matching.
226 tarballs and output verification information to be included in announcement
439 `include/gpg-keys.inc` in the `web-php` repository, adding the output of
/PHP-8.1/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>
H A Dbug50698_2.wsdl186 …<wsdl:output wsaw:Action="http://tempuri.org/EchoService/EchoResponse" message="tns:EchoService_Ec…
197 <wsdl:output>
199 </wsdl:output>
/PHP-8.1/build/
H A Dlibtool.m4246 # Check for compiler boilerplate output or warnings with
260 # Check for linker boilerplate output or warnings with
1937 AC_MSG_WARN([output file '$ofile' does not exist])
2364 reload_cmds='$LD$reload_flag -o $output$reload_objs'
3822 # compiler output when linking a shared library.
3823 # Parse the compiler output and extract the necessary
3917 # once in the compiler output.
4153 # A sed program that does not truncate output.
4397 # Transform the output of nm in a C name address pair
4650 # Try sorting and uniquifying the output.
[all …]
/PHP-8.1/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…
H A Dmysqli_stmt_get_result_metadata.phpt190 } catch (ValueError $e) { /* Suppress output because pos is RANDOM */}
197 } catch (ValueError $e) { /* Suppress output because pos is RANDOM */}
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt70 printf("[%03d + 4] %s - input = %s/%s, output = %s/%s\n", $offset,
/PHP-8.1/ext/mbstring/tests/
H A Dcp936_encoding.phpt18 // On output, we emit U+FF5E FULLWIDTH TILDE, but we accept U+223C as input
22 // On output, we emit U+00B0 RING OPERATOR, but we accept U+2218 as input
26 // On output, we emit U+FFE3 FULLWIDTH MACRON, but we accept U+203E as input
/PHP-8.1/sapi/apache2handler/
H A Dconfig.m431 AC_MSG_RESULT([The output of $APXS follows:])
/PHP-8.1/ext/soap/
H A Dphp_sdl.c901 xmlNodePtr input, output, fault, portTypeOperation, trav3; in load_wsdl() local
1007 output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE); in load_wsdl()
1008 if (output != NULL) { in load_wsdl()
1011 message = get_attribute(output->properties, "message"); in load_wsdl()
1033 output = get_node_ex(operation->children, "output", WSDL_NAMESPACE); in load_wsdl()
1034 if (output != NULL) { in load_wsdl()
1036 …wsdl_soap_binding_body(&ctx, output, wsdl_soap_namespace, &soapFunctionBinding->output, function->… in load_wsdl()
1724 sdl_deserialize_soap_body(&binding->output, encoders, types, &in); in get_sdl_from_cache()
2922 make_persistent_sdl_soap_body(&soap_binding->output, ptr_map); in make_persistent_sdl_function()
3543 delete_sdl_soap_binding_function_body(soapFunction->output); in delete_function()
[all …]
/PHP-8.1/ext/libxml/
H A Dlibxml.c547 int len, len_iter, output = 0; in php_libxml_internal_error_handler() local
555 output = 1; in php_libxml_internal_error_handler()
562 if (output == 1) { in php_libxml_internal_error_handler()

Completed in 103 milliseconds

1...<<11121314151617181920>>...23