Home
last modified time | relevance | path

Searched refs:array (Results 4476 – 4500 of 6719) sorted by relevance

1...<<171172173174175176177178179180>>...269

/PHP-8.1/Zend/tests/
H A Ddead_array_type_inference.phpt18 Warning: foreach() argument must be of type array|object, null given in %s on line %d
H A Dunset_cv06.phpt21 Warning: Undefined array key "x" in %s on line %d
H A Dbug43344_12.phpt5 function f($a=array(namespace\bar)) {
H A Dns_077_3.phpt7 function foo($a = array(namespace\unknown => unknown))
H A Dbug81626.phpt7 public static function __callStatic(string $name, array $args): string
H A Dforeach_shadowed_dyn_property.phpt26 array(1) {
H A Doss_fuzz_58181.phpt5 function test(array $data) {
/PHP-8.1/ext/standard/tests/serialize/
H A Dbug72785.phpt17 array(1) {
/PHP-8.1/ext/standard/tests/image/
H A Dbug13213.phpt9 array(7) {
/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug49847.phpt22 array(1) {
/PHP-8.1/Zend/tests/traits/
H A Dbug76773.phpt12 if (\is_callable(array('parent', __FUNCTION__))) {
H A Dstatic_forward_static_call.phpt10 return 'Forwarded '.forward_static_call(array('A', 'test'));
/PHP-8.1/ext/date/tests/
H A Dbug44742.phpt6 $dates = array(
H A Dbug63391.phpt9 $dates = array('1599-12-30', '1599-12-31', '1600-01-01', '1600-01-02');
/PHP-8.1/ext/opcache/tests/jit/
H A Dassign_op_007.phpt21 Warning: Undefined array key "b" in %sassign_op_007.php on line 6
/PHP-8.1/ext/standard/tests/strings/
H A Dbug49687.phpt6 $tests = array(
/PHP-8.1/ext/spl/tests/
H A Dbug68479.phpt12 array(5) {
H A Dbug65328.phpt80 * @var array
152 * @param array $children
154 public function setChildren(array $children)
160 * @return array
/PHP-8.1/Zend/tests/type_declarations/
H A Diterable_003.phpt28 array(0) {
/PHP-8.1/ext/opcache/tests/opt/
H A Dgh10008.phpt17 $array = ["bool_or_int" => $bool_or_int, $string_key => 123];
/PHP-8.1/ext/standard/tests/file/
H A Dstat_variation7-win32.phpt72 array(26) {
126 array(26) {
182 array(26) {
236 array(26) {
/PHP-8.1/ext/oci8/tests/
H A Dconn_attr.inc8 $stmtarray = array(
23 $stmtarray = array(
35 if (!in_array($m['code'], array( // ignore expected errors
139 $stmtarray = array(
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindcolumn.phpt34 $data = array();
39 $data[] = array('id' => $id, 'label' => $label);
74 $data = array();
79 $data[] = array('id' => $id, 'label' => $label);
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_query.phpt55 … printf("[008a] Expecting array [%d] %s\n", mysqli_errno($link), mysqli_error($link));
70 … printf("[009a] Expecting array [%d] %s\n", mysqli_errno($link), mysqli_error($link));
120 array(1) {
124 array(1) {
H A Dmysqli_fetch_object_oo.phpt84 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a'));
93 $obj = $res->fetch_object('mysqli_fetch_object_construct', array('a', 'b'));
99 var_dump($res->fetch_object('mysqli_fetch_object_construct', array('a', 'b', 'c')));
133 mysqli_result::fetch_object(): Argument #2 ($constructor_args) must be of type array, null given

Completed in 44 milliseconds

1...<<171172173174175176177178179180>>...269