Home
last modified time | relevance | path

Searched refs:array (Results 3501 – 3525 of 6719) sorted by relevance

1...<<141142143144145146147148149150>>...269

/PHP-8.1/ext/standard/tests/strings/
H A Dvfprintf_error1.phpt15 $args = array( 1, 2 );
23 var_dump( vfprintf( $fp, "Foo %d", array(6), "bar" ) );
H A Dvfprintf_error4.phpt15 var_dump( vfprintf( 'foo', 'bar', array( 'baz' ) ) );
20 var_dump( vfprintf( $fp, 'Foo %$c-0202Sd', array( 2 ) ) );
/PHP-8.1/Zend/tests/
H A Ddereference_014.phpt30 Warning: Trying to access array offset on value of type null in %s on line %d
35 Warning: Trying to access array offset on value of type null in %s on line %d
H A Dbug41209.phpt10 set_error_handler(array(__CLASS__, 'errorHandler'));
21 private $container = array();
H A Dbug48409.phpt15 return array('foo' => 'xyz');
34 $item = array('foo' => 'bar');
H A Dcall_user_func_001.phpt26 call_user_func(array(new $class, 'priv'), 'foobar');
31 call_user_func(array(new $class, 'prot'), 'foobar');
H A Dclosure_059.phpt18 call_user_func(array($f,"__invoke"), $a);
31 call_user_func(array($f,"__invoke"), $b);
/PHP-8.1/ext/com_dotnet/tests/
H A Dbug33386.phpt25 foreach (array(1,2) as $i) {
30 foreach (array(1,2) as $i) {
/PHP-8.1/ext/curl/tests/
H A Dcurl_copy_handle_basic_002.phpt34 string(163) "array(1) {
38 array(3) {
H A Dcurl_copy_handle_basic_005.phpt37 string(163) "array(1) {
41 array(3) {
/PHP-8.1/ext/standard/tests/serialize/
H A D__serialize_003.phpt20 public function __unserialize(array $data) {
47 array(1) {
/PHP-8.1/Zend/tests/arg_unpack/
H A Dtraversable_with_by_ref_parameters.phpt10 function gen($array) {
11 foreach ($array as $element) {
/PHP-8.1/Zend/tests/arrow_functions/
H A D006.phpt23 $varargs = fn(?int... $args): array => $args;
36 array(3) {
/PHP-8.1/ext/standard/tests/general_functions/
H A Dvar_export_basic7.phpt8 $unset_var = array();
12 $valid_nulls = array(
H A Dstrval.phpt26 $scalars = array(
119 $not_scalars = array (
123 array(), // arrays
124 array(NULL),
125 array(1,2,3,4),
126 array("string"),
/PHP-8.1/ext/date/tests/
H A DDateTimeZone_getLocation.phpt7 $countryCode = array("??");
8 $countryCodeTest = array("AU", "CA", "ET", "AF", "US", "KZ", "AM");
H A Dgetdate_basic.phpt22 array(11) {
46 array(11) {
/PHP-8.1/ext/dba/tests/
H A Ddba_cdb.phpt25 array(5) {
40 array(5) {
/PHP-8.1/ext/soap/tests/
H A Dclassmap003.phpt46 array('classmap'=>array('A'=>'A','B'=>'B')));
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_object.phpt54 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array());
64 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a'));
73 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a', 'b'));
79 var_dump(mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a', 'b', 'c')));
128 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_private_constructor', array('a', 'b'));
151 [0] mysqli_fetch_object(): Argument #3 ($constructor_args) must be of type array, string given in %…
H A Dmysqli_constants.phpt14 $expected_constants = array(
148 $expected_constants = array_merge($expected_constants, array(
155 $expected_constants = array_merge($expected_constants, array(
163 $expected_constants = array_merge($expected_constants, array(
188 $unexpected_constants = array();
/PHP-8.1/tests/classes/
H A Diterators_001.phpt53 $a = array(0,1,2);
55 echo "array:$v\n";
86 array:0
87 array:1
88 array:2
/PHP-8.1/Zend/tests/float_to_int/
H A Dwarnings_float_literals.phpt35 $array = ['a', 'b', 'c'];
36 var_dump($array[1.5]);
37 $array[2.5] = 'z';
38 var_dump($array);
111 array(3) {
/PHP-8.1/ext/standard/tests/file/
H A Duserstreams.phpt188 $seeks = array(
189 array(SEEK_SET, 0, 0),
190 array(SEEK_CUR, 8450, 8450),
191 array(SEEK_CUR, -7904, 546),
192 array(SEEK_CUR, 12456, 13002),
196 array(SEEK_SET, 0, 0)
199 $whence_map = array(
204 $whence_names = array(
230 $seeks[] = array($whence, $offset, $position);
235 $line_lengths = array(1024, 256, 64, 16);
/PHP-8.1/ext/standard/tests/dir/
H A Dreaddir_variation4-win32-mb.phpt26 $inputs = array(
43 array(),
66 // store file names into an array so can use sorted in expected output
144 array(16) {

Completed in 97 milliseconds

1...<<141142143144145146147148149150>>...269