Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 578) sorted by last modified time

12345678910>>...24

/PHP-7.4/
H A DNEWS2074 . Fixed bug #78003 (strip_tags output change since PHP 7.3). (cmb)
H A Dconfigure.ac1329 AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[uname -a output])
1331 AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output])
1481 output.c getopt.c php_syslog.c, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
H A Drun-tests.php2150 if (!strncasecmp('skip', ltrim($output), 4)) {
2504 $output = preg_replace("/\r\n/", "\n", trim($out));
2510 $output = trim($match[2]);
2555 show_file_block('out', $output);
2558 $output = trim(preg_replace("/\n?Warning: Can't preload [^\n]*\n?/", "", $output));
2621 if (preg_match("/^$wanted_re\$/s", $output)) {
2650 if (!strcmp($output, $wanted)) {
2680 $output = $output_headers . "\n--HEADERS--\n" . $output;
2745 $output
2898 function generate_diff($wanted, $wanted_re, $output) argument
[all …]
/PHP-7.4/ext/gd/
H A Dgd.c3181 double input, output, gamma; in PHP_FUNCTION() local
3183 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rdd", &IM, &input, &output) == FAILURE) { in PHP_FUNCTION()
3187 if ( input <= 0.0 || output <= 0.0 ) { in PHP_FUNCTION()
3192 gamma = input / output; in PHP_FUNCTION()
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc34 …d char *input, size_t inputByteLen, unsigned char suffix, unsigned char *output, size_t outputByte…
39 unsigned char *curOutput = output;
108 /* First, output whole blocks */
119 /* Finally, output what remains */
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc34 …d char *input, size_t inputByteLen, unsigned char suffix, unsigned char *output, size_t outputByte…
39 unsigned char *curOutput = output;
108 /* First, output whole blocks */
119 /* Finally, output what remains */
/PHP-7.4/ext/libxml/
H A Dlibxml.c592 int len, len_iter, output = 0; in php_libxml_internal_error_handler() local
601 output = 1; in php_libxml_internal_error_handler()
608 if (output == 1) { in php_libxml_internal_error_handler()
/PHP-7.4/sapi/fpm/tests/
H A Dlog-bwp-realloc-buffer.phpt2 FPM: bug81513 - Buffered worker output plain log stream reallocation
H A Dtester.inc349 exec($cmd, $output, $code);
351 return preg_replace("/\[.+?\]/", "", $output[0]);
H A Dlogtool.inc194 // plain (not decorated) output
H A Dresponse.inc159 * Debug response output
/PHP-7.4/ext/mbstring/
H A Dmbstring.c3169 char *output = NULL; in php_mb_convert_encoding_ex() local
3198 output = (char *)ret->val; in php_mb_convert_encoding_ex()
3203 return output; in php_mb_convert_encoding_ex()
3262 HashTable *output, *chash; in php_mb_convert_encoding_recursive() local
3279 output = zend_new_array(zend_hash_num_elements(input)); in php_mb_convert_encoding_recursive()
3323 zend_hash_add(output, key, &entry_tmp); in php_mb_convert_encoding_recursive()
3326 zend_hash_index_add(output, idx, &entry_tmp); in php_mb_convert_encoding_recursive()
3331 return output; in php_mb_convert_encoding_recursive()
/PHP-7.4/main/
H A Dmain.c794 …arator.output", "&", PHP_INI_ALL, OnUpdateStringUnempty, arg_separator.output, php_core_globals,…
H A Doutput.c36 PHPAPI ZEND_DECLARE_MODULE_GLOBALS(output);
137 ZEND_INIT_MODULE_GLOBALS(output, php_output_init_globals, NULL); in php_output_startup()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2165 - * that we can't stat their readlink output, so stat the
/PHP-7.4/ext/ffi/
H A Dffi.g28 %output "ffi_parser.c"
/PHP-7.4/ext/standard/tests/file/
H A Dbug81145.phpt11 exec("fallocate -l " . (SIZE_4G-0x100) . " " . escapeshellarg($src), $output, $status);
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc35 echo "Server did not output startup message";
/PHP-7.4/ext/standard/tests/http/
H A Dbug78719.phpt15 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_formatOutput.phpt2 DOMDocument::saveHTMLFile() should format output on demand
/PHP-7.4/ext/soap/
H A Dphp_sdl.c902 xmlNodePtr input, output, fault, portTypeOperation, trav3; in load_wsdl() local
1008 output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE); in load_wsdl()
1009 if (output != NULL) { in load_wsdl()
1012 message = get_attribute(output->properties, "message"); in load_wsdl()
1034 output = get_node_ex(operation->children, "output", WSDL_NAMESPACE); in load_wsdl()
1035 if (output != NULL) { in load_wsdl()
1037 …wsdl_soap_binding_body(&ctx, output, wsdl_soap_namespace, &soapFunctionBinding->output, function->… in load_wsdl()
1723 sdl_deserialize_soap_body(&binding->output, encoders, types, &in); in get_sdl_from_cache()
2913 make_persistent_sdl_soap_body(&soap_binding->output, ptr_map); in make_persistent_sdl_function()
3528 delete_sdl_soap_binding_function_body(soapFunction->output); in delete_function()
[all …]
/PHP-7.4/ext/standard/tests/streams/
H A Dbug77069.phpt19 // Send this record output.
46 $output = '';
48 $output .= fread($stream, 16);
52 echo $output;
/PHP-7.4/build/
H A Dphp.m421 dnl Adds separator title configure output (idea borrowed from mm).
1558 dnl AC_CHECK_LIB is overkill and this only affects the "checking.." output
/PHP-7.4/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_select_db.phpt76 $output = ob_get_contents();
78 if (!stristr($output, "1049") && !stristr($output, "1044") && !stristr($output, "1045")) {
82 echo $output;

Completed in 128 milliseconds

12345678910>>...24