Home
last modified time | relevance | path

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

12345678910>>...84

/PHP-5.5/ext/standard/tests/array/
H A Dksort_object.phpt21 // initializing object member value
22 function __construct($value){
23 $this->class_value = $value;
32 // initializing object member value
33 function __construct($value){
34 $this->class_value = $value;
37 // return string value
39 return (string)$this->value;
60 // testing ksort() function by supplying integer object array, flag value is defualt
65 // testing ksort() function by supplying string object array, flag value is defualt
[all …]
H A Dksort_variation8.phpt12 * 1.flag value as defualt
18 // mixed value array with different key values
30 echo "\n-- Testing ksort() by supplying mixed value array, 'flag' value is defualt --\n";
35 echo "\n-- Testing ksort() by supplying mixed value array, 'flag' value is SORT_REGULAR --\n";
45 -- Testing ksort() by supplying mixed value array, 'flag' value is defualt --
102 -- Testing ksort() by supplying mixed value array, 'flag' value is SORT_REGULAR --
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 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 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 …]
/PHP-5.5/ext/date/tests/
H A Dgmmktime_variation9.phpt29 foreach($inputs as $key =>$value) {
31 var_dump( gmmktime($value, $min, $sec, $mon, $day, $year) );
32 var_dump( gmmktime($hour, $value, $sec, $mon, $day, $year) );
33 var_dump( gmmktime($hour, $min, $value, $mon, $day, $year) );
34 var_dump( gmmktime($hour, $min, $sec, $value, $day, $year) );
35 var_dump( gmmktime($hour, $min, $sec, $mon, $value, $value) );
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.5/sapi/nsapi/
H A Dnsapi.c335 char *uri,*value; in PHP_FUNCTION() local
663 char *value,*p; in sapi_nsapi_register_server_variables() local
669 if (value) { in sapi_nsapi_register_server_variables()
684 if (value) { in sapi_nsapi_register_server_variables()
692 efree(value); in sapi_nsapi_register_server_variables()
700 if (value) { in sapi_nsapi_register_server_variables()
707 if (value) { in sapi_nsapi_register_server_variables()
723 nsapi_free(value); in sapi_nsapi_register_server_variables()
753 if (value) { in sapi_nsapi_register_server_variables()
755 efree(value); in sapi_nsapi_register_server_variables()
[all …]
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation3.phpt41 echo "\nTesting with option value:";
61 Testing with option value:%string|unicode%(1) "1"
64 Testing with option value:bool(true)
67 Testing with option value:float(1)
70 Testing with option value:float(1)
73 Testing with option value:int(%d)
75 Warning: imap_fetch_overview(): invalid value for the options parameter in %s on line %d
77 Testing with option value:int(-%d)
79 Warning: imap_fetch_overview(): invalid value for the options parameter in %s on line %d
/PHP-5.5/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.5/ext/spl/tests/
H A Dmultiple_iterator_001.phpt13 foreach($m as $value) {
14 var_dump($value);
26 foreach($m as $key => $value) {
27 var_dump($key, $value);
45 foreach($m as $key => $value) {
46 var_dump($key, $value);
54 foreach($m as $key => $value) {
55 var_dump($key, $value);
74 foreach($m as $key => $value) {
75 var_dump($key, $value);
[all …]
/PHP-5.5/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.5/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.5/Zend/tests/generators/
H A Dgenerator_method.phpt14 foreach ($this->data as $value) {
15 yield $value;
21 foreach ($test as $value) {
22 var_dump($value);
H A Dgenerator_method_by_ref.phpt18 foreach ($this->data as $key => &$value) {
19 yield $key => $value;
25 foreach ($test as &$value) {
26 $value *= -1;
/PHP-5.5/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 …]
/PHP-5.5/ext/intl/tests/
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);
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);
/PHP-5.5/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 …]
/PHP-5.5/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.5/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.5/ext/mysqlnd/
H A Dmysqlnd_debug.h156 #define DBG_RETURN_EX(dbg_obj, value) DBG_LEAVE_EX((dbg_obj), return (value);) argument
159 #define DBG_RETURN_EX2(dbg_obj1, dbg_obj2, value) DBG_LEAVE_EX2((dbg_obj1), (dbg_obj2), return (val… argument
171 #define DBG_RETURN_EX(dbg_obj, value) return (value) argument
186 #define DBG_RETURN(value) DBG_RETURN_EX(MYSQLND_G(dbg), (value)) argument
198 #define TRACE_ALLOC_RETURN(value) DBG_RETURN_EX2(MYSQLND_G(dbg), MYSQLND_G(trace_alloc), (value)) argument
210 #define DBG_RETURN(value) return (value) argument
221 #define TRACE_ALLOC_RETURN(value) return (value) argument

Completed in 65 milliseconds

12345678910>>...84