Home
last modified time | relevance | path

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

12345678910>>...87

/PHP-7.0/ext/json/
H A Djson_parser.tab.c178 zval value; member
1451 ZVAL_COPY_VALUE(&(yyval.value), &(yyvsp[-1].value)); in yyparse()
1461 PHP_JSON_USE_2((yyval.value), (yyvsp[-1].value), (yyvsp[0].value)); in yyparse()
1476 (yyval.value) = (yyvsp[-1].value); in yyparse()
1513 ZVAL_COPY_VALUE(&(yyval.value), &(yyvsp[-2].value)); in yyparse()
1521 PHP_JSON_USE_2((yyval.value), (yyvsp[-1].value), (yyvsp[0].value)); in yyparse()
1553 ZVAL_COPY_VALUE(&(yyval.value), &(yyvsp[-1].value)); in yyparse()
1588 ZVAL_COPY_VALUE(&(yyval.value), &(yyvsp[-2].value)); in yyparse()
1596 PHP_JSON_USE_2((yyval.value), (yyvsp[-1].value), (yyvsp[0].value)); in yyparse()
1604 PHP_JSON_USE_1((yyval.value), (yyvsp[0].value)); in yyparse()
[all …]
/PHP-7.0/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
79 Warning: Cannot use a scalar value as an array in %s on line %d
98 Warning: Cannot use a scalar value as an array in %s on line %d
101 Warning: Cannot use a scalar value as an array in %s on line %d
104 Warning: Cannot use a scalar value as an array in %s on line %d
[all …]
/PHP-7.0/ext/xmlreader/tests/
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.0/ext/xmlrpc/tests/
H A Dbug45226.phpt25 <value>
29 <value>
31 </value>
34 </value>
43 <value>
47 <value>
49 </value>
52 </value>
H A D005.phpt27 <value>
29 </value>
35 <value>
37 </value>
43 <value>
45 </value>
H A Dbug74975.phpt39 <value>
43 <value>
45 </value>
49 <value>
51 </value>
54 </value>
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_env.c26 int setenv(char *name, char *value, int clobber) /* {{{ */ in setenv() argument
39 sprintf(cp, "%s=%s", name, value); in setenv()
47 int value_len = strlen(value); in setenv()
54 memcpy(var + name_len + 1, value, value_len); in setenv()
151 setenv(kv->key, kv->value, 1); in fpm_env_init_child()
171 if (*kv->value == '$') { in fpm_env_conf_wp()
172 char *value = getenv(kv->value + 1); in fpm_env_conf_wp() local
174 if (!value) { in fpm_env_conf_wp()
175 value = ""; in fpm_env_conf_wp()
178 free(kv->value); in fpm_env_conf_wp()
[all …]
/PHP-7.0/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));
33 Arg value is abcdef
38 Arg value is /[a-zA-Z]
43 Arg value is [a-zA-Z]/
48 Arg value is /[a-zA-Z]/F
53 Arg value is Array
[all …]
H A Dpreg_quote_error1.phpt15 foreach($input as $value) {
16 print "\nArg value is: $value\n";
17 var_dump(preg_quote($value));
19 $value = new stdclass(); //Object
20 var_dump(preg_quote($value));
26 Arg value is: this is a string
29 Arg value is: Array
H A Dpreg_grep_error2.phpt16 foreach($input as $value) {
17 print "\nArg value is: $value\n";
18 var_dump(preg_grep($regex, $value));
20 $value = new stdclass(); //Object
21 var_dump(preg_grep($regex, $value));
27 Arg value is: this is a string
32 Arg value is: Array
H A Dpreg_match_error2.phpt16 foreach($input as $value) {
17 print "\nArg value is: $value\n";
18 var_dump(preg_match($regex, $value));
20 $value = new stdclass(); //Object
21 var_dump(preg_match($regex, $value));
28 Arg value is: this is a string
31 Arg value is: Array
/PHP-7.0/ext/standard/tests/array/
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 --
H A Darray_map_variation1.phpt15 $arr = array("stringkey" => "value");
31 string(5) "value"
38 string(5) "value"
40 string(5) "value"
45 string(5) "value"
51 string(5) "value"
53 string(5) "value"
H A Drsort_variation7.phpt16 // bool value array
19 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";
34 echo "\n-- 'flag' value is SORT_STRING --\n";
45 -- 'flag' value is defualt --
58 -- 'flag' value is SORT_REGULAR --
71 -- 'flag' value is SORT_NUMERIC --
84 -- 'flag' value is SORT_STRING --
H A Darray_walk_variation6.phpt19 * Parameters : $value - value from key/value pair of the array
24 function for_numeric($value, $key, $user_data)
29 var_dump($value);
35 * Parameters : $value - values in given input array
37 * Description : Function appends key to the value
39 function for_string($value, $key)
44 var_dump($value);
48 /* Prototype : for_mixed( mixed $value, mixed $key)
49 * Parameters : $value - values in given input array
53 function for_mixed($value, $key)
[all …]
/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_setStaticPropertyValue_001_2_4.phpt24 $rcA->setStaticPropertyValue("\0A\0privateOverridden", "new value 1");
25 $rcA->setStaticPropertyValue("\0*\0protectedOverridden", "new value 2");
26 $rcA->setStaticPropertyValue("publicOverridden", "new value 3");
31 $rcB->setStaticPropertyValue("\0A\0privateOverridden", "new value 4");
32 $rcB->setStaticPropertyValue("\0B\0privateOverridden", "new value 5");
33 $rcB->setStaticPropertyValue("\0*\0protectedOverridden", "new value 6");
34 $rcB->setStaticPropertyValue("publicOverridden", "new value 7");
38 echo "\nSet non-existent values from A with no default value:\n";
40 var_dump($rcA->setStaticPropertyValue("protectedOverridden", "new value 8"));
47 var_dump($rcA->setStaticPropertyValue("privateOverridden", "new value 9"));
[all …]
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_attr.c90 UChar* value = value_buf; in PHP_FUNCTION() local
106 …length = udat_toPattern(DATE_FORMAT_OBJECT(dfo), is_pattern_localized, value, length, &INTL_DATA_E… in PHP_FUNCTION()
110 value = eumalloc(length); in PHP_FUNCTION()
111 …length = udat_toPattern(DATE_FORMAT_OBJECT(dfo), is_pattern_localized, value, length, &INTL_DATA_E… in PHP_FUNCTION()
113 efree(value); in PHP_FUNCTION()
114 value = value_buf; in PHP_FUNCTION()
119 INTL_METHOD_RETVAL_UTF8( dfo, value, length, ( value != value_buf ) ); in PHP_FUNCTION()
130 char* value = NULL; in PHP_FUNCTION() local
141 &object, IntlDateFormatter_ce_ptr, &value, &value_len ) == FAILURE ) in PHP_FUNCTION()
151 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(dfo)); in PHP_FUNCTION()
/PHP-7.0/tests/classes/
H A Dconstants_basic_004.phpt15 const VALUE = "value";
49 string(5) "value"
53 string(5) "value"
57 string(5) "value"
61 string(5) "value"
65 string(5) "value"
73 string(5) "value"
80 string(5) "value"
87 string(5) "value"
92 string(5) "value"
[all …]
H A Dunset_properties.phpt20 public function __set($name, $value)
22 $this->$name = $value;
23 echo '__set "' . $name . '" to "' . $value . '"';
86 echo $o->setPublicProperty('new publicProperty value via setter');
91 $o->publicProperty = 'new publicProperty value via public access';
136 __set "publicProperty" to "new publicProperty value via setter"
137 new publicProperty value via setter
140 new publicProperty value via public access
147 new protectedProperty value via setter
152 __set "privateProperty" to "new privateProperty value via setter"
[all …]
/PHP-7.0/ext/mbstring/oniguruma/
H A Dst.c243 st_data_t *value;
255 if (value != 0) *value = ptr->record;
282 st_data_t value;
295 ptr->record = value;
304 st_data_t value;
384 st_data_t *value;
394 if (value != 0) *value = 0;
401 if (value != 0) *value = ptr->record;
412 if (value != 0) *value = tmp->record;
436 if (value != 0) *value = 0;
[all …]
/PHP-7.0/ext/oci8/tests/
H A Dconn_attr_1.phpt67 The value of MODULE is %s
68 The value of ACTION is
69 The value of CLIENT_INFO is
70 The value of CLIENT_IDENTIFIER is
74 The value of MODULE is PHP TEST1
76 The value of ACTION is TASK1
78 The value of CLIENT_INFO is INFO11
83 The value of MODULE is PHP TEST2
85 The value of ACTION is TASK2
92 The value of MODULE is PHP TEST3
[all …]
/PHP-7.0/ext/intl/doc/
H A Dformatter_api.php231 * @param integer|double $value Value of the attribute
234 public function setAttribute($attr, $value) {} argument
243 * @param string $value Value of the attribute
246 public function setTextAttribute($attr, $value) {} argument
256 * @param string $value Value of the symbol
258 public function setSymbol($attr, $value) {} argument
399 * @param integer|double $value Value of the attribute
402 function numfmt_set_attribute($formatter, $attribute, $value) {} argument
412 * @param string $value Value of the attribute
426 * @param string $value Value of the symbol
[all …]
/PHP-7.0/ext/tidy/tests/
H A D012.phpt36 ["value"]=>
59 ["value"]=>
83 ["value"]=>
104 ["value"]=>
132 ["value"]=>
257 ["value"]=>
298 ["value"]=>
316 ["value"]=>
398 ["value"]=>
416 ["value"]=>
[all …]

Completed in 74 milliseconds

12345678910>>...87