Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...79

/PHP-5.3/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
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-5.3/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.3/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.3/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-5.3/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.3/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 …]
H A Dmysqli_stmt_fetch_bit.phpt38 $value = mt_rand(0, $max_value);
39 $sql = sprintf("INSERT INTO test(id, label) VALUES (%d, b'%s')", $value, decbin($value));
46 $sql = sprintf("SELECT id, label + 0 AS _label0, label FROM test WHERE id = %d", $value);
55 if (($id !== $_label0) || ($value !== $_label0)) {
56 … MySQL reports odd values, id = %s, _label0 = %s, label = %s.\n", $bits, $value, $bits, $id, $_lab…
58 if ($value != $label) {
59 …printf("[008 - %d] Wrong values, (original) value = %s, id = %s, label + 0 AS label0 = %s, label …
60 $bits, $value, $id, $_label0, $label);
/PHP-5.3/ext/xmlrpc/tests/
H A Dbug50282.phpt26 <value>
30 <value>
32 </value>
35 </value>
/PHP-5.3/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.3/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.3/ext/readline/
H A Dreadline.c222 zval **value = NULL; in PHP_FUNCTION() local
250 if (value) { in PHP_FUNCTION()
252 convert_to_string_ex(value); in PHP_FUNCTION()
265 if (value) { in PHP_FUNCTION()
266 convert_to_long_ex(value); in PHP_FUNCTION()
267 rl_done = Z_LVAL_PP(value); in PHP_FUNCTION()
272 if (value) { in PHP_FUNCTION()
273 convert_to_string_ex(value); in PHP_FUNCTION()
285 if (value) { in PHP_FUNCTION()
286 convert_to_long_ex(value); in PHP_FUNCTION()
[all …]
/PHP-5.3/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.3/ext/standard/tests/array/
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 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 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-5.3/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.3/tests/classes/
H A Dimplicit_instantiation_001.phpt18 foreach($c as $name => $value) {
22 $c->$name = $value; // reset value in case implicit conversion was successful
26 $c->$name = $value; // reset value in case implicit conversion was successful
42 Strict Standards: Creating default object from empty value in %s on line 18
46 Strict Standards: Creating default object from empty value in %s on line 22
50 Strict Standards: Creating default object from empty value in %s on line 26
56 Strict Standards: Creating default object from empty value in %s on line 18
60 Strict Standards: Creating default object from empty value in %s on line 22
64 Strict Standards: Creating default object from empty value in %s on line 26
70 Strict Standards: Creating default object from empty value in %s on line 18
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A Dstrspn_variation5.phpt69 echo "\n-- Iteration with str value as \"$str\" --\n";
78 -- Iteration with str value as "" --
81 -- Iteration with str value as "
86 -- Iteration with str value as "first line of heredoc string
91 -- Iteration with str value as "hello world
97 -- Iteration with str value as "hello123world456
101 -- Iteration with str value as "hello�world�hello
105 -- Iteration with str value as "hello�@�world�hello
H A Dstrcspn_variation5.phpt69 echo "\n-- Iteration with str value as \"$str\" --\n";
78 -- Iteration with str value as "" --
81 -- Iteration with str value as "
86 -- Iteration with str value as "first line of heredoc string
91 -- Iteration with str value as "hello world
97 -- Iteration with str value as "hello123world456
101 -- Iteration with str value as "hello�world�hello
105 -- Iteration with str value as "hello�@�world�hello
/PHP-5.3/ext/exif/
H A Dexif.c1084 return (((uchar *)value)[0] << 8) | ((uchar *)value)[1]; in php_jpg_get16()
1093 return (((uchar *)value)[0] << 8) | ((uchar *)value)[1]; in php_ifd_get16u()
1095 return (((uchar *)value)[1] << 8) | ((uchar *)value)[0]; in php_ifd_get16u()
1511 char *value; member
1831 info_data->value.i = value; in exif_iif_add_int()
1845 if (value) { in exif_iif_add_str()
1854 info_data->value.s = php_addslashes(value, strlen(value), NULL, 0 TSRMLS_CC); in exif_iif_add_str()
1856 info_data->value.s = estrdup(value); in exif_iif_add_str()
1873 if (value) { in exif_iif_add_fmt()
1890 if (value) { in exif_iif_add_buffer()
[all …]

Completed in 52 milliseconds

1...<<11121314151617181920>>...79