Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...88

/PHP-8.1/ext/session/tests/
H A Dsession_basic4.phpt57 …ame="testvar1" value="testvalue1" /><input type="hidden" name="testvar2" value="testvalue2" /><inp…
61 …ame="testvar1" value="testvalue1" /><input type="hidden" name="testvar2" value="testvalue2" /><inp…
/PHP-8.1/ext/intl/formatter/
H A Dformatter_functions_arginfo.h11 ZEND_ARG_TYPE_MASK(0, value, MAY_BE_LONG|MAY_BE_DOUBLE)
17 ZEND_ARG_TYPE_INFO(0, value, IS_STRING, 0)
24 ZEND_ARG_TYPE_INFO(0, value, IS_DOUBLE, 0)
30 ZEND_ARG_TYPE_INFO(0, value, IS_STRING, 0)
38 ZEND_ARG_INFO(0, value)
49 ZEND_ARG_TYPE_INFO(0, value, IS_STRING, 0)
/PHP-8.1/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
/PHP-8.1/Zend/tests/
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 Dbug69201.phpt12 $value = null;
13 return $value;
16 public function __set($property, $value)
/PHP-8.1/ext/oci8/tests/
H A Ddrcp_connect1.phpt21 // To verify this, we change the value of a PL/SQL package variable in one
46 // return the value set by conn2.
64 // value returned is what is set by pconn1
80 The value of the package variable is 0
81 Package variable value set to 1000
86 The value of the package variable is 0
87 Package variable value set to 100
91 The value of the package variable is 100
95 Package variable value set to 1000
100 The value of the package variable is 1000
/PHP-8.1/ext/dom/tests/
H A Dgh12616_3.phpt75 string(22) "(object value omitted)"
77 string(22) "(object value omitted)"
94 string(22) "(object value omitted)"
96 string(22) "(object value omitted)"
112 string(22) "(object value omitted)"
114 string(22) "(object value omitted)"
131 string(22) "(object value omitted)"
133 string(22) "(object value omitted)"
149 string(22) "(object value omitted)"
151 string(22) "(object value omitted)"
/PHP-8.1/Zend/tests/enum/
H A Dbacked-int-case-without-value.phpt2 Int backed enums with case without value
10 var_dump(Foo::Bar->value);
14 Fatal error: Case Bar of backed enum Foo must have a value in %s on line %d
H A Dvalue-property-type.phpt2 Enum value property has automatic type
14 echo (new ReflectionProperty(IntEnum::class, 'value'))->getType() . "\n";
15 echo (new ReflectionProperty(StringEnum::class, 'value'))->getType() . "\n";
/PHP-8.1/Zend/
H A Dzend_enum.c199 zval *zv = &c->value; in ZEND_NAMED_FUNCTION()
268 zval *case_zv = &c->value; in zend_enum_from_base()
445 if (value) { in create_enum_case_ast()
449 ZEND_ASSERT(!Z_REFCOUNTED_P(value)); in create_enum_case_ast()
460 if (value) { in zend_enum_add_case()
462 if (Z_TYPE_P(value) == IS_STRING && !ZSTR_IS_INTERNED(Z_STR_P(value))) { in zend_enum_add_case()
463 zval_make_interned_string(value); in zend_enum_add_case()
468 if (Z_TYPE_P(value) == IS_LONG) { in zend_enum_add_case()
488 zend_enum_add_case(ce, name_str, value); in zend_enum_add_case_cstr()
496 if (Z_TYPE(c->value) == IS_CONSTANT_AST) { in zend_enum_get_case()
[all …]
/PHP-8.1/tests/output/
H A Dob_implicit_flush_basic_001.phpt2 Test ob_implicit_flush() function : check return value (always null).
5 echo "*** Testing ob_implicit_flush() : check return value ***\n";
14 *** Testing ob_implicit_flush() : check return value ***
/PHP-8.1/tests/lang/
H A DpassByReference_004.phpt2 passing the return value from a function by reference
11 function bar($value)
13 return $value;
/PHP-8.1/Zend/Optimizer/
H A Dsccp.c448 zval *value; in ct_eval_fetch_dim() local
449 if (fetch_array_elem(&value, op1, op2) == SUCCESS && value && !IS_BOT(value)) { in ct_eval_fetch_dim()
485 zval *value; in ct_eval_isset_dim() local
489 if (IS_PARTIAL_ARRAY(op1) && (!value || IS_BOT(value))) { in ct_eval_isset_dim()
587 zval *value; in ct_eval_add_array_unpack() local
595 value = zend_hash_update(Z_ARR_P(result), key, value); in ct_eval_add_array_unpack()
658 zval *value; in ct_eval_fetch_obj() local
659 if (fetch_obj_prop(&value, op1, op2) == SUCCESS && value && !IS_BOT(value)) { in ct_eval_fetch_obj()
669 zval *value; in ct_eval_isset_obj() local
673 if (!value || IS_BOT(value)) { in ct_eval_isset_obj()
[all …]
/PHP-8.1/ext/ldap/tests/
H A Dldap_mod_ext.phpt29 … ['oid' => LDAP_CONTROL_PRE_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['description']]],
30 … ['oid' => LDAP_CONTROL_POST_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['description']]],
43 … ['oid' => LDAP_CONTROL_PRE_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['description']]],
44 … ['oid' => LDAP_CONTROL_POST_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['description']]],
76 ["value"]=>
86 ["value"]=>
148 ["value"]=>
163 ["value"]=>
H A Dldap_search_sort_controls.phpt28 'value' => [
48 'value' => [
55 'value' => [
68 $controls[LDAP_CONTROL_VLVRESPONSE]['value']['target'],
69 $controls[LDAP_CONTROL_VLVRESPONSE]['value']['count'],
70 $controls[LDAP_CONTROL_VLVRESPONSE]['value']['errcode'],
71 bin2hex($controls[LDAP_CONTROL_VLVRESPONSE]['value']['context'])
144 ["value"]=>
199 ["value"]=>
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt64 Sets the timeout value in seconds for communications with the database.
76 foreach ($constants as $name => $value)
78 if (!isset($values[$value]))
79 $values[$value] = array($name);
81 $values[$value][] = $name;
103 foreach ($values as $value => $constants) {
105 printf("[003] Several constants share the same value '%s'\n", $value);
/PHP-8.1/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%0world%0hello
105 -- Iteration with str value as "hello%0@�world%0hello
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%0world%0hello
105 -- Iteration with str value as "hello%0@�world%0hello
/PHP-8.1/ext/standard/tests/array/
H A Darray_column_basic.phpt43 'value' => new stdClass
47 'value' => 34.2345
51 'value' => true
55 'value' => false
59 'value' => null
63 'value' => 1234
67 'value' => 'Foo'
71 'value' => $fh
74 var_dump(array_column($values, 'value'));
75 var_dump(array_column($values, 'value', 'id'));
[all …]
/PHP-8.1/ext/standard/tests/class_object/
H A Dinterface_exists_variation4.phpt2 Test interface_exists() function : test autoload default value
5 echo "*** Testing interface_exists() : test autoload default value ***\n";
17 *** Testing interface_exists() : test autoload default value ***
/PHP-8.1/ext/xsl/tests/53965/
H A Dinclude.xsl3 <h1><xsl:value-of select="title"/></h1>
4 <h2>by <xsl:value-of select="artist"/> - <xsl:value-of select="year"/></h2>
/PHP-8.1/ext/opcache/tests/jit/
H A Dbug80786.phpt15 var_dump($a->value);
18 public $value = 11.3;
21 $this->value -= 10;
/PHP-8.1/ext/snmp/tests/
H A Dsnmpset.phpt20 echo "No type & no value (timeout & retries instead)\n";
62 echo "Multiple OID, single type & value\n";
72 echo "Multiple OID, single type, multiple value\n";
130 echo "Multiple OID & type, single value in array\n";
163 No type & no value (timeout & retries instead)
186 Multiple OID, single type & value
193 Multiple OID, single type, multiple value
201 Single OID, single type in array, single value
205 Single OID, single type, single value in array
217 Multiple OID, single type in array, multiple value
[all …]
H A Dsnmp2_set.phpt20 echo "No type & no value (timeout & retries instead)\n";
67 echo "Multiple OID, single type & value\n";
78 echo "Multiple OID, single type, multiple value\n";
136 echo "Multiple OID & type, single value in array\n";
169 No type & no value (timeout & retries instead)
195 Multiple OID, single type & value
202 Multiple OID, single type, multiple value
210 Single OID, single type in array, single value
214 Single OID, single type, single value in array
226 Multiple OID, single type in array, multiple value
[all …]

Completed in 105 milliseconds

1...<<11121314151617181920>>...88