Home
last modified time | relevance | path

Searched refs:value (Results 151 – 175 of 2314) sorted by relevance

12345678910>>...93

/PHP-7.2/ext/xmlrpc/tests/
H A Dbug42736.phpt16 …me>GetProducts</methodName><params><param><value><dateTime.iso8601>20060922T14:26:19</dateTime.iso…
36 <value>
40 <value>
43 <value>
45 </value>
48 </value>
51 </value>
H A Dbug45226.phpt25 <value>
29 <value>
31 </value>
34 </value>
43 <value>
47 <value>
49 </value>
52 </value>
/PHP-7.2/ext/standard/tests/strings/
H A Dstrcspn_variation3.phpt90 foreach($values as $value) {
91 echo "\n-- Iteration with start value as \"$value\" --\n";
92 var_dump( strcspn($str,$mask,$value) ); // with default len value
164 -- Iteration with start value as "" --
168 -- Iteration with start value as "" --
176 -- Iteration with start value as "" --
184 -- Iteration with start value as "" --
188 -- Iteration with start value as "" --
196 -- Iteration with start value as "" --
228 -- Iteration with start value as "" --
[all …]
H A Dstrspn_variation3.phpt90 foreach($values as $value) {
91 echo "\n-- Iteration with start value as \"$value\" --\n";
92 var_dump( strspn($str,$mask,$value) ); // with default len value
164 -- Iteration with start value as "" --
168 -- Iteration with start value as "" --
176 -- Iteration with start value as "" --
184 -- Iteration with start value as "" --
188 -- Iteration with start value as "" --
196 -- Iteration with start value as "" --
228 -- Iteration with start value as "" --
[all …]
H A Dwordwrap_variation5.phpt21 echo "\n-- Testing wordwrap() with default break value and single space as value --\n";
22 echo "-- with default break and cut value --\n";
23 var_dump( wordwrap($str, $width) ); // default break and cut value
25 echo "-- with default cut value --\n";
31 echo "-- with cut value as false --\n";
36 echo "-- with cut value as true --\n";
46 -- Testing wordwrap() with default break value and single space as value --
47 -- with default break and cut value --
51 -- with default cut value --
54 -- with cut value as false --
[all …]
/PHP-7.2/ext/standard/tests/array/
H A Darsort_variation10.phpt13 * 1.flag value as defualt
26 echo "\n-- Testing arsort() by supplying octal value array, 'flag' value is defualt --\n";
31 echo "\n-- Testing arsort() by supplying octal value array, 'flag' value is SORT_REGULAR --\n";
36 echo "\n-- Testing arsort() by supplying octal value array, 'flag' value is SORT_NUMERIC --\n";
46 -- Testing arsort() by supplying octal value array, 'flag' value is defualt --
69 -- Testing arsort() by supplying octal value array, 'flag' value is SORT_REGULAR --
92 -- Testing arsort() by supplying octal value array, 'flag' value is SORT_NUMERIC --
H A Dasort_variation10.phpt13 * 1.flag value as defualt
26 echo "\n-- Testing asort() by supplying octal value array, 'flag' value is defualt --\n";
31 echo "\n-- Testing asort() by supplying octal value array, 'flag' value is SORT_REGULAR --\n";
36 echo "\n-- Testing asort() by supplying octal value array, 'flag' value is SORT_NUMERIC --\n";
46 -- Testing asort() by supplying octal value array, 'flag' value is defualt --
69 -- Testing asort() by supplying octal value array, 'flag' value is SORT_REGULAR --
92 -- Testing asort() by supplying octal value array, 'flag' value is SORT_NUMERIC --
H A Dsort_variation10.phpt14 * 1.flag value as defualt
24 echo "\n-- Testing sort() by supplying octal value array, 'flag' value is defualt --\n";
29 echo "\n-- Testing sort() by supplying octal value array, 'flag' value is SORT_REGULAR --\n";
34 echo "\n-- Testing sort() by supplying octal value array, 'flag' value is SORT_NUMERIC --\n";
44 -- Testing sort() by supplying octal value array, 'flag' value is defualt --
67 -- Testing sort() by supplying octal value array, 'flag' value is SORT_REGULAR --
90 -- Testing sort() by supplying octal value array, 'flag' value is SORT_NUMERIC --
H A Dkrsort_variation6.phpt13 * 1.flag value as defualt
26 echo "\n-- Testing krsort() by supplying hexadecimal value array, 'flag' value is defualt --\n";
31 echo "\n-- Testing krsort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\…
36 echo "\n-- Testing krsort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\…
46 -- Testing krsort() by supplying hexadecimal value array, 'flag' value is defualt --
69 -- Testing krsort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --
92 -- Testing krsort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
H A Dsort_variation6.phpt13 * flag value as defualt
23 echo "\n-- Testing sort() by supplying hexadecimal value array, 'flag' value is defualt --\n";
28 echo "\n-- Testing sort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\n";
33 echo "\n-- Testing sort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\n";
43 -- Testing sort() by supplying hexadecimal value array, 'flag' value is defualt --
70 -- Testing sort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --
97 -- Testing sort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
H A Darsort_variation6.phpt13 * flag value as defualt
26 echo "\n-- Testing arsort() by supplying hexadecimal value array, 'flag' value is defualt --\n";
31 echo "\n-- Testing arsort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\…
36 echo "\n-- Testing arsort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\…
46 -- Testing arsort() by supplying hexadecimal value array, 'flag' value is defualt --
69 -- Testing arsort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --
92 -- Testing arsort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
H A Dasort_variation6.phpt13 * flag value as defualt
26 echo "\n-- Testing asort() by supplying hexadecimal value array, 'flag' value is defualt --\n";
31 echo "\n-- Testing asort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\n…
36 echo "\n-- Testing asort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\n…
46 -- Testing asort() by supplying hexadecimal value array, 'flag' value is defualt --
69 -- Testing asort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --
92 -- Testing asort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
H A Dksort_variation6.phpt12 * 1.flag value as defualt
26 echo "\n-- Testing ksort() by supplying hexadecimal value array, 'flag' value is defualt --\n";
31 echo "\n-- Testing ksort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\n…
36 echo "\n-- Testing ksort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\n…
46 -- Testing ksort() by supplying hexadecimal value array, 'flag' value is defualt --
69 -- Testing ksort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --
92 -- Testing ksort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
/PHP-7.2/ext/reflection/tests/
H A Dbug40431.phpt8 $Obj->value = 'value';
28 $Obj->value = 'value';
45 $Obj->value = 'value';
59 private $value = 1;
66 $Obj->value = 'value';
85 string(5) "value"
99 string(5) "value"
113 string(5) "value"
127 string(5) "value"
H A DReflectionClass_setStaticPropertyValue_001.phpt22 $rcA->setStaticPropertyValue("\0A\0privateOverridden", "new value 1");
23 $rcA->setStaticPropertyValue("\0*\0protectedOverridden", "new value 2");
24 $rcA->setStaticPropertyValue("publicOverridden", "new value 3");
29 $rcB->setStaticPropertyValue("\0A\0privateOverridden", "new value 4");
30 $rcB->setStaticPropertyValue("\0B\0privateOverridden", "new value 5");
31 $rcB->setStaticPropertyValue("\0*\0protectedOverridden", "new value 6");
32 $rcB->setStaticPropertyValue("publicOverridden", "new value 7");
36 echo "\nSet non-existent values from A with no default value:\n";
38 var_dump($rcA->setStaticPropertyValue("protectedOverridden", "new value 8"));
45 var_dump($rcA->setStaticPropertyValue("privateOverridden", "new value 9"));
[all …]
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug62593.phpt18 $value = true;
20 $query->bindValue(':foo', $value, PDO::PARAM_BOOL);
23 var_dump($value);
30 $value = true;
31 $query->bindParam(':foo', $value, PDO::PARAM_BOOL);
32 $value = false;
35 var_dump($value);
38 $value = '0';
39 $query->bindParam(':foo', $value, PDO::PARAM_BOOL);
44 $value = "abc";
[all …]
/PHP-7.2/ext/soap/tests/
H A Dbug48557.phpt25 <value xsi:type="xsd:int">123</value>
29 <value xsi:type="xsd:string">123</value>
33 <value xsi:type="xsd:float">123.5</value>
37 <value xsi:type="xsd:float">123.5</value>
41 <value xsi:type="xsd:float">123.5</value>
45 <value xsi:type="xsd:float">123.5</value>
/PHP-7.2/sapi/phpdbg/tests/
H A Dwatch_006.phpt26 Old value: 0
27 New value: 1
32 Old value:
33 New value (reference): Array ([0] => 1)
38 Old value: 1
39 New value: 2
50 Old value inaccessible or destroyed
51 New value (reference): Array ([0] => 2,[1] => 3)
55 Old value inaccessible or destroyed
56 New value (reference): Array ([0] => 1)
/PHP-7.2/Zend/tests/
H A Dindexing_001.phpt5 echo "*** Indexing - Testing value assignment with key ***\n";
21 echo "*** Indexing - Testing value assignment no key ***\n";
42 *** Indexing - Testing value assignment with key ***
51 Warning: Cannot use a scalar value as an array in %s on line %d
54 Warning: Cannot use a scalar value as an array in %s on line %d
57 Warning: Cannot use a scalar value as an array in %s on line %d
77 Warning: Cannot use a scalar value as an array in %s on line %d
96 Warning: Cannot use a scalar value as an array in %s on line %d
99 Warning: Cannot use a scalar value as an array in %s on line %d
102 Warning: Cannot use a scalar value as an array in %s on line %d
[all …]
/PHP-7.2/ext/xmlreader/tests/
H A D003-mb.phpt25 echo $reader->value . "\n";
27 if ($reader->getAttribute($reader->name) == $reader->value) {
34 echo $reader->value . "\n";
36 if ($reader->getAttribute($reader->name) == $reader->value) {
43 echo $reader->value . "\n";
45 if ($reader->getAttribute('num') == $reader->value) {
51 echo $reader->value . "\n";
53 if ($reader->getAttribute('idx') == $reader->value) {
60 echo $reader->value . "\n";
62 if ($reader->getAttributeNo(0) == $reader->value) {
[all …]
H A D003.phpt25 echo $reader->value . "\n";
27 if ($reader->getAttribute($reader->name) == $reader->value) {
34 echo $reader->value . "\n";
36 if ($reader->getAttribute($reader->name) == $reader->value) {
43 echo $reader->value . "\n";
45 if ($reader->getAttribute('num') == $reader->value) {
51 echo $reader->value . "\n";
53 if ($reader->getAttribute('idx') == $reader->value) {
60 echo $reader->value . "\n";
62 if ($reader->getAttributeNo(0) == $reader->value) {
[all …]
/PHP-7.2/tests/basic/
H A D023.phpt7 c o o k i e=value; c o o k i e= v a l u e ;;c%20o+o k+i%20e=v;name="value","value",UEhQIQ==;UEhQIQ=…
15 string(5) "value"
19 string(24) ""value","value",UEhQIQ=="
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_env.c25 int setenv(char *name, char *value, int clobber) /* {{{ */ in setenv() argument
38 sprintf(cp, "%s=%s", name, value); in setenv()
46 int value_len = strlen(value); in setenv()
53 memcpy(var + name_len + 1, value, value_len); in setenv()
150 setenv(kv->key, kv->value, 1); in fpm_env_init_child()
170 if (*kv->value == '$') { in fpm_env_conf_wp()
171 char *value = getenv(kv->value + 1); in fpm_env_conf_wp() local
173 if (!value) { in fpm_env_conf_wp()
174 value = ""; in fpm_env_conf_wp()
177 free(kv->value); in fpm_env_conf_wp()
[all …]
/PHP-7.2/ext/pcre/tests/
H A Dpreg_grep_error1.phpt21 foreach($values as $value) {
22 print "\nArg value is $value\n";
23 var_dump(preg_grep($value, $array));
25 $value = new stdclass(); //Object
26 var_dump(preg_grep($value, $array));
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
[all …]
/PHP-7.2/ext/json/
H A Djson_parser.tab.c186 zval value; member
1448 ZVAL_COPY_VALUE(&(yyval.value), &(yyvsp[-1].value)); in yyparse()
1458 PHP_JSON_USE_2((yyval.value), (yyvsp[-1].value), (yyvsp[0].value)); in yyparse()
1477 ZVAL_COPY_VALUE(&(yyval.value), &(yyvsp[-1].value)); in yyparse()
1520 ZVAL_COPY_VALUE(&(yyval.value), &(yyvsp[-2].value)); in yyparse()
1528 PHP_JSON_USE_2((yyval.value), (yyvsp[-1].value), (yyvsp[0].value)); in yyparse()
1564 ZVAL_COPY_VALUE(&(yyval.value), &(yyvsp[-1].value)); in yyparse()
1603 ZVAL_COPY_VALUE(&(yyval.value), &(yyvsp[-2].value)); in yyparse()
1611 PHP_JSON_USE_2((yyval.value), (yyvsp[-1].value), (yyvsp[0].value)); in yyparse()
1619 PHP_JSON_USE_1((yyval.value), (yyvsp[0].value)); in yyparse()
[all …]

Completed in 80 milliseconds

12345678910>>...93