Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...87

/PHP-7.0/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…
H A Dbug63363.phpt2 Bug #63363 (CURL silently accepts boolean value for SSL_VERIFYHOST)
28 … CURLOPT_SSL_VERIFYHOST with value 1 is deprecated and will be removed as of libcurl 7.28.1. It is…
32 … CURLOPT_SSL_VERIFYHOST with value 1 is deprecated and will be removed as of libcurl 7.28.1. It is…
/PHP-7.0/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-7.0/ext/oci8/tests/
H A Dconn_attr_2.phpt92 The value of MODULE is PHP TEST100
93 The value of ACTION is TASK100
94 The value of CLIENT_INFO is INFO1100
95 The value of CLIENT_IDENTIFIER is ID00100
99 The value of MODULE is %s
100 The value of ACTION is
101 The value of CLIENT_INFO is
102 The value of CLIENT_IDENTIFIER is
106 The value of MODULE is PHP TEST100
107 The value of ACTION is TASK100
[all …]
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-7.0/ext/xmlrpc/tests/
H A Dbug50282.phpt26 <value>
30 <value>
32 </value>
35 </value>
/PHP-7.0/ext/intl/tests/
H A Dbug53512.phpt21 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"
27 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
/PHP-7.0/ext/standard/tests/general_functions/
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-7.0/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-7.0/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]/
H A Dpreg_replace_error1.phpt23 print "\nArg value is $regex_value\n";
32 Arg value is abcdef
37 Arg value is /[a-zA-Z]
42 Arg value is [a-zA-Z]/
47 Arg value is /[a-zA-Z]/F
52 Arg value is Array
55 Arg value is /[a-zA-Z]/
/PHP-7.0/ext/dom/tests/
H A DDOMAttr_value_basic_002.phpt2 Write non-string $value property
11 $attr->value = 1;
12 print $attr->value;
/PHP-7.0/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-7.0/ext/intl/uchar/tests/
H A Dbug70455.phpt7 $value = IntlChar::getNumericValue("x");
8 var_dump($value);
9 var_dump($value === IntlChar::NO_NUMERIC_VALUE);
/PHP-7.0/Zend/tests/
H A Daccess_modifiers_011.phpt7 private $var1 = 'var1 value';
8 protected $var2 = 'var2 value';
36 var1 value
37 var2 value
H A Dbug63462.phpt25 function __set($name, $value) {
27 $this->$name = $value;
46 $test->nonExisting = 'value';
47 $test->publicProperty = 'value';
48 $test->protectedProperty = 'value';
49 $test->privateProperty = 'value';
/PHP-7.0/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
H A Drsort_variation6.phpt19 echo "\n-- 'flag' value is defualt --\n";
24 echo "\n-- 'flag' value is SORT_REGULAR --\n";
29 echo "\n-- 'flag' value is SORT_NUMERIC --\n";
40 -- 'flag' value is defualt --
67 -- 'flag' value is SORT_REGULAR --
94 -- 'flag' value is SORT_NUMERIC --
/PHP-7.0/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-7.0/tests/classes/
H A Dbug63462.phpt25 function __set($name, $value) {
27 $this->$name = $value;
46 $test->nonExisting = 'value';
47 $test->publicProperty = 'value';
48 $test->protectedProperty = 'value';
49 $test->privateProperty = 'value';
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxml_to_xmlrpc.c306 xml_element* value = xml_elem_new(); in XMLRPC_to_xml_element_worker() local
307 value->name = strdup(ELEM_VALUE); in XMLRPC_to_xml_element_worker()
311 root = value; in XMLRPC_to_xml_element_worker()
326 xml_element* value = xml_elem_new(); in XMLRPC_to_xml_element_worker() local
330 value->name = strdup(ELEM_VALUE); in XMLRPC_to_xml_element_worker()
341 xml_element* value = xml_elem_new(); in XMLRPC_to_xml_element_worker() local
343 value->name = strdup(ELEM_VALUE); in XMLRPC_to_xml_element_worker()
347 root = value; in XMLRPC_to_xml_element_worker()
354 xml_element* value = xml_elem_new(); in XMLRPC_to_xml_element_worker() local
356 value->name = strdup(ELEM_VALUE); in XMLRPC_to_xml_element_worker()
[all …]

Completed in 37 milliseconds

1...<<11121314151617181920>>...87