Home
last modified time | relevance | path

Searched refs:outputs (Results 1 – 25 of 27) sorted by relevance

12

/PHP-8.1/main/streams/
H A Dtransports.c217 return param.outputs.returncode; in php_stream_xport_bind()
252 return param.outputs.returncode; in php_stream_xport_connect()
277 return param.outputs.returncode; in php_stream_xport_listen()
305 *client = param.outputs.client; in php_stream_xport_accept()
307 *addr = param.outputs.addr; in php_stream_xport_accept()
317 return param.outputs.returncode; in php_stream_xport_accept()
340 *addr = param.outputs.addr; in php_stream_xport_get_name()
347 return param.outputs.returncode; in php_stream_xport_get_name()
365 return param.outputs.returncode; in php_stream_xport_crypto_setup()
385 return param.outputs.returncode; in php_stream_xport_crypto_enable()
[all …]
H A Dxp_socket.c406 xparam->outputs.returncode = sock_sendto(sock, in php_sockop_set_option()
411 if (xparam->outputs.returncode == -1) { in php_sockop_set_option()
427 xparam->outputs.returncode = sock_recvfrom(sock, in php_sockop_set_option()
733 xparam->outputs.error_code = err; in php_tcp_sockop_connect()
794 xparam->outputs.error_code = err; in php_tcp_sockop_connect()
822 xparam->outputs.client = NULL; in php_tcp_sockop_accept()
832 xparam->want_addr ? &xparam->outputs.addr : NULL, in php_tcp_sockop_accept()
836 &xparam->outputs.error_code, in php_tcp_sockop_accept()
850 if (xparam->outputs.client) { in php_tcp_sockop_accept()
851 xparam->outputs.client->ctx = stream->ctx; in php_tcp_sockop_accept()
[all …]
H A Dphp_stream_transport.h158 } outputs; member
206 } outputs; member
/PHP-8.1/.github/workflows/
H A Dnightly.yml11 outputs:
12 branches: ${{ steps.set-matrix.outputs.branches }}
13 matrix-include: ${{ steps.set-matrix.outputs.matrix-include }}
41 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
119 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
194 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
295 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
415 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
491 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
588 if: ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
[all …]
/PHP-8.1/ext/spl/tests/
H A Dbug64023.phpt15 // Does not work - outputs parent::__toString()
/PHP-8.1/ext/openssl/
H A Dxp_ssl.c2318 xparam->outputs.client = NULL; in php_openssl_tcp_sockop_accept()
2332 &xparam->outputs.error_code, in php_openssl_tcp_sockop_accept()
2349 if (xparam->outputs.client) { in php_openssl_tcp_sockop_accept()
2350 xparam->outputs.client->ctx = stream->ctx; in php_openssl_tcp_sockop_accept()
2366 xparam->outputs.client, 1) < 0) { in php_openssl_tcp_sockop_accept()
2369 php_stream_close(xparam->outputs.client); in php_openssl_tcp_sockop_accept()
2370 xparam->outputs.client = NULL; in php_openssl_tcp_sockop_accept()
2371 xparam->outputs.returncode = -1; in php_openssl_tcp_sockop_accept()
2517 ((xparam->outputs.returncode == 0) || in php_openssl_sockop_set_option()
2519 xparam->outputs.returncode == 1 && xparam->outputs.error_code == EINPROGRESS))) in php_openssl_sockop_set_option()
[all …]
/PHP-8.1/ext/opcache/tests/
H A Dzzz_basic_logging.phpt5 outputs the correct logging at the highest log_verbosity_level
/PHP-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_debugdumpparams.phpt22 …As with anything that outputs its result directly to the browser, the output-control functions can…
34 …As with anything that outputs its result directly to the browser, the output-control functions can…
/PHP-8.1/ext/hash/tests/
H A Dhash_hkdf_rfc5869.phpt15 echo "Test case 2 (SHA-256 with longer inputs/outputs): ",
39 echo "Test case 5 (SHA-1 with longer inputs/outputs): ",
66 Test case 2 (SHA-256 with longer inputs/outputs): b11e398dc80327a1c8e7f78c596a49344f012eda2d4efad8a…
69 Test case 5 (SHA-1 with longer inputs/outputs): 0bd770a74d1160f7c9f12cd5912a06ebff6adcae899d92191fe…
/PHP-8.1/ext/pdo/tests/
H A Dbug_69356.phpt25 …As with anything that outputs its result directly to the browser, the output-control functions can…
47 …As with anything that outputs its result directly to the browser, the output-control functions can…
/PHP-8.1/ext/calendar/tests/
H A Dunixtojd.phpt24 // -if omitted from easter_date.phpt, outputs DATE_TZ_ERRMSG warning
/PHP-8.1/ext/shmop/tests/
H A D002.phpt25 // Warning outputs: Unable to attach or create shared memory segment
/PHP-8.1/ext/standard/tests/array/
H A Darray_merge_recursive_variation2.phpt7 * that the function outputs proper warning messages wherever expected.
H A Darray_merge_recursive_variation1.phpt7 * that the function outputs proper warning messages wherever expected.
/PHP-8.1/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt81 var_dump(sprintf("%.3e", $number)); // outputs 3.63e+8
H A Dstrlen.phpt114 /* Here two different outputs, which depends on the rounding value
H A Dstrcasecmp.phpt107 /* Here two different outputs, which depends on the rounding value
H A Dstrcmp.phpt107 /* Here two different outputs, which depends on the rounding value
/PHP-8.1/build/
H A Dax_gcc_func_attribute.m4228 dnl provided but only outputs a warning, so accept the attribute
/PHP-8.1/ext/intl/tests/
H A Dut_common.inc4 * Then compare the outputs.
/PHP-8.1/sapi/fpm/
H A Dwww.conf.in200 ; By default the status page only outputs short status. Passing 'full' in the
/PHP-8.1/ext/phar/tests/files/
H A Dpear2coverage.phar96 * Takes a source file and outputs HTML source highlighting showing the
/PHP-8.1/
H A DNEWS1541 . Fixed bug GH-7748 (gethostbyaddr outputs binary string). (cmb)
H A Dphp.ini-development264 ; outputs chunks that are few hundreds bytes each as a result of
H A Dphp.ini-production264 ; outputs chunks that are few hundreds bytes each as a result of

Completed in 143 milliseconds

12