Home
last modified time | relevance | path

Searched refs:array (Results 1301 – 1325 of 6719) sorted by relevance

1...<<51525354555657585960>>...269

/PHP-8.1/Zend/tests/
H A Dbug66015.phpt2 Bug #66015 (wrong array indexing in class's static property)
11 protected static $array = [
20 var_export(self::$array);
27 array (
H A Dstrict_001.phpt2 using resource as array offset
10 $array = array(1,2,3,4,5,6,7);
12 var_dump($array[$fp]);
H A Dbug68215.phpt5 $arr = array(
6 'a' => array(
13 'b' => array(
58 array(5) {
60 array(5) {
73 array(5) {
H A Dbug70547.phpt32 array(4) {
42 array(4) {
56 array(4) {
66 array(4) {
76 array(4) {
86 array(4) {
H A Dbug47836.phpt2 Bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value)
16 Cannot add element to the array as the next element is already occupied
17 array(1) {
/PHP-8.1/ext/standard/tests/general_functions/
H A Dgetopt_005.phpt10 var_dump(getopt("a:", array("arg:")));
13 array(2) {
15 array(2) {
22 array(3) {
/PHP-8.1/ext/oci8/
H A Doci8_statement.c1009 switch (bind->array.type) { in php_oci_bind_post_exec()
1657 bind->array.type = type; in php_oci_bind_array_by_name()
1683 if (bind->array.elements) { in php_oci_bind_array_by_name()
1684 efree(bind->array.elements); in php_oci_bind_array_by_name()
1691 if (bind->array.indicators) { in php_oci_bind_array_by_name()
1750 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_string()
1762 efree(bind->array.elements); in php_oci_bind_array_helper_string()
1784 efree(bind->array.elements); in php_oci_bind_array_helper_string()
1823 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_number()
1864 bind->array.old_length = bind->array.current_length; in php_oci_bind_array_helper_double()
[all …]
/PHP-8.1/ext/ldap/tests/
H A Dldap_mod_add_basic.phpt17 $entry = array(
39 array(2) {
43 array(8) {
45 array(3) {
56 array(2) {
65 array(2) {
/PHP-8.1/ext/standard/tests/array/
H A Darray_udiff_uassoc_basic.phpt6 * Function is implemented in ext/standard/array.c
22 $a = array("0.1" => new cr(9), "0.5" => new cr(12), 0 => new cr(23), 1 => new cr(4), 2 => new cr(-1…
23 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15…
24 $result = array_udiff_uassoc($a, $b, array("cr", "comp_func_cr"), array("cr", "comp_func_key"));
28 array(3) {
H A Dextract_variation5.phpt6 $mixed_array = array(
7 array( array("oNe", "tWo", 4), array(10, 20, 30, 40, 50), array() ),
8 array( "one" => 1, "one" => 2, "three" => 3, 3, 4, 3 => 33, 4 => 44, 5, 6,
H A Darray_walk_recursive_object2.phpt2 Test array_walk_recursive() function : object functionality - array of objects
6 * Testing array_walk_recursive() with an array of objects
9 echo "*** Testing array_walk_recursive() : array of objects ***\n";
51 // array containing objects of MyClass
52 $input = array (
53 array(
58 array(new MyClass(-10))
71 *** Testing array_walk_recursive() : array of objects ***
/PHP-8.1/ext/pdo_dblib/tests/
H A Dbug_69592.phpt40 array(0) {
43 array(1) {
45 array(1) {
51 array(1) {
53 array(1) {
59 array(0) {
/PHP-8.1/ext/oci8/tests/
H A Dbug74625.phpt11 $stmtarray = array(
31 $array = Array(-1,-2,-3,-4,-5);
33 oci_bind_array_by_name($statement, ":c1", $array, 5, -1, SQLT_INT);
37 var_dump($array);
40 $stmtarray = array(
49 array(5) {
/PHP-8.1/ext/reflection/tests/
H A DReflectionObject_getConstants_basic.phpt18 $classes = array("C", "D", "E", "F", "X");
28 array(1) {
33 array(1) {
38 array(1) {
43 array(1) {
48 array(0) {
/PHP-8.1/ext/pgsql/tests/
H A Dbug77047.phpt22 pg_insert($db, "bug77047", array("t" => "13:31"));
23 pg_insert($db, "bug77047", array("t" => "13:31:13"));
24 pg_insert($db, "bug77047", array("t" => "1:2:3"));
25 pg_insert($db, "bug77047", array("t" => "xyz"));
26 pg_insert($db, "bug77047", array("t" => NULL));
27 pg_insert($db, "bug77047", array("t" => ""));
/PHP-8.1/ext/standard/tests/password/
H A Dpassword_hash_error.phpt14 password_hash("foo", array());
32 var_dump(password_hash(array(), PASSWORD_BCRYPT));
40 password_hash(): Argument #2 ($algo) must be of type string|int|null, array given
41 password_hash(): Argument #3 ($options) must be of type array, stdClass given
42 password_hash(): Argument #3 ($options) must be of type array, string given
43 password_hash(): Argument #1 ($password) must be of type string, array given
/PHP-8.1/ext/standard/tests/streams/
H A Dbug60602.phpt6 $descs = array(
7 0 => array('pipe', 'r'), // stdin
8 1 => array('pipe', 'w'), // stdout
9 2 => array('pipe', 'w'), // strerr
12 $environment = array('test' => array(1, 2, 3));
/PHP-8.1/ext/date/tests/
H A Dbug35499.phpt15 array(16) {
33 array(0) {
38 array(0) {
51 array(12) {
69 array(0) {
74 array(0) {
/PHP-8.1/ext/spl/tests/
H A Dspl_autoload_008.phpt31 $funcs = array(
35 array('MyAutoLoader', 'autoLoad'),
36 array('MyAutoLoader', 'dynaLoad'),
37 array($obj, 'autoLoad'),
38 array($obj, 'dynaLoad'),
87 array(2) {
98 array(2) {
107 array(2) {
119 array(2) {
H A Dbug69264.phpt6 public function __debugInfo(): array {
12 public function __debugInfo(): array {
18 public function __debugInfo(): array {
24 public function __debugInfo(): array {
30 public function __debugInfo(): array {
36 public function __debugInfo(): array {
42 public function __debugInfo(): array {
48 public function __debugInfo(): array {
/PHP-8.1/ext/phar/tests/tar/
H A Dphar_setsignaturealgo2.phpt36 $config_arg = array('config' => $config);
55 array(2) {
61 array(2) {
67 array(2) {
73 array(2) {
79 array(2) {
85 array(2) {
91 array(2) {
97 array(2) {
/PHP-8.1/ext/gmp/tests/
H A Dgmp_pown.phpt34 var_dump(gmp_powm(array(),$e,$m));
39 var_dump(gmp_powm($n,array(),$m));
44 var_dump(gmp_powm($n,$error,array()));
49 var_dump(gmp_powm(array(),array(),array()));
78 gmp_powm(): Argument #1 ($num) must be of type GMP|string|int, array given
79 gmp_powm(): Argument #2 ($exponent) must be of type GMP|string|int, array given
81 gmp_powm(): Argument #1 ($num) must be of type GMP|string|int, array given
/PHP-8.1/ext/com_dotnet/
H A Dcom_misc.c94 PHP_COM_DOTNET_API int php_com_safearray_get_elem(VARIANT *array, VARIANT *dest, LONG dim1) in php_com_safearray_get_elem() argument
101 if (!V_ISARRAY(array)) { in php_com_safearray_get_elem()
105 dims = SafeArrayGetDim(V_ARRAY(array)); in php_com_safearray_get_elem()
114 if (FAILED(SafeArrayGetVartype(V_ARRAY(array), &vt)) || vt == VT_EMPTY) { in php_com_safearray_get_elem()
115 vt = V_VT(array) & ~VT_ARRAY; in php_com_safearray_get_elem()
119 SafeArrayGetLBound(V_ARRAY(array), 1, &lbound); in php_com_safearray_get_elem()
120 SafeArrayGetUBound(V_ARRAY(array), 1, &ubound); in php_com_safearray_get_elem()
134 SafeArrayGetElement(V_ARRAY(array), indices, dest); in php_com_safearray_get_elem()
140 SafeArrayGetElement(V_ARRAY(array), indices, &dest->lVal); in php_com_safearray_get_elem()
/PHP-8.1/ext/pcre/tests/
H A Dpreg_filter.phpt6 $subject = array('1', 'a', '2', 'b', '3', 'A', 'B', '4');
7 $pattern = array('/\d/', '/[a-z]/', '/[1a]/');
8 $replace = array('A:$0', 'B:$0', 'C:$0');
14 array(6) {
/PHP-8.1/tests/classes/
H A D__call_003.phpt13 $a = array('original');
15 $b = array('original');
25 array(1) {
29 array(1) {

Completed in 41 milliseconds

1...<<51525354555657585960>>...269