Home
last modified time | relevance | path

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

12345678910

/php-src/.github/actions/configure-x64/
H A Daction.yml2 inputs:
23 ${{ inputs.skipSlow == 'false' && '--with-pgsql' || '' }} \
24 ${{ inputs.skipSlow == 'false' && '--with-pdo-pgsql' || '' }} \
25 ${{ inputs.skipSlow == 'false' && '--with-pdo-sqlite' || '' }} \
39 ${{ inputs.skipSlow == 'false' && '--with-tidy' || '' }} \
60 ${{ inputs.skipSlow == 'false' && '--with-ldap' || '' }} \
61 ${{ inputs.skipSlow == 'false' && '--with-ldap-sasl' || '' }} \
72 ${{ inputs.skipSlow == 'false' && '--with-snmp' || '' }} \
73 ${{ inputs.skipSlow == 'false' && '--with-unixODBC' || '' }} \
78 ${{ inputs.skipSlow == 'false' && '--with-pdo-dblib' || '' }} \
[all …]
/php-src/.github/actions/test-macos/
H A Daction.yml2 inputs:
22 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
23 -d opcache.jit=${{ inputs.jitType }} \
34 if: always() && inputs.testArtifacts != null
36 name: ${{ github.job }}_${{ inputs.testArtifacts }}
/php-src/.github/actions/build-libmysqlclient/
H A Daction.yml2 inputs:
16 LIBMYSQL=${{ inputs.libmysql }}
24 ${{ inputs.withMysqli == 'true' && 'MYSQLI=${MYSQL_DIR}/bin/mysql_config' || '' }}
26 ./configure ${{ inputs.configurationParameters }} \
31 ${{ inputs.withMysqli == 'true' && '--with-mysqli=${MYSQLI}' || '' }}
/php-src/main/streams/
H A Dtransports.c212 param.inputs.namelen = namelen; in php_stream_xport_bind()
243 param.inputs.namelen = namelen; in php_stream_xport_connect()
244 param.inputs.timeout = timeout; in php_stream_xport_connect()
272 param.inputs.backlog = backlog; in php_stream_xport_listen()
448 param.inputs.buf = buf; in php_stream_xport_recvfrom()
449 param.inputs.buflen = buflen; in php_stream_xport_recvfrom()
450 param.inputs.flags = flags; in php_stream_xport_recvfrom()
493 param.inputs.buf = (char*)buf; in php_stream_xport_sendto()
494 param.inputs.buflen = buflen; in php_stream_xport_sendto()
495 param.inputs.flags = flags; in php_stream_xport_sendto()
[all …]
H A Dxp_socket.c437 if ((xparam->inputs.flags & STREAM_OOB) == STREAM_OOB) { in php_sockop_set_option()
441 xparam->inputs.buf, xparam->inputs.buflen, in php_sockop_set_option()
443 xparam->inputs.addr, in php_sockop_set_option()
444 xparam->inputs.addrlen); in php_sockop_set_option()
455 if ((xparam->inputs.flags & STREAM_OOB) == STREAM_OOB) { in php_sockop_set_option()
462 xparam->inputs.buf, xparam->inputs.buflen, in php_sockop_set_option()
601 xparam->inputs.namelen = sizeof(unix_addr->sun_path) - 1; in parse_unix_address()
607 memcpy(unix_addr->sun_path, xparam->inputs.name, xparam->inputs.namelen); in parse_unix_address()
654 …return parse_ip_address_ex(xparam->inputs.name, xparam->inputs.namelen, portno, xparam->want_error… in parse_ip_address()
819 xparam->inputs.timeout, in php_tcp_sockop_connect()
[all …]
/php-src/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 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 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 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' ***
/php-src/.github/actions/test-linux/
H A Daction.yml2 inputs:
46 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
47 -d opcache.jit=${{ inputs.jitType }} \
50 … ${{ inputs.idleCpu == 'true' && '-j$(($(/usr/bin/nproc) - 1))' || '-j$(/usr/bin/nproc)' }} \
58 if: always() && inputs.testArtifacts != null
60 name: ${{ github.job }}_${{ inputs.testArtifacts }}
/php-src/.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-src/ext/json/tests/
H A Djson_validate_005.phpt2 json_validate() - compare against json_decode() for different types of inputs
6 $inputs = [
21 foreach ($inputs as $input) {
/php-src/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-src/ext/tidy/tests/
H A D029.phpt10 $inputs = array(
16 foreach ($inputs as $input) {
/php-src/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-src/ext/standard/tests/math/
H A Dpow_variation2.phpt14 $inputs = [
53 // loop through each element of $inputs to check the behaviour of pow()
54 foreach ($inputs as $input) {
H A Dpow_variation1_64bit.phpt18 $inputs = [
57 // loop through each element of $inputs to check the behaviour of pow()
58 foreach ($inputs as $input) {
H A Dpow_variation1.phpt19 $inputs = [
58 // loop through each element of $inputs to check the behaviour of pow()
59 foreach ($inputs as $input) {
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) {
/php-src/.github/actions/notify-slack/
H A Daction.yml2 inputs:
10 …s/${{ github.run_id }}|View Run>", "color": "danger", "mrkdwn_in": ["text"]}]}' ${{ inputs.token }}

Completed in 26 milliseconds

12345678910