Home
last modified time | relevance | path

Searched refs:value (Results 276 – 300 of 2100) sorted by relevance

1...<<11121314151617181920>>...84

/PHP-5.5/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.5/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-5.5/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.5/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.5/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 --
H A Darray_column_basic.phpt49 'value' => new stdClass
53 'value' => 34.2345
57 'value' => true
61 'value' => false
65 'value' => null
69 'value' => 1234
73 'value' => 'Foo'
77 'value' => $fh
80 var_dump(array_column($values, 'value'));
81 var_dump(array_column($values, 'value', 'id'));
[all …]
/PHP-5.5/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';
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 Warning: Creating default object from empty value in %s on line 18
48 Warning: Creating default object from empty value in %s on line 22
52 Warning: Creating default object from empty value in %s on line 26
60 Warning: Creating default object from empty value in %s on line 18
66 Warning: Creating default object from empty value in %s on line 22
70 Warning: Creating default object from empty value in %s on line 26
78 Warning: Creating default object from empty value in %s on line 18
[all …]
/PHP-5.5/ext/pcre/tests/
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.5/ext/snmp/tests/
H A Dsnmp2_set.phpt22 echo "No type & no value (timeout & retries instead)\n";
60 echo "Multiple OID, single type & value\n";
70 echo "Multiple OID, single type, multiple value\n";
112 echo "Multiple OID & type, singe value in array\n";
149 No type & no value (timeout & retries instead)
174 Multiple OID, single type & value
181 Multiple OID, single type, multiple value
189 Single OID, single type in array, single value
195 Single OID, single type, single value in array
213 Multiple OID, single type in array, multiple value
[all …]
H A Dsnmpset.phpt22 echo "No type & no value (timeout & retries instead)\n";
60 echo "Multiple OID, single type & value\n";
70 echo "Multiple OID, single type, multiple value\n";
112 echo "Multiple OID & type, singe value in array\n";
149 No type & no value (timeout & retries instead)
174 Multiple OID, single type & value
181 Multiple OID, single type, multiple value
189 Single OID, single type in array, single value
195 Single OID, single type, single value in array
213 Multiple OID, single type in array, multiple value
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt55 Sets the timeout value in seconds for communications with the database.
67 foreach ($constants as $name => $value)
69 if (!isset($values[$value]))
70 $values[$value] = array($name);
72 $values[$value][] = $name;
94 foreach ($values as $value => $constants) {
96 printf("[003] Several constants share the same value '%s'\n", $value);
/PHP-5.5/ext/standard/tests/strings/
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
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
/PHP-5.5/ext/mysqli/tests/
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.5/ext/curl/tests/
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-5.5/ext/standard/tests/general_functions/
H A Dfloatval.phpt6 * Description: Returns the float value of var.
36 float values, expected output:float value for valid floating point number */
38 foreach ($valid_floats as $value ) {
39 var_dump( floatval($value) );
45 float values, expected output:float value for valid floating point number */
47 foreach ($valid_floats as $value ) {
48 var_dump( doubleval($value) );
62 -2147483648, // max negative integer value
63 2147483648, // max positive integer value
80 floatval() on non float types, expected output: float value valid floating point numbers */
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation9.phpt2 … symlink(), linkinfo(), link() and is_link() functions : usage variations - link & lstat[dev] value
25 Check linkinfo() value with lstat['dev']
51 echo "\nlinkinfo() value matches lstat['dev']\n";
53 echo "\nWarning: linkinfo() value doesnt match lstat['dev']\n";
66 echo "\nlinkinfo() value matches lstat['dev']\n";
68 echo "\nWarning: linkinfo() value doesnt match lstat['dev']\n";
83 echo "\nlinkinfo() value matches lstat['dev']\n";
85 echo "\nWarning: linkinfo() value doesnt match lstat['dev']\n";
106 linkinfo() value matches lstat['dev']
113 linkinfo() value matches lstat['dev']
[all …]
/PHP-5.5/ext/simplexml/tests/
H A D012.phpt19 $sxe["attr"] = "value";
23 $sxe["attr"] = "new value";
36 <foo attr="value"/>
38 <foo attr="new value"/>
/PHP-5.5/ext/dom/
H A Dcdatasection.c33 ZEND_ARG_INFO(0, value)
56 char *value = NULL; in PHP_METHOD() local
61 …UM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_cdatasection_class_entry, &value, &value_len) == FA… in PHP_METHOD()
67 nodep = xmlNewCDataBlock(NULL, (xmlChar *) value, value_len); in PHP_METHOD()

Completed in 28 milliseconds

1...<<11121314151617181920>>...84