Home
last modified time | relevance | path

Searched refs:value (Results 101 – 125 of 2100) sorted by relevance

12345678910>>...84

/PHP-5.5/ext/standard/tests/strings/
H A Dstrspn_variation4.phpt90 foreach($values as $value) {
91 echo "\n-- Iteration with len value as \"$value\" --\n";
143 -- Iteration with len value as "" --
146 -- Iteration with len value as "" --
149 -- Iteration with len value as "1" --
152 -- Iteration with len value as "" --
158 -- Iteration with len value as "" --
161 -- Iteration with len value as "" --
166 -- Iteration with len value as "" --
186 -- Iteration with len value as "" --
[all …]
H A Dstrcspn_variation1.phpt93 foreach($values as $value) {
94 echo "\n-- Iteration with str value as \"$value\"\n";
96 var_dump( strcspn($value,$mask,$start) ); // with default len value
108 -- Iteration with str value as "0"
113 -- Iteration with str value as "1"
208 -- Iteration with str value as ""
213 -- Iteration with str value as ""
223 -- Iteration with str value as ""
233 -- Iteration with str value as ""
238 -- Iteration with str value as ""
[all …]
H A Dstrcspn_variation2.phpt92 foreach($values as $value) {
93 echo "\n-- Iteration with mask value as \"$value\" --\n";
95 var_dump( strcspn($str,$value,$start) ); // with default len value
107 -- Iteration with mask value as "0" --
112 -- Iteration with mask value as "1" --
207 -- Iteration with mask value as "" --
212 -- Iteration with mask value as "" --
222 -- Iteration with mask value as "" --
232 -- Iteration with mask value as "" --
237 -- Iteration with mask value as "" --
[all …]
H A Dstrspn_variation1.phpt93 foreach($values as $value) {
94 echo "\n-- Iteration with str value as \"$value\"\n";
96 var_dump( strspn($value,$mask,$start) ); // with default len value
108 -- Iteration with str value as "0"
113 -- Iteration with str value as "1"
208 -- Iteration with str value as ""
213 -- Iteration with str value as ""
223 -- Iteration with str value as ""
233 -- Iteration with str value as ""
238 -- Iteration with str value as ""
[all …]
H A Dstrspn_variation2.phpt92 foreach($values as $value) {
93 echo "\n-- Iteration with mask value as \"$value\" --\n";
95 var_dump( strspn($str,$value,$start) ); // with default len value
107 -- Iteration with mask value as "0" --
112 -- Iteration with mask value as "1" --
207 -- Iteration with mask value as "" --
212 -- Iteration with mask value as "" --
222 -- Iteration with mask value as "" --
232 -- Iteration with mask value as "" --
237 -- Iteration with mask value as "" --
[all …]
/PHP-5.5/ext/xml/tests/
H A Dxml_get_current_byte_index_variation1.phpt90 echo @"\nArg value $value \n";
100 Arg value 0
105 Arg value 1
170 Arg value
175 Arg value
185 Arg value
195 Arg value
200 Arg value
205 Arg value
230 Arg value
[all …]
H A Dxml_get_current_column_number_variation1.phpt91 echo @"\nArg value $value \n";
101 Arg value 0
106 Arg value 1
171 Arg value
176 Arg value
186 Arg value
196 Arg value
201 Arg value
206 Arg value
231 Arg value
[all …]
H A Dxml_get_current_line_number_variation1.phpt90 echo @"\nArg value $value \n";
100 Arg value 0
105 Arg value 1
170 Arg value
175 Arg value
185 Arg value
195 Arg value
200 Arg value
205 Arg value
230 Arg value
[all …]
H A Dxml_get_error_code_variation1.phpt90 echo @"\nArg value $value \n";
100 Arg value 0
105 Arg value 1
170 Arg value
175 Arg value
185 Arg value
195 Arg value
200 Arg value
205 Arg value
230 Arg value
[all …]
H A Dxml_parser_free_variation1.phpt90 echo @"\nArg value $value \n";
100 Arg value 0
105 Arg value 1
170 Arg value
175 Arg value
185 Arg value
195 Arg value
200 Arg value
205 Arg value
230 Arg value
[all …]
H A Dxml_parser_get_option_variation1.phpt91 echo @"\nArg value $value \n";
101 Arg value 0
106 Arg value 1
171 Arg value
176 Arg value
186 Arg value
196 Arg value
201 Arg value
206 Arg value
231 Arg value
[all …]
H A Dxml_set_object_variation2.phpt83 echo @"\nArg value $value \n";
95 Arg value 0
100 Arg value 1
165 Arg value
170 Arg value
180 Arg value
190 Arg value
195 Arg value
200 Arg value
220 Arg value
[all …]
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h313 int XMLRPC_VectorSize(XMLRPC_VALUE value);
335 void XMLRPC_CleanupValue(XMLRPC_VALUE value);
342 XMLRPC_VALUE XMLRPC_CopyValue(XMLRPC_VALUE value);
354 #define XMLRPC_SetValueID(value, id, len) XMLRPC_SetValueID_Case(value, id, len, XMLRPC_DEFAULT_ID_… argument
358 int XMLRPC_GetValueStringLen(XMLRPC_VALUE value);
359 int XMLRPC_GetValueInt(XMLRPC_VALUE value);
360 int XMLRPC_GetValueBoolean(XMLRPC_VALUE value);
361 double XMLRPC_GetValueDouble(XMLRPC_VALUE value);
365 const char* XMLRPC_GetValueID(XMLRPC_VALUE value);
401 int XMLRPC_ValueIsFault (XMLRPC_VALUE value);
[all …]
/PHP-5.5/ext/ereg/tests/
H A Dereg_variation_001.phpt77 echo "\nArg value $value \n";
88 Arg value 0
92 Arg value 1
154 Arg value
159 Arg value
168 Arg value
177 Arg value
182 Arg value
187 Arg value
193 Arg value
[all …]
H A Deregi_variation_001.phpt77 echo "\nArg value $value \n";
88 Arg value 0
92 Arg value 1
154 Arg value
159 Arg value
168 Arg value
177 Arg value
182 Arg value
187 Arg value
193 Arg value
[all …]
/PHP-5.5/ext/posix/tests/
H A Dposix_getpgid_variation.phpt73 echo "\nArg value $value \n";
141 Arg value
144 Arg value
147 Arg value 1
150 Arg value
153 Arg value 1
156 Arg value
159 Arg value
164 Arg value
179 Arg value
[all …]
/PHP-5.5/Zend/
H A Dzend_ini.c443 } else if (ini_entry->value && ini_entry->value[0]) { in zend_ini_displayer_cb()
479 value = 1; in ZEND_INI_DISP()
481 value = 1; in ZEND_INI_DISP()
483 value = 1; in ZEND_INI_DISP()
488 value = 0; in ZEND_INI_DISP()
491 if (value) { in ZEND_INI_DISP()
501 char *value; in ZEND_INI_DISP() local
506 value = ini_entry->value; in ZEND_INI_DISP()
510 if (value) { in ZEND_INI_DISP()
528 char *value; in ZEND_INI_DISP() local
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfpassthru_variation1.phpt80 echo @"\nArg value $value \n";
89 Arg value 0
94 Arg value 1
159 Arg value
164 Arg value
174 Arg value
184 Arg value
189 Arg value
194 Arg value
214 Arg value
[all …]
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_variation1.phpt86 -- Arg value: 0 --
90 -- Arg value: 1 --
94 -- Arg value: 12345 --
98 -- Arg value: -2345 --
102 -- Arg value: 10.5 --
142 -- Arg value: NULL --
146 -- Arg value: null --
150 -- Arg value: true --
158 -- Arg value: TRUE --
166 -- Arg value: "" --
[all …]
/PHP-5.5/sapi/apache2filter/
H A Dapache_config.c51 char *value; member
64 if (!strncasecmp(value, "none", sizeof("none"))) { in real_value_hnd()
65 value = ""; in real_value_hnd()
68 e.value = apr_pstrdup(cmd->pool, value); in real_value_hnd()
69 e.value_len = strlen(value); in real_value_hnd()
79 return real_value_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_value_handler()
84 return real_value_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_value_handler()
103 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_flag_handler()
108 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_flag_handler()
156 return pe->value; in get_php_config()
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dintval.phpt40 foreach ($valid_ints as $value ) {
41 var_dump( intval($value) );
46 foreach ($valid_ints as $value ) {
47 var_dump( intval($value, 10) );
52 foreach ($valid_ints as $value ) {
53 var_dump( intval($value, 16) );
57 foreach ($valid_ints as $value ) {
58 var_dump( intval($value, 8) );
77 '-2147483649', // float value
78 '2147483648', // float value
[all …]
/PHP-5.5/ext/intl/doc/
H A Dmsgfmt_api.php44 * @param string $value string to parse for items
48 public function parse($value) {} argument
68 * @param string $value string to parse for items
72 public static function parseMessage($locale, $value) {} argument
138 * @param string $value string to parse for items
142 function msgfmt_parse($fmt, $value) {} argument
162 * @param string $value string to parse for items
166 function msgfmt_parse_message($locale, $value) {} argument
H A Ddatefmt_api.php86 * @param mixed $value - value to format
91 public function format($value) {} argument
100 * @param string $value string to convert to a time
106 public function parse($value, $parse_pos=0) {} argument
115 * @param string $value string to convert to a time
121 public function localtime($value, $parse_pos=0) {} argument
268 * @param mixed $value - value to format
273 function datefmt_format($fmt , $value) {} argument
283 * @param string $value string to convert to a time
289 function datefmt_parse($fmt , $value, $parse_pos=0) {} argument
[all …]
/PHP-5.5/ext/simplexml/tests/
H A Dbug67572.phpt16 foreach($xml as $key => $value) {
17 print "$key = $value ... ";
18 var_dump(empty($value));
19 var_dump($value == false);
22 foreach($xml2 as $key => $value) {
23 print "$key = $value ... ";
24 var_dump(empty($value));
25 var_dump($value == false);
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug37057.phpt11 <value>
15 <value><string>0.29</string></value>
18 </value>
32 <value>
36 <value><string>0.29</string></value>
39 </value>

Completed in 74 milliseconds

12345678910>>...84