Home
last modified time | relevance | path

Searched refs:val (Results 101 – 125 of 411) sorted by last modified time

12345678910>>...17

/PHP-5.5/ext/standard/tests/array/
H A Darray_udiff_basic.phpt11 function cr($val) {
12 $this->priv_member = $val;
H A Darray_udiff_uassoc_basic.phpt11 function cr($val) {
12 $this->priv_member = $val;
H A Darray_key_exists_basic.phpt18 $key2 = 'val';
19 $search = array('one', 'key' => 'value', 'val');
H A Darray_key_exists_variation1.phpt18 $search = array ('zero', 'key' => 'val', 'two');
H A Darray_key_exists_variation2.phpt18 $key = 'val';
H A Darray_intersect_1.phpt9 function cr($val) {
10 $this->priv_member = $val;
11 $this->public_member = $val;
H A Darray_fill_variation4.phpt2 Test array_fill() function : usage variations - using return value of array_fill for 'val' argument
5 /* Prototype : proto array array_fill(int start_key, int num, mixed val)
6 …ion: Create an array containing num elements starting with index start_key each initialized to val
10 /* passing array_fill() as the 'val' argument in array_fill() function */
20 // array of possible valid values for 'val' argument
37 $val = $values[$i];
39 var_dump( array_fill($start_key,$num,array_fill($start_key,$num,$val)) );
H A Darray_fill_variation5.phpt2 Test array_fill() function : usage variations - different types of array values for 'val' argument
5 /* Prototype : array array_fill(int $start_key, int $num, mixed $val)
6 …ion: Create an array containing num elements starting with index start_key each initialized to val
11 * testing array_fill() by passing different types of array values for 'val' argument
21 //array of different types of array values for 'val' argument
39 // loop through each element of the values array for 'val' argument
41 echo "--- Testing array_fill() with different types of array values for 'val' argument ---\n";
46 $val = $values[$i];
48 var_dump( array_fill($start_key , $num , $val) );
57 --- Testing array_fill() with different types of array values for 'val' argument ---
H A Darray_fill_basic.phpt5 /* Prototype : proto array array_fill(int start_key, int num, mixed val)
6 …ion: Create an array containing num elements starting with index start_key each initialized to val
12 // calling the array_fill with all possible valid values for 'val' argument
19 // array of possible valid values for 'val' argument
36 $val = $values[$i];
38 var_dump( array_fill($start_key,$num,$val) );
H A Darray_fill_error.phpt5 /* Prototype : proto array array_fill(int start_key, int num, mixed val)
6 …ion: Create an array containing num elements starting with index start_key each initialized to val
21 $val = 1;
23 var_dump( array_fill($start_key,$num,$val, $extra_arg) );
33 var_dump( array_fill($start_key,$num,$val) );
37 var_dump( array_fill($start_key,$num,$val) );
H A Darray_fill_keys_error.phpt5 /* Prototype : proto array array_fill_keys(array keys, mixed val)
6 …ription: Create an array using the elements of the first parameter as keys each initialized to val
14 $val = 1;
18 var_dump( array_fill_keys($keys, $val, $extra_arg) );
H A Darray_fill_keys_variation2.phpt5 /* Prototype : proto array array_fill_keys(array keys, mixed val)
6 …ription: Create an array using the elements of the first parameter as keys each initialized to val
H A Darray_fill_keys_variation3.phpt5 /* Prototype : proto array array_fill_keys(array keys, mixed val)
6 …ription: Create an array using the elements of the first parameter as keys each initialized to val
H A Darray_fill_object.phpt2 Test array_fill() function : usage variations - various object values for 'val' argument
7 /* Prototype : array array_fill(int $start_key, int $num, mixed $val)
8 …ion: Create an array containing num elements starting with index start_key each initialized to val
13 * testing array_fill() by passing various object values for 'val' argument
176 //array of object values for 'val' argument
192 // loop through each element of the array for 'val' argument
194 echo "--- Testing array_fill() with different object values for 'val' argument ---\n";
199 $val = $objects[$index];
201 var_dump( array_fill($start_key,$num,$val) );
210 --- Testing array_fill() with different object values for 'val' argument ---
H A Darray_fill_keys_variation1.phpt5 /* Prototype : proto array array_fill_keys(array keys, mixed val)
6 …ription: Create an array using the elements of the first parameter as keys each initialized to val
H A Darray_fill_keys_variation4.phpt5 /* Prototype : proto array array_fill_keys(array keys, mixed val)
6 …ription: Create an array using the elements of the first parameter as keys each initialized to val
H A Darray_fill_object_2_4.phpt2 Test array_fill() function : usage variations - various object values for 'val' argument
7 /* Prototype : array array_fill(int $start_key, int $num, mixed $val)
8 …ion: Create an array containing num elements starting with index start_key each initialized to val
13 * testing array_fill() by passing various object values for 'val' argument
176 //array of object values for 'val' argument
192 // loop through each element of the array for 'val' argument
194 echo "--- Testing array_fill() with different object values for 'val' argument ---\n";
199 $val = $objects[$index];
201 var_dump( array_fill($start_key,$num,$val) );
210 --- Testing array_fill() with different object values for 'val' argument ---
H A Darray_fill_variation1.phpt9 /* Prototype : proto array array_fill(int start_key, int num, mixed val)
10 …ion: Create an array containing num elements starting with index start_key each initialized to val
22 $val = 100;
99 var_dump( array_fill($start_key,$num,$val) );
H A Darray_fill_variation1_64bit.phpt9 /* Prototype : proto array array_fill(int start_key, int num, mixed val)
10 …ion: Create an array containing num elements starting with index start_key each initialized to val
22 $val = 100;
99 var_dump( array_fill($start_key,$num,$val) );
H A Darray_fill_variation2.phpt5 /* Prototype : proto array array_fill(int start_key, int num, mixed val)
6 …ion: Create an array containing num elements starting with index start_key each initialized to val
18 $val = 100;
90 var_dump( array_fill($start_key,$num,$val) );
H A Darray_fill_variation3.phpt2 Test array_fill() function : usage variations - unexpected values for 'val' argument
5 /* Prototype : array array_fill(int $start_key, int $num, mixed $val)
6 …ion: Create an array containing num elements starting with index start_key each initialized to val
11 * testing array_fill() by passing different unexpected values for 'val' argument
35 //array of different values for 'val' argument
50 // loop through each element of the array for 'val' argument
52 echo "--- Testing array_fill() with different values for 'val' argument ---\n";
57 $val = $values[$index];
59 var_dump( array_fill($start_key , $num , $val) );
68 --- Testing array_fill() with different values for 'val' argument ---
H A Darray_count_values_variation.phpt27 $arrays = array ("bobk" => "bobv", "val", 6 => "val6", $fp, $ob);
45 ["val"]=>
H A D007.phpt56 function cr($val) {
57 $this->priv_member = $val;
58 $this->public_member = $val;
/PHP-5.5/ext/standard/
H A Dphp_var.h117 PHPAPI void var_push_dtor(php_unserialize_data_t *var_hash, zval **val);
H A Dpack.c92 convert_to_long_ex(val); in php_pack()
93 v = (char *) &Z_LVAL_PP(val); in php_pack()
321 zval **val; in PHP_FUNCTION() local
330 if (Z_ISREF_PP(val)) { in PHP_FUNCTION()
331 SEPARATE_ZVAL(val); in PHP_FUNCTION()
335 (Z_STRLEN_PP(val) < arg_cp) ? Z_STRLEN_PP(val) : arg_cp); in PHP_FUNCTION()
347 if (Z_ISREF_PP(val)) { in PHP_FUNCTION()
348 SEPARATE_ZVAL(val); in PHP_FUNCTION()
351 v = Z_STRVAL_PP(val); in PHP_FUNCTION()
355 arg = Z_STRLEN_PP(val); in PHP_FUNCTION()
[all …]

Completed in 39 milliseconds

12345678910>>...17