Home
last modified time | relevance | path

Searched refs:inputs (Results 1 – 25 of 219) sorted by relevance

123456789

/PHP-8.1/.github/actions/build-libmysqlclient/
H A Daction.yml2 inputs:
16 LIBMYSQL=${{ inputs.libmysql }}
25 ${{ inputs.withMysqli == 'true' && 'MYSQLI=${MYSQL_DIR}/bin/mysql_config' || '' }}
27 ./configure ${{ inputs.configurationParameters }} \
32 ${{ inputs.withMysqli == 'true' && '--with-mysqli=${MYSQLI}' || '' }}
/PHP-8.1/main/streams/
H A Dtransports.c207 param.inputs.namelen = namelen; in php_stream_xport_bind()
238 param.inputs.namelen = namelen; in php_stream_xport_connect()
239 param.inputs.timeout = timeout; in php_stream_xport_connect()
267 param.inputs.backlog = backlog; in php_stream_xport_listen()
443 param.inputs.buf = buf; in php_stream_xport_recvfrom()
444 param.inputs.buflen = buflen; in php_stream_xport_recvfrom()
445 param.inputs.flags = flags; in php_stream_xport_recvfrom()
488 param.inputs.buf = (char*)buf; in php_stream_xport_sendto()
489 param.inputs.buflen = buflen; in php_stream_xport_sendto()
490 param.inputs.flags = flags; in php_stream_xport_sendto()
[all …]
H A Dxp_socket.c403 if ((xparam->inputs.flags & STREAM_OOB) == STREAM_OOB) { in php_sockop_set_option()
407 xparam->inputs.buf, xparam->inputs.buflen, in php_sockop_set_option()
409 xparam->inputs.addr, in php_sockop_set_option()
410 xparam->inputs.addrlen); in php_sockop_set_option()
421 if ((xparam->inputs.flags & STREAM_OOB) == STREAM_OOB) { in php_sockop_set_option()
428 xparam->inputs.buf, xparam->inputs.buflen, in php_sockop_set_option()
567 xparam->inputs.namelen = sizeof(unix_addr->sun_path) - 1; in parse_unix_address()
573 memcpy(unix_addr->sun_path, xparam->inputs.name, xparam->inputs.namelen); in parse_unix_address()
620 …return parse_ip_address_ex(xparam->inputs.name, xparam->inputs.namelen, portno, xparam->want_error… in parse_ip_address()
785 xparam->inputs.timeout, in php_tcp_sockop_connect()
[all …]
/PHP-8.1/ext/standard/tests/strings/
H A Dchr_variation1.phpt6 echo "*** Testing chr() function: with unexpected inputs for 'ascii' argument ***\n";
19 $inputs = array (
39 // loop through with each element of the $inputs array to test chr() function
41 foreach($inputs as $input) {
51 *** Testing chr() function: with unexpected inputs for 'ascii' argument ***
H A Dprint_variation1.phpt6 echo "*** Testing print() function: with unexpected inputs for 'arg' argument ***\n";
23 $inputs = array (
65 // loop through with each element of the $inputs array to test print() function
67 foreach($inputs as $input) {
79 *** Testing print() function: with unexpected inputs for 'arg' argument ***
H A Dstristr_variation2.phpt6 echo "*** Testing stristr() function: with unexpected inputs for 'needle' argument ***\n";
19 $inputs = array (
53 // loop through with each element of the $inputs array to test stristr() function
55 foreach($inputs as $input) {
69 *** Testing stristr() function: with unexpected inputs for 'needle' argument ***
H A Dstrtr_variation8.phpt2 Test strtr() function : usage variations - unexpected inputs for 'replace_pairs' argument
5 /* Test strtr() function: with unexpected inputs for 'replace_pairs'
9 echo "*** Testing strtr() function: with unexpected inputs for 'replace_pairs' ***\n";
24 // array of inputs for 'replace_pairs' argument
78 *** Testing strtr() function: with unexpected inputs for 'replace_pairs' ***
H A Dstrtr_variation6.phpt2 Test strtr() function : usage variations - unexpected inputs for 'from' argument
5 /* Test strtr() function: with unexpected inputs for 'from'
9 echo "*** Testing strtr() function: with unexpected inputs for 'from' ***\n";
78 *** Testing strtr() function: with unexpected inputs for 'from' ***
H A Dstrncasecmp_variation7.phpt7 echo "*** Test strncasecmp() function: with null terminated strings and binary inputs ***\n";
19 *** Test strncasecmp() function: with null terminated strings and binary inputs ***
/PHP-8.1/.github/actions/test-macos/
H A Daction.yml2 inputs:
17 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
18 -d opcache.jit=${{ inputs.jitType }} \
/PHP-8.1/.github/actions/test-libmysqlclient/
H A Daction.yml2 inputs:
11 ${{ inputs.withMysqli == 'true' && 'export MYSQL_TEST_USER=root' || '' }}
12 ${{ inputs.withMysqli == 'true' && 'export MYSQL_TEST_PASSWD=root' || '' }}
/PHP-8.1/ext/standard/tests/array/
H A Dpacked_001.phpt9 $inputs = [
18 foreach ($inputs as $input) {
H A Darray_multisort_variation7.phpt16 $inputs = array(
29 var_dump(array_multisort($inputs));
30 var_dump($inputs);
H A Darray_multisort_variation8.phpt22 $inputs = array(
34 var_dump(array_multisort($inputs, SORT_STRING));
35 var_dump($inputs);
/PHP-8.1/ext/tidy/tests/
H A D029.phpt10 $inputs = array(
16 foreach ($inputs as $input) {
/PHP-8.1/.github/actions/notify-slack/
H A Daction.yml2 inputs:
10 …s/${{ github.run_id }}|View Run>", "color": "danger", "mrkdwn_in": ["text"]}]}' ${{ inputs.token }}
/PHP-8.1/ext/standard/tests/general_functions/
H A Descapeshellarg_variation1-win32.phpt23 $inputs = array(
50 // loop through each element of $inputs to check the behaviour of escapeshellarg()
52 foreach($inputs as $input) {
H A Descapeshellarg_variation1.phpt23 $inputs = array(
49 // loop through each element of $inputs to check the behaviour of escapeshellarg()
51 foreach($inputs as $input) {
/PHP-8.1/.github/actions/test-linux/
H A Daction.yml2 inputs:
32 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
33 -d opcache.jit=${{ inputs.jitType }} \
/PHP-8.1/ext/standard/tests/math/
H A Ddecbin_variation1.phpt13 $inputs = [
36 // loop through each element of $inputs to check the behaviour of decbin()
37 foreach ($inputs as $i => $input) {
H A Ddecbin_variation1_64bit.phpt13 $inputs = [
36 // loop through each element of $inputs to check the behaviour of decbin()
37 foreach ($inputs as $i => $input) {
H A Ddechex_variation1.phpt13 $inputs = [
36 // loop through each element of $inputs to check the behaviour of dechex()
37 foreach ($inputs as $i => $input) {
H A Ddechex_variation1_64bit.phpt13 $inputs = [
36 // loop through each element of $inputs to check the behaviour of dechex()
37 foreach ($inputs as $i => $input) {
H A Ddecoct_variation1.phpt13 $inputs = [
36 // loop through each element of $inputs to check the behaviour of decoct()
37 foreach ($inputs as $i => $input) {
H A Ddecoct_variation1_64bit.phpt13 $inputs = [
36 // loop through each element of $inputs to check the behaviour of decoct()
37 foreach ($inputs as $i => $input) {

Completed in 75 milliseconds

123456789