Home
last modified time | relevance | path

Searched refs:inputs (Results 76 – 100 of 230) sorted by relevance

12345678910

/PHP-8.2/ext/standard/tests/array/
H A Darray_change_key_case_variation8.phpt11 $inputs = array (
19 foreach($inputs as $input) {
H A Darray_diff_variation8.phpt34 $inputs = array (
52 // loop through each sub-array of $inputs to check the behavior of array_unique()
54 foreach($inputs as $input) {
/PHP-8.2/.github/actions/configure-x32/
H A Daction.yml2 inputs:
17 ./configure ${{ inputs.configurationParameters }} \
/PHP-8.2/ext/standard/tests/math/
H A Dbase_convert_variation1.phpt16 $inputs = array(
51 // loop through each element of $inputs to check the behaviour of base_convert()
53 foreach($inputs as $input) {
H A Dhexdec_variation1.phpt22 $inputs = array(
58 // loop through each element of $inputs to check the behaviour of hexdec()
60 foreach($inputs as $input) {
H A Dhexdec_variation1_64bit.phpt22 $inputs = array(
58 // loop through each element of $inputs to check the behaviour of hexdec()
60 foreach($inputs as $input) {
H A Dabs_variation.phpt32 $inputs = array(
67 // loop through each element of $inputs to check the behavior of abs()
69 foreach($inputs as $input) {
H A Dbindec_variation1.phpt20 $inputs = array(
54 // loop through each element of $inputs to check the behaviour of bindec()
56 foreach($inputs as $input) {
H A Dbindec_variation1_64bit.phpt20 $inputs = array(
54 // loop through each element of $inputs to check the behaviour of bindec()
56 foreach($inputs as $input) {
H A Dceil_variation1.phpt27 $inputs = array(
61 // loop through each element of $inputs to check the behaviour of ceil()
63 foreach($inputs as $input) {
H A Dfloor_variation1.phpt27 $inputs = array(
61 // loop through each element of $inputs to check the behaviour of floor()
63 foreach($inputs as $input) {
H A Dround_variation1.phpt27 $inputs = array(
75 // loop through each element of $inputs to check the behaviour of round()
77 foreach($inputs as $input) {
/PHP-8.2/ext/date/tests/
H A Ddate_sunset_variation7.phpt10 $inputs = array (
23 foreach($inputs as $timezone => $value) {
H A Dgetdate_variation4.phpt11 $inputs = array(
22 foreach($inputs as $key =>$value) {
H A Dgmdate_variation13.phpt12 $inputs = array(
27 foreach($inputs as $key =>$value) {
H A Dstrftime_variation22.phpt23 $inputs = array(
31 foreach($inputs as $key =>$value) {
H A Dstrftime_variation4.phpt12 $inputs = array(
20 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation15.phpt13 $inputs = array(
21 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation21.phpt13 $inputs = array(
21 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation5.phpt14 $inputs = array(
23 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation7.phpt13 $inputs = array(
21 foreach($inputs as $key =>$value) {
H A Dstrftime_variation15.phpt13 $inputs = array(
21 foreach($inputs as $key =>$value) {
H A Dstrftime_variation21.phpt13 $inputs = array(
21 foreach($inputs as $key =>$value) {
H A Dstrftime_variation5.phpt13 $inputs = array(
22 foreach($inputs as $key =>$value) {
/PHP-8.2/ext/mbstring/tests/
H A Dbug43998.phpt14 $inputs = array(12345, 12.3456789000E-10, true, false, "");
16 foreach($inputs as $input) {

Completed in 29 milliseconds

12345678910