Home
last modified time | relevance | path

Searched refs:value (Results 226 – 250 of 2010) sorted by relevance

12345678910>>...81

/PHP-5.4/Zend/tests/
H A Dbug35509.phpt9 private $classArray = array( mytest::classConstant => 'value' );
20 $normalArray = array( normalConstant => 'value' );
26 [01] => value
30 [01] => value
/PHP-5.4/ext/standard/tests/array/
H A Darsort_object2.phpt13 * 1. Defualt flag value
25 // initializing object member value
40 // initializing object member value
47 // return string value
49 return (string)$this->value;
66 echo "\n-- Testing arsort() by supplying various object arrays, 'flag' value is default --\n";
68 // testing arsort() function by supplying integer object array, flag value is default
73 // testing arsort() function by supplying string object array, flag value is default
78 echo "\n-- Testing arsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
79 // testing arsort() function by supplying integer object array, flag value = SORT_REGULAR
[all …]
H A Deach_variation2.phpt6 * Description: Return the currently pointed key..value pair in the passed array,
128 ["value"]=>
140 ["value"]=>
152 ["value"]=>
164 ["value"]=>
176 ["value"]=>
191 ["value"]=>
204 ["value"]=>
217 ["value"]=>
229 ["value"]=>
[all …]
H A Dkrsort_variation8.phpt13 * 1.flag value as defualt
19 // mixed value array with different key values
31 echo "\n-- Testing krsort() by supplying mixed value array, 'flag' value is defualt --\n";
36 echo "\n-- Testing krsort() by supplying mixed value array, 'flag' value is SORT_REGULAR --\n";
46 -- Testing krsort() by supplying mixed value array, 'flag' value is defualt --
103 -- Testing krsort() by supplying mixed value array, 'flag' value is SORT_REGULAR --
H A Drsort_object1.phpt20 // initializing object member value
21 function __construct($value){
22 $this->class_value = $value;
31 // initializing object member value
32 function __construct($value){
33 $this->class_value = $value;
36 // return string value
38 return (string)$this->value;
61 // testing rsort() function by supplying integer object array, flag value is defualt
66 // testing rsort() function by supplying string object array, flag value is defualt
[all …]
H A Darray_walk_recursive_variation7.phpt24 var_dump( array_walk_recursive($input, create_function('$value', 'var_dump($value); echo "\n";')));
27 …dump( array_walk_recursive($input, create_function('$value, $key', 'var_dump($key); var_dump($valu…
30 …array_walk_recursive($input, create_function('$value, $key, $user_data', 'var_dump($key); var_dump…
33 …array_walk_recursive($input, create_function('$value, $key, $user_data', 'var_dump($key); var_dump…
H A Darray_walk_variation7.phpt24 var_dump( array_walk($input, create_function('$value', 'var_dump($value); echo "\n";')));
27 var_dump( array_walk($input, create_function('$value, $key', 'var_dump($key); var_dump($value); ech…
30 var_dump( array_walk($input, create_function('$value, $key, $user_data', 'var_dump($key); var_dump(…
33 var_dump( array_walk($input, create_function('$value, $key, $user_data', 'var_dump($key); var_dump(…
/PHP-5.4/ext/spl/tests/
H A Dmultiple_iterator_001.phpt13 foreach($m as $value) {
14 var_dump($value);
26 foreach($m as $value) {
27 var_dump($m->key(), $value);
45 foreach($m as $value) {
46 var_dump($m->key(), $value);
54 foreach($m as $value) {
55 var_dump($m->key(), $value);
74 foreach($m as $value) {
75 var_dump($m->key(), $value);
[all …]
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobs.phpt30 $value = str_repeat('a', $test_len);
33 $stmt->bindValue(2, $value);
51 if ($label !== $value) {
52 printf("[%03d + 3] Returned value seems to be wrong (%d vs. %d charachters). Check manually\n",
53 $offset, strlen($label), strlen($value));
58 printf("[%03d + 3] Returned id column value seems wrong, expecting 1 got %s.\n",
66 if ($ret['label'] !== $value) {
67 printf("[%03d + 3] Returned value seems to be wrong (%d vs. %d charachters). Check manually\n",
68 $offset, strlen($ret['label']), strlen($value));
73 printf("[%03d + 3] Returned id column value seems wrong, expecting 1 got %s.\n",
/PHP-5.4/ext/dom/tests/
H A Ddomobject_debug_handler.phpt24 [implementation] => (object value omitted)
25 [documentElement] => (object value omitted)
46 [childNodes] => (object value omitted)
47 [firstChild] => (object value omitted)
48 [lastChild] => (object value omitted)
/PHP-5.4/ext/date/tests/
H A Ddate_sunrise_variation7.phpt27 foreach($inputs as $timezone => $value) {
30 …ar_dump( date_sunrise($time, SUNFUNCS_RET_STRING, $value["Latitude"], $value["Longitude"], 90, $va…
32 …ar_dump( date_sunrise($time, SUNFUNCS_RET_STRING, $value["Latitude"], $value["Longitude"], 90, $va…
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_bit.phpt57 $value = 0;
59 $value = $max_value;
64 $value = 0;
66 $value += mt_rand(0, $rand_max);
68 $value = mt_rand(0, $max_value);
72 $bin = ($bits < 32) ? decbin($value) : dec32bin($value, $bits);
73 $sql = sprintf("INSERT INTO test(id, bit_value) VALUES (%s, b'%s')", $value, $bin);
88 if (($value != $row['id']) || (($bin != $row['_bin']) && ($bin2 != $row['_bin']))) {
91 $bits, $value, $bits, $row['id'], $row['_bin'], $bin, $bin2);
94 if ($value != $row['bit_value']) {
[all …]
H A Dmysqli_stmt_get_result_bit.phpt63 $value = 0;
65 $value = $max_value;
70 $value = 0;
72 $value += mt_rand(0, $rand_max);
74 $value = mt_rand(0, $max_value);
78 $bin = ($bits < 32) ? decbin($value) : dec32bin($value, $bits);
79 $sql = sprintf("INSERT INTO test(id, bit_value) VALUES (%s, b'%s')", $value, $bin);
100 if (($value != $row['id']) || (($bin != $row['_bin']) && ($bin2 != $row['_bin']))) {
103 $bits, $value, $bits, $row['id'], $row['_bin'], $bin, $bin2);
106 if ($value != $row['bit_value']) {
[all …]
/PHP-5.4/ext/oci8/tests/
H A Dconn_attr_2.phpt84 The value of MODULE is PHP TEST100
85 The value of ACTION is TASK100
86 The value of CLIENT_INFO is INFO1100
87 The value of CLIENT_IDENTIFIER is ID00100
91 The value of MODULE is %s
92 The value of ACTION is
93 The value of CLIENT_INFO is
94 The value of CLIENT_IDENTIFIER is
98 The value of MODULE is PHP TEST100
99 The value of ACTION is TASK100
[all …]
H A Dconn_attr_3.phpt29 // Open another connect and verify the value.
39 // Open another connect and verify the value.
51 // Open another connect and verify the value.
66 The value of ACTION is TASK1
69 The value of ACTION is
73 The value of MODULE is PHP TEST2
76 The value of MODULE is PHP TEST2
81 The value of CLIENT_INFO is INFO13
82 The value of CLIENT_IDENTIFIER is ID003
85 The value of CLIENT_INFO is
[all …]
/PHP-5.4/ext/tidy/tests/
H A D010.phpt16 ["value"]=>
40 ["value"]=>
66 ["value"]=>
113 ["value"]=>
144 ["value"]=>
171 ["value"]=>
197 ["value"]=>
220 ["value"]=>
244 ["value"]=>
273 ["value"]=>
[all …]
/PHP-5.4/tests/lang/
H A DreturnByReference.006.phpt23 …rn by ref function call, assign by reference the return value of a function that returns by value:…
30 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
37 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
46 …urn by ref function call, assign by reference the return value of a function that returns by value:
52 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
58 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
H A Dengine_assignExecutionOrder_001.phpt13 return "assigned value";
80 %string|unicode%(14) "assigned value"
88 %string|unicode%(14) "assigned value"
96 [%u|b%"assigned value"]=>
97 %string|unicode%(14) "assigned value"
109 [%u|b%"assigned value"]=>
110 %string|unicode%(14) "assigned value"
122 [%u|b%"assigned value"]=>
123 %string|unicode%(14) "assigned value"
131 %string|unicode%(14) "assigned value"
[all …]
H A DreturnByReference.007.phpt25 …rn by ref function call, assign by reference the return value of a function that returns by value:…
32 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
39 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
49 …urn by ref function call, assign by reference the return value of a function that returns by value:
55 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
61 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
H A DreturnByReference.008.phpt26 …rn by ref function call, assign by reference the return value of a function that returns by value:…
33 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
40 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
50 …urn by ref function call, assign by reference the return value of a function that returns by value:
56 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
62 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
/PHP-5.4/ext/intl/tests/
H A Dbug59597_32.phpt10 $value = $formatter->parse('2147483647', \NumberFormatter::TYPE_INT32);
11 var_dump($value);
14 $value = $formatter->parse('2147483650', \NumberFormatter::TYPE_INT64);
15 var_dump($value);
H A Dbug59597_64.phpt10 $value = $formatter->parse('2147483647', \NumberFormatter::TYPE_INT32);
11 var_dump($value);
14 $value = $formatter->parse('2147483650', \NumberFormatter::TYPE_INT64);
15 var_dump($value);
/PHP-5.4/ext/readline/
H A Dreadline.c237 zval **value = NULL; in PHP_FUNCTION() local
266 if (value) { in PHP_FUNCTION()
281 if (value) { in PHP_FUNCTION()
282 convert_to_long_ex(value); in PHP_FUNCTION()
283 rl_done = Z_LVAL_PP(value); in PHP_FUNCTION()
288 if (value) { in PHP_FUNCTION()
301 if (value) { in PHP_FUNCTION()
302 convert_to_long_ex(value); in PHP_FUNCTION()
311 if (value) { in PHP_FUNCTION()
319 if (value) { in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/standard/tests/math/
H A Dhypot_basic.phpt74 Notice: A non well formed numeric value encountered in %s on line %d
102 Notice: A non well formed numeric value encountered in %s on line %d
130 Notice: A non well formed numeric value encountered in %s on line %d
158 Notice: A non well formed numeric value encountered in %s on line %d
186 Notice: A non well formed numeric value encountered in %s on line %d
214 Notice: A non well formed numeric value encountered in %s on line %d
242 Notice: A non well formed numeric value encountered in %s on line %d
270 Notice: A non well formed numeric value encountered in %s on line %d
298 Notice: A non well formed numeric value encountered in %s on line %d
308 Notice: A non well formed numeric value encountered in %s on line %d
[all …]
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_conf.c174 if (!value || !*value) { in fpm_conf_expand_pool_name()
178 while (*value && (token = strstr(*value, "$pool"))) { in fpm_conf_expand_pool_name()
194 free(*value); in fpm_conf_expand_pool_name()
195 *value = strdup(buf); in fpm_conf_expand_pool_name()
568 kv->value = strdup(Z_STRVAL_P(value)); in fpm_conf_set_array()
574 if (!kv->value) { in fpm_conf_set_array()
653 free(kv->value); in fpm_worker_pool_config_free()
659 free(kv->value); in fpm_worker_pool_config_free()
665 free(kv->value); in fpm_worker_pool_config_free()
1337 if (!value) { in fpm_conf_ini_parser_entry()
[all …]

Completed in 46 milliseconds

12345678910>>...81