Home
last modified time | relevance | path

Searched refs:value (Results 251 – 275 of 2010) sorted by relevance

1...<<11121314151617181920>>...81

/PHP-5.4/tests/basic/
H A D022.phpt7 …2%20; cookie3=val 3.; cookie 4= value 4 %3B; cookie1=bogus; %20cookie1=ignore;+cookie1=ignore;cook…
21 string(10) " value 4 ;"
23 string(7) " value"
/PHP-5.4/ext/spl/tests/
H A Dbug34548.phpt10 foreach($dataArray as $value) $this->append($value);
13 public function offsetSet($index, $value)
15 parent::offsetSet($index, $value);
/PHP-5.4/ext/standard/tests/general_functions/
H A Dgetopt_003.phpt4 -vvv --v -a value --another value -1111 -2 --12 --0 --0 --1 -v
28 string(5) "value"
30 string(5) "value"
H A Dprint_r.phpt150 var $value;
967 [value] => 50
978 [value] => 50
989 [value] => 50
1346 [value] => 50
1357 [value] => 50
1368 [value] => 50
1380 [value] => 50
1391 [value] => 50
1402 [value] => 50
[all …]
H A Dprint_r_64bit.phpt151 var $value;
968 [value] => 50
979 [value] => 50
990 [value] => 50
1347 [value] => 50
1358 [value] => 50
1369 [value] => 50
1381 [value] => 50
1392 [value] => 50
1403 [value] => 50
[all …]
/PHP-5.4/ext/standard/tests/strings/
H A Dstrncasecmp_basic.phpt14 var_dump( strncasecmp('Hello', 'Hi', 5) ); //expected: value < 0
15 var_dump( strncasecmp('Hi', 'Hello', 5) ); //expected: value > 0
19 var_dump( strncasecmp("Hello", "Hi", 5) ); //expected: value < 0
20 var_dump( strncasecmp("Hi", "Hello", 5) ); //expected: value > 0
27 var_dump( strncasecmp($str, "Hi", 5) ); //expected: value < 0
28 var_dump( strncasecmp("Hi", $str, 5) ); //expected: value > 0
H A Dstrncmp_basic.phpt14 var_dump( strncmp('Hello', 'Hi', 5) ); //expected: value < 0
15 var_dump( strncmp('Hi', 'Hello', 5) ); //expected: value > 0
19 var_dump( strncmp("Hello", "Hi", 5) ); //expected: value < 0
20 var_dump( strncmp("Hi", "Hello", 5) ); //expected: value > 0
27 var_dump( strncmp($str, "Hi", 5) ); //expected: value < 0
28 var_dump( strncmp("Hi", $str, 5) ); //expected: value > 0
/PHP-5.4/tests/classes/
H A Diterators_006.phpt50 foreach ($array as $property => $value) {
51 print "$property: $value\n";
63 foreach ($array as $property => $value) {
64 print "$property: $value\n";
69 foreach ($array as $property => $value) {
70 print "$property: $value\n";
/PHP-5.4/ext/intl/tests/
H A Dbug53512.phpt19 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
21 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
23 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
25 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
/PHP-5.4/Zend/tests/
H A Dbug34893.phpt10 function __set($name, $value) {
11 $this->$name = $value;
19 function __set($name, $value) {
20 $this->$name = $value;
H A Daccess_modifiers_011.phpt7 private $var1 = 'var1 value';
8 protected $var2 = 'var2 value';
36 var1 value
37 var2 value
/PHP-5.4/ext/fileinfo/libmagic/
H A Dis_tar.c135 int value; in from_oct() local
142 value = 0; in from_oct()
144 value = (value << 3) | (*where++ - '0'); in from_oct()
151 return value; in from_oct()
/PHP-5.4/ext/curl/tests/
H A Dbug63795.phpt2 Bug #63795 (CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST)
28 Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used i…
32 Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used i…
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt74 $value = 0;
76 $value = $max_value;
81 $value = 0;
83 $value += mt_rand(0, $rand_max);
85 $value = mt_rand(0, $max_value);
89 $bin = ($bits < 32) ? decbin($value) : dec32bin($value, $bits);
94 if (!mysqli_stmt_bind_param($stmt_ins, "dd", $value, $value)) {
126 if (($value != $row['id']) || (($bin != $row['_bin']) && ($bin2 != $row['_bin']))) {
129 $bits, $value, $bits, $row['id'], $row['_bin'], $bin, $bin2);
132 if ($value != $row['bit_value']) {
[all …]
/PHP-5.4/ext/date/tests/
H A Ddate_sunset_variation7.phpt27 foreach($inputs as $timezone => $value) {
31 …var_dump( date_sunset($time, SUNFUNCS_RET_STRING, $value["Latitude"], $value["Longitude"], 90, $va…
33 …var_dump( date_sunset($time, SUNFUNCS_RET_STRING, $value["Latitude"], $value["Longitude"], 90, $va…
/PHP-5.4/ext/pcre/tests/
H A Dpreg_replace_callback_error1.phpt26 print "\nArg value is $regex_value\n";
34 Arg value is abcdef
39 Arg value is /[a-zA-Z]
44 Arg value is [a-zA-Z]/
49 Arg value is /[a-zA-Z]/F
54 Arg value is Array
57 Arg value is /[a-zA-Z]/
/PHP-5.4/ext/xmlrpc/tests/
H A Dbug50282.phpt26 <value>
30 <value>
32 </value>
35 </value>
/PHP-5.4/ext/oci8/tests/
H A Ddrcp_connect1.phpt19 // To verify this, we change the value of a PL/SQL package variable in one
44 // return the value set by conn2.
62 // value returned is what is set by pconn1
78 The value of the package variable is 0
79 Package variable value set to 1000
84 The value of the package variable is 0
85 Package variable value set to 100
89 The value of the package variable is 100
93 Package variable value set to 1000
98 The value of the package variable is 1000
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_xmlrpc.c307 xml_element* value = xml_elem_new(); in XMLRPC_to_xml_element_worker() local
308 value->name = strdup(ELEM_VALUE); in XMLRPC_to_xml_element_worker()
312 root = value; in XMLRPC_to_xml_element_worker()
327 xml_element* value = xml_elem_new(); in XMLRPC_to_xml_element_worker() local
331 value->name = strdup(ELEM_VALUE); in XMLRPC_to_xml_element_worker()
342 xml_element* value = xml_elem_new(); in XMLRPC_to_xml_element_worker() local
344 value->name = strdup(ELEM_VALUE); in XMLRPC_to_xml_element_worker()
348 root = value; in XMLRPC_to_xml_element_worker()
355 xml_element* value = xml_elem_new(); in XMLRPC_to_xml_element_worker() local
357 value->name = strdup(ELEM_VALUE); in XMLRPC_to_xml_element_worker()
[all …]
/PHP-5.4/ext/dom/tests/
H A DDOMAttr_value_basic_002.phpt2 Write non-string $value property
11 $attr->value = 1;
12 print $attr->value;
/PHP-5.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_004w.phpt21 …llo world</ns1:param1><ns1:param2><ns2:value>12.345</ns2:value><ns2:value>45</ns2:value><ns2:value
H A Dr4_groupH_simple_doclit_005w.phpt21 …llo world</ns1:param1><ns1:param2><ns2:value>12.345</ns2:value><ns2:value>45</ns2:value><ns2:value
H A Dr4_groupH_simple_doclit_007w.phpt21 …llo world</ns1:param1><ns1:param2><ns2:value>12.345</ns2:value><ns2:value>45</ns2:value><ns2:value
/PHP-5.4/ext/standard/tests/array/
H A Darray_walk_recursive_variation5.phpt25 /* Prototype : callback(int $value, mixed $key)
26 * Parameters : $value - values in given input array
28 …* Description : function checks for the value whether positive or negative and displays according …
30 function callback($value, $key)
35 var_dump($value); // value
H A Darray_walk_variation5.phpt25 /* Prototype : callback(int $value, mixed $key)
26 * Parameters : $value - values in given input array
28 …* Description : function checks for the value whether positive or negative and displays according …
30 function callback($value, $key)
35 var_dump($value); // value

Completed in 47 milliseconds

1...<<11121314151617181920>>...81