Home
last modified time | relevance | path

Searched refs:array (Results 1 – 25 of 6725) sorted by path

12345678910>>...269

/php-src/
H A D.gdbinit115 printf "array(%d)[%p]", $zvalue->value.arr->nNumOfElements, $zvalue
192 printf "array: "
H A DNEWS17 array to hashed). (ilutov)
91 ResourceBundle|array|string|int|null
254 . debug_zval_dump() now indicates whether an array is packed. (Max Semenik)
H A DUPGRADING115 - A ValueError if the $signals array is empty (except for
117 - A TypeError if a value of the $signals array is not an integer
118 - A ValueError if a value of the $signals array is not a valid signal number
187 associative array of all known Curl features, and whether they are
372 ResourceBundle|array|string|int|null
381 . The dn parameter in openssl_csr_new allows setting array of values for
413 . pg_select, the conditions arguments accepts an empty array and is optional.
445 . debug_zval_dump() now indicates whether an array is packed.
/php-src/TSRM/
H A DTSRM.c79 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
84 return &array; \
87 unshuffled_offset, (long) thread_resources->thread_id, array[unshuffled_offset])); \
88 return array[unshuffled_offset]; \
97 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
99 return &array; \
101 return array[TSRM_UNSHUFFLE_RSRC_ID(offset)]; \
/php-src/Zend/Optimizer/
H A Dsccp.c528 static inline zend_result ct_eval_add_array_unpack(zval *result, zval *array) { in ct_eval_add_array_unpack() argument
531 if (Z_TYPE_P(array) != IS_ARRAY) { in ct_eval_add_array_unpack()
536 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(array), key, value) { in ct_eval_add_array_unpack()
/php-src/Zend/tests/
H A D003.phpt52 array(0) {
54 array(1) {
58 array(1) {
63 array(2) {
69 array(0) {
72 array(2) {
78 array(1) {
H A D008.phpt7 var_dump(define(array(1,2,3,4,5), 1));
17 var_dump(define("test", array(1)));
28 TypeError: define(): Argument #1 ($constant_name) must be of type string, array given
H A D010.phpt66 get_parent_class(array());
97 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, array g…
H A D011.phpt44 var_dump(property_exists(array(), "test"));
89 property_exists(): Argument #1 ($object_or_class) must be of type object|string, array given
H A D014.phpt20 array(1) {
24 array(2) {
30 array(2) {
36 array(2) {
H A D017.phpt43 string(5) "array"
45 string(5) "array"
47 string(5) "array"
48 string(5) "array"
50 string(5) "array"
52 string(5) "array"
55 string(5) "array"
57 string(5) "array"
H A D019.phpt73 array(),
75 array(0),
76 array("0"),
77 array(""),
702 array(0) {
713 array(0) {
729 array(0) {
740 array(0) {
756 array(0) {
767 array(0) {
[all …]
H A D021.phpt20 $e = array();
H A D024.phpt20 Warning: Trying to access array offset on null in %s on line %d
27 Warning: Trying to access array offset on null in %s on line %d
52 Warning: Trying to access array offset on null in %s on line %d
H A D028.phpt2 Testing function call through of array item
6 $arr = array('strtoupper', 'strtolower');
21 Warning: Undefined array key 2 in %s on line %d
H A D029.phpt2 Testing assign to property of an object in an array
6 $arr = array(new stdClass);
19 array(1) {
27 array(1) {
38 array(1) {
H A D031.phpt2 Testing array with '[]' passed as argument by value
H A D032.phpt2 Testing array with '[]' passed as argument by reference
H A D033.phpt2 Using undefined multidimensional array
30 Warning: Trying to access array offset on null in %s on line %d
32 Warning: Trying to access array offset on null in %s on line %d
34 Warning: Trying to access array offset on null in %s on line %d
36 Warning: Trying to access array offset on null in %s on line %d
38 Warning: Trying to access array offset on null in %s on line %d
42 Warning: Trying to access array offset on null in %s on line %d
44 Warning: Trying to access array offset on null in %s on line %d
46 Warning: Trying to access array offset on null in %s on line %d
48 Warning: Trying to access array offset on null in %s on line %d
[all …]
H A D036.phpt2 Trying to use lambda in array offset
14 Cannot access offset of type Closure on array
H A D038.phpt2 Trying to use lambda as array key
7 var_dump(array(function() { } => 1));
14 Cannot access offset of type Closure on array
H A DArrayAccess_indirect_append.phpt31 array(2) {
35 array(1) {
37 array(1) {
H A Daccess_modifiers_011.phpt22 public function __call($func, array $args = array())
24 return call_user_func_array(array($this, $func), $args);
H A Daccess_modifiers_012.phpt14 call_user_func(array($c, 'none'));
15 call_user_func(array($c, 'prot'));
16 call_user_func(array($c, 'priv'));
H A Dadd_001.phpt6 $a = array(1,2,3);
7 $b = array("str", "here");
12 $a = array(1,2,3);
13 $b = array(1,2,4);
18 $a = array("a"=>"aaa",2,3);
19 $b = array(1,2,"a"=>"bbbbbb");
33 array(3) {
41 array(3) {
49 array(3) {
57 array(3) {
[all …]

Completed in 71 milliseconds

12345678910>>...269