Home
last modified time | relevance | path

Searched refs:value (Results 226 – 250 of 2100) sorted by last modified time

12345678910>>...84

/PHP-5.5/ext/xml/tests/
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_parser_get_option_variation2.phpt89 echo @"\nArg value $value \n";
160 Arg value
165 Arg value
170 Arg value 1
173 Arg value
178 Arg value 1
181 Arg value
186 Arg value
191 Arg value
216 Arg value
[all …]
H A Dxml_set_default_handler_variation1.phpt95 echo @"\nArg value $value \n";
105 Arg value 0
110 Arg value 1
175 Arg value
180 Arg value
190 Arg value
200 Arg value
205 Arg value
210 Arg value
235 Arg value
[all …]
H A Dxml_set_element_handler_variation1.phpt95 echo @"\nArg value $value \n";
105 Arg value 0
110 Arg value 1
175 Arg value
180 Arg value
190 Arg value
200 Arg value
205 Arg value
210 Arg value
235 Arg value
[all …]
H A Dxml_set_end_namespace_decl_handler_variation1.phpt95 echo @"\nArg value $value \n";
105 Arg value 0
110 Arg value 1
175 Arg value
180 Arg value
190 Arg value
200 Arg value
205 Arg value
210 Arg value
235 Arg value
[all …]
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt43 global $value;
826 string(6) "$value"
/PHP-5.5/ext/wddx/tests/
H A D003.phpt11 …/var><var name='var3'><number>756</number></var><var name='var4'><boolean value='true'/></var></st…
H A D005.phpt41value='true'/></var><var name='test2'><string>some string</string></var><var name='test3'><number>…
H A Dbug52468.phpt2 Bug #52468 (wddx_deserialize corrupts integer field value when left empty)
H A Dbug71587.phpt18 <boolean value='a'/>
19 <boolean value='true'/>
H A D002.phpt21 …/var><var name='var3'><number>756</number></var><var name='var4'><boolean value='true'/></var></st…
H A D004.phpt63value='true'/></var><var name='test2'><string>some string</string></var><var name='test3'><number>…
H A Dbug72340.phpt13 <array><var name="XXXXXXXX"><boolean value="none">TEST</boolean></var>
/PHP-5.5/ext/tidy/tests/
H A D010.phpt16 ["value"]=>
40 ["value"]=>
66 ["value"]=>
113 ["value"]=>
144 ["value"]=>
171 ["value"]=>
197 ["value"]=>
220 ["value"]=>
244 ["value"]=>
273 ["value"]=>
[all …]
H A D012.phpt36 ["value"]=>
59 ["value"]=>
83 ["value"]=>
104 ["value"]=>
132 ["value"]=>
257 ["value"]=>
298 ["value"]=>
316 ["value"]=>
398 ["value"]=>
416 ["value"]=>
[all …]
H A D024.phpt16 <wps:value/>
21 'new-blocklevel-tags' => 'wps:block,wps:var,wps:value',
28 var_dump($tidy->value);
38 <wps:value></wps:var>%w</wps:block>
/PHP-5.5/ext/tidy/
H A Dtidy.c496 zval conv = *value; in _php_tidy_set_tidy_opt()
515 if (Z_TYPE(conv) != Z_TYPE_P(value)) { in _php_tidy_set_tidy_opt()
520 if (Z_TYPE(conv) != Z_TYPE_P(value)) { in _php_tidy_set_tidy_opt()
933 ADD_PROPERTY_NULL(obj->std.properties, value); in tidy_add_default_properties()
1115 zend_bool value; in PHP_INI_MH() local
1118 value = (zend_bool) 1; in PHP_INI_MH()
1120 value = (zend_bool) 1; in PHP_INI_MH()
1122 value = (zend_bool) 1; in PHP_INI_MH()
1124 value = (zend_bool) atoi(new_value); in PHP_INI_MH()
1130 if (value && (status & PHP_OUTPUT_WRITTEN)) { in PHP_INI_MH()
[all …]
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest.inc80 // Fires an SQL query and returns the first value from the first row
H A Dtest_long.phpt21 var_dump(sybase_query('create table test_long (value numeric(20, 0))'));
30 var_dump(sybase_select_ex($db, 'select value from test_long'));
46 >>> Query: select value from test_long
51 ["value"]=>
56 ["value"]=>
61 ["value"]=>
66 ["value"]=>
71 ["value"]=>
76 ["value"]=>
H A Dtest_msghandler_handled.phpt66 …ase: Server message: Syntax error during explicit conversion of VARCHAR value 'notadate' to a DA…
/PHP-5.5/ext/sysvsem/tests/
H A Dsysv.phpt61 echo "Fail to retrieve Var 1 from Shared memory $shm_id, return value=$var1.\n";
69 echo "Fail to retrieve Var 2 from Shared memory $shm_id, return value=$var2.\n";
/PHP-5.5/ext/tidy/examples/
H A Ddumpit5.php69 do_leaf(" +---- Value: '{$node->value}'\n", $indent);
76 foreach($node->attribute as $name=>$value) {
78 do_leaf(" | +-- Value: $value\n", $indent);
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c908 …_single_url(const char *url, size_t urllen, const char *name, const char *value, size_t *newlen TS… in php_url_scanner_adapt_single_url() argument
918 smart_str_appends(&url_app, value); in php_url_scanner_adapt_single_url()
1012 PHPAPI int php_url_scanner_add_var(char *name, int name_len, char *value, int value_len, int urlenc… in php_url_scanner_add_var() argument
1030 encoded = php_url_encode(value, value_len, &encoded_len); in php_url_scanner_add_var()
1033 smart_str_setl(&val, value, value_len); in php_url_scanner_add_var()
H A Dvar_unserializer.c724 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "defined (%s) but not found", user_func->value.str.val… in php_var_unserialize()
746 …, E_WARNING, "Function %s() hasn't defined the class it was called for", user_func->value.str.val); in php_var_unserialize()
H A Dvar_unserializer.re783 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "defined (%s) but not found", user_func->value.str.val…
805 …, E_WARNING, "Function %s() hasn't defined the class it was called for", user_func->value.str.val);

Completed in 199 milliseconds

12345678910>>...84