/PHP-8.3/.github/actions/configure-x64/ |
H A D | action.yml | 2 inputs: 26 ${{ inputs.skipSlow == 'false' && '--with-pgsql' || '' }} \ 27 ${{ inputs.skipSlow == 'false' && '--with-pdo-pgsql' || '' }} \ 28 ${{ inputs.skipSlow == 'false' && '--with-pdo-sqlite' || '' }} \ 43 ${{ inputs.skipSlow == 'false' && '--with-tidy' || '' }} \ 66 ${{ inputs.skipSlow == 'false' && '--with-ldap' || '' }} \ 78 ${{ inputs.skipSlow == 'false' && '--with-snmp' || '' }} \ 79 ${{ inputs.skipSlow == 'false' && '--with-unixODBC' || '' }} \ 80 ${{ inputs.skipSlow == 'false' && '--with-imap' || '' }} \ 81 ${{ inputs.skipSlow == 'false' && '--with-imap-ssl' || '' }} \ [all …]
|
/PHP-8.3/.github/actions/build-libmysqlclient/ |
H A D | action.yml | 2 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-8.3/main/streams/ |
H A D | transports.c | 212 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 D | xp_socket.c | 437 xparam->inputs.buf, xparam->inputs.buflen, in php_sockop_set_option() 439 xparam->inputs.addr, in php_sockop_set_option() 440 xparam->inputs.addrlen); in php_sockop_set_option() 458 xparam->inputs.buf, xparam->inputs.buflen, in php_sockop_set_option() 591 bool is_abstract_ns = xparam->inputs.namelen > 0 && xparam->inputs.name[0] == '\0'; in parse_unix_address() 596 if (xparam->inputs.namelen > max_length) { in parse_unix_address() 602 xparam->inputs.namelen = max_length; in parse_unix_address() 608 memcpy(unix_addr->sun_path, xparam->inputs.name, xparam->inputs.namelen); in parse_unix_address() 655 …return parse_ip_address_ex(xparam->inputs.name, xparam->inputs.namelen, portno, xparam->want_error… in parse_ip_address() 820 xparam->inputs.timeout, in php_tcp_sockop_connect() [all …]
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | chr_variation1.phpt | 6 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 D | stristr_variation2.phpt | 6 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 D | print_variation1.phpt | 6 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 D | strtr_variation8.phpt | 2 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-8.3/.github/actions/test-libmysqlclient/ |
H A D | action.yml | 2 inputs: 11 ${{ inputs.withMysqli == 'true' && 'export MYSQL_TEST_USER=root' || '' }} 12 ${{ inputs.withMysqli == 'true' && 'export MYSQL_TEST_PASSWD=root' || '' }}
|
/PHP-8.3/.github/actions/test-macos/ |
H A D | action.yml | 2 inputs: 18 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \ 19 -d opcache.jit=${{ inputs.jitType }} \
|
/PHP-8.3/ext/json/tests/ |
H A D | json_validate_005.phpt | 2 json_validate() - compare against json_decode() for different types of inputs 6 $inputs = [ 21 foreach ($inputs as $input) {
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | packed_001.phpt | 9 $inputs = [ 18 foreach ($inputs as $input) {
|
H A D | array_multisort_variation7.phpt | 16 $inputs = array( 29 var_dump(array_multisort($inputs)); 30 var_dump($inputs);
|
H A D | array_multisort_variation8.phpt | 22 $inputs = array( 34 var_dump(array_multisort($inputs, SORT_STRING)); 35 var_dump($inputs);
|
/PHP-8.3/ext/tidy/tests/ |
H A D | 029.phpt | 10 $inputs = array( 16 foreach ($inputs as $input) {
|
/PHP-8.3/.github/actions/notify-slack/ |
H A D | action.yml | 2 inputs: 10 …s/${{ github.run_id }}|View Run>", "color": "danger", "mrkdwn_in": ["text"]}]}' ${{ inputs.token }}
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | escapeshellarg_variation1-win32.phpt | 23 $inputs = array( 50 // loop through each element of $inputs to check the behaviour of escapeshellarg() 52 foreach($inputs as $input) {
|
H A D | escapeshellarg_variation1.phpt | 23 $inputs = array( 49 // loop through each element of $inputs to check the behaviour of escapeshellarg() 51 foreach($inputs as $input) {
|
/PHP-8.3/.github/actions/test-linux/ |
H A D | action.yml | 2 inputs: 44 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \ 45 -d opcache.jit=${{ inputs.jitType }} \ 47 … ${{ inputs.idleCpu == 'true' && '-j$(($(/usr/bin/nproc) - 1))' || '-j$(/usr/bin/nproc)' }} \
|
/PHP-8.3/ext/standard/tests/math/ |
H A D | decbin_variation1.phpt | 13 $inputs = [ 36 // loop through each element of $inputs to check the behaviour of decbin() 37 foreach ($inputs as $i => $input) {
|
H A D | decbin_variation1_64bit.phpt | 13 $inputs = [ 36 // loop through each element of $inputs to check the behaviour of decbin() 37 foreach ($inputs as $i => $input) {
|
H A D | dechex_variation1.phpt | 13 $inputs = [ 36 // loop through each element of $inputs to check the behaviour of dechex() 37 foreach ($inputs as $i => $input) {
|
H A D | dechex_variation1_64bit.phpt | 13 $inputs = [ 36 // loop through each element of $inputs to check the behaviour of dechex() 37 foreach ($inputs as $i => $input) {
|
H A D | decoct_variation1.phpt | 13 $inputs = [ 36 // loop through each element of $inputs to check the behaviour of decoct() 37 foreach ($inputs as $i => $input) {
|
H A D | decoct_variation1_64bit.phpt | 13 $inputs = [ 36 // loop through each element of $inputs to check the behaviour of decoct() 37 foreach ($inputs as $i => $input) {
|