Home
last modified time | relevance | path

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

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

/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_015.phpt2 Test typed properties disallow incorrect type initial value (object)
10 …atal error: Default value for property of type stdClass may not be null. Use the nullable type ?st…
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_xmlrpc.c301 xml_element* value = xml_elem_new(); in XMLRPC_to_xml_element_worker() local
302 value->name = estrdup(ELEM_VALUE); in XMLRPC_to_xml_element_worker()
306 root = value; in XMLRPC_to_xml_element_worker()
321 xml_element* value = xml_elem_new(); in XMLRPC_to_xml_element_worker() local
325 value->name = estrdup(ELEM_VALUE); in XMLRPC_to_xml_element_worker()
336 xml_element* value = xml_elem_new(); in XMLRPC_to_xml_element_worker() local
338 value->name = estrdup(ELEM_VALUE); in XMLRPC_to_xml_element_worker()
342 root = value; in XMLRPC_to_xml_element_worker()
349 xml_element* value = xml_elem_new(); in XMLRPC_to_xml_element_worker() local
351 value->name = estrdup(ELEM_VALUE); in XMLRPC_to_xml_element_worker()
[all …]
/PHP-7.4/ext/ldap/tests/
H A Dldap_search_sort_controls.phpt27 'value' => [
47 'value' => [
54 'value' => [
67 $controls[LDAP_CONTROL_VLVRESPONSE]['value']['target'],
68 $controls[LDAP_CONTROL_VLVRESPONSE]['value']['count'],
69 $controls[LDAP_CONTROL_VLVRESPONSE]['value']['errcode'],
70 bin2hex($controls[LDAP_CONTROL_VLVRESPONSE]['value']['context'])
143 ["value"]=>
197 ["value"]=>
/PHP-7.4/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-7.4/ext/standard/tests/array/
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-7.4/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
40 Warning: Creating default object from empty value in %s on line 18
46 Warning: Creating default object from empty value in %s on line 22
50 Warning: Creating default object from empty value in %s on line 26
58 Warning: Creating default object from empty value in %s on line 18
64 Warning: Creating default object from empty value in %s on line 22
68 Warning: Creating default object from empty value in %s on line 26
76 Warning: Creating default object from empty value in %s on line 18
[all …]
/PHP-7.4/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
26 Check linkinfo() value with lstat['dev']
52 echo "\nlinkinfo() value matches lstat['dev']\n";
54 echo "\nWarning: linkinfo() value doesnt match lstat['dev']\n";
67 echo "\nlinkinfo() value matches lstat['dev']\n";
69 echo "\nWarning: linkinfo() value doesnt match lstat['dev']\n";
84 echo "\nlinkinfo() value matches lstat['dev']\n";
86 echo "\nWarning: linkinfo() value doesnt match lstat['dev']\n";
110 linkinfo() value matches lstat['dev']
116 linkinfo() value matches lstat['dev']
[all …]
/PHP-7.4/ext/session/tests/
H A Dsession_basic4.phpt60 …ame="testvar1" value="testvalue1" /><input type="hidden" name="testvar2" value="testvalue2" /><inp…
64 …ame="testvar1" value="testvalue1" /><input type="hidden" name="testvar2" value="testvalue2" /><inp…
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_008w.phpt22 …m2>12.345</ns1:param2><ns1:param3><ns2:value>one</ns2:value><ns2:value>two</ns2:value><ns2:value>t…
H A Dr4_groupH_simple_doclit_009w.phpt22 …m2>12.345</ns1:param2><ns1:param3><ns2:value>one</ns2:value><ns2:value>two</ns2:value><ns2:value>t…
H A Dr4_groupH_simple_doclit_011w.phpt22 …m2>12.345</ns1:param2><ns1:param3><ns2:value>one</ns2:value><ns2:value>two</ns2:value><ns2:value>t…
/PHP-7.4/tests/lang/
H A DforeachLoopObjects.001.phpt2 Foreach loop on objects - basic loop with just value and key => value.
23 echo "\nCheck key and value after the loop.\n";
34 echo "\nCheck key and value after the loop.\n";
49 Check key and value after the loop.
65 Check key and value after the loop.
/PHP-7.4/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-7.4/ext/pcre/tests/
H A Dpreg_split_error1.phpt22 print "\nArg value is $regex_value\n";
31 Arg value is abcdef
36 Arg value is /[a-zA-Z]
41 Arg value is [a-zA-Z]/
46 Arg value is /[a-zA-Z]/F
51 Arg value is Array
56 Arg value is /[a-zA-Z]/
H A Dpreg_match_error1.phpt22 print "\nArg value is $regex_value\n";
31 Arg value is abcdef
36 Arg value is /[a-zA-Z]
41 Arg value is [a-zA-Z]/
46 Arg value is /[a-zA-Z]/F
51 Arg value is Array
56 Arg value is /[a-zA-Z]/
/PHP-7.4/ext/oci8/tests/
H A Dfetch_row.phpt14 "create table fetch_row_tab (id number, value number)",
15 "insert into fetch_row_tab (id, value) values (1,1)",
16 "insert into fetch_row_tab (id, value) values (1,1)",
17 "insert into fetch_row_tab (id, value) values (1,1)",
/PHP-7.4/sapi/phpdbg/tests/
H A Dwatch_003.phpt29 Old value: 1
30 New value: 2
34 Old value: 2
35 New value: 3
/PHP-7.4/ext/standard/tests/math/
H A Dfloor_basic.phpt7 /* Prototype : float floor ( float $value )
35 foreach($values as $value) {
36 echo "\n-- floor $value --\n";
37 var_dump(floor($value));
/PHP-7.4/ext/spl/tests/
H A Dspl_pq_top_basic.phpt18 echo "value: ",$priorityQueue->top(),PHP_EOL;
32 echo "value: ",$priorityQueue->top(),PHP_EOL;
37 value: b
48 value: b
/PHP-7.4/ext/json/tests/
H A Dpass003.phpt11 "The outermost value": "must be an object or array.",
44 "The outermost value": "must be an object or array.",
53 ["The outermost value"]=>
63 ["The outermost value"]=>
70 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
72 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
77 ["The outermost value"]=>
87 ["The outermost value"]=>
H A Dbug77843.phpt9 public $prop = "value";
25 string(5) "value"
27 string(20) "[[{"prop":"value"}]]"
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c183 if (!value || !*value) { in fpm_conf_expand_pool_name()
187 while (*value && (token = strstr(*value, "$pool"))) { in fpm_conf_expand_pool_name()
203 free(*value); in fpm_conf_expand_pool_name()
204 *value = strdup(buf); in fpm_conf_expand_pool_name()
577 kv->value = strdup(Z_STRVAL_P(value)); in fpm_conf_set_array()
585 if (!kv->value) { in fpm_conf_set_array()
669 free(kv->value); in fpm_worker_pool_config_free()
675 free(kv->value); in fpm_worker_pool_config_free()
681 free(kv->value); in fpm_worker_pool_config_free()
1385 if (!value) { in fpm_conf_ini_parser_entry()
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dis_tar.c146 int value; in from_oct() local
156 value = 0; in from_oct()
158 value = (value << 3) | (*where++ - '0'); in from_oct()
165 return value; in from_oct()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c436 zval *value; in ct_eval_fetch_dim() local
437 if (fetch_array_elem(&value, op1, op2) == SUCCESS && value && !IS_BOT(value)) { in ct_eval_fetch_dim()
473 zval *value; in ct_eval_isset_dim() local
477 if (IS_PARTIAL_ARRAY(op1) && (!value || IS_BOT(value))) { in ct_eval_isset_dim()
565 zval *value; in ct_eval_add_array_unpack() local
635 zval *value; in ct_eval_fetch_obj() local
636 if (fetch_obj_prop(&value, op1, op2) == SUCCESS && value && !IS_BOT(value)) { in ct_eval_fetch_obj()
646 zval *value; in ct_eval_isset_obj() local
650 if (!value || IS_BOT(value)) { in ct_eval_isset_obj()
760 zval *value; in ct_eval_array_key_exists() local
[all …]

Completed in 46 milliseconds

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