Home
last modified time | relevance | path

Searched refs:value (Results 351 – 375 of 2100) sorted by relevance

1...<<11121314151617181920>>...84

/PHP-5.5/ext/dba/libinifile/
H A Dinifile.c65 if (val->value) { in inifile_val_free()
66 efree(val->value); in inifile_val_free()
203 ln->val.value = etrim(pos+1); in inifile_read()
265 val.value = estrdup(ln.val.value ? ln.val.value : ""); in inifile_fetch()
479 assert(!append || (key->name && value)); /* missuse */ in inifile_delete_replace_append()
510 if (!value || (key->name && strlen(key->name))) { in inifile_delete_replace_append()
526 if (value) { in inifile_delete_replace_append()
530 php_stream_printf(dba->fp TSRMLS_CC, "%s=%s\n", key->name, value->value ? value->value : ""); in inifile_delete_replace_append()
574 return inifile_delete_replace_append(dba, key, value, 0 TSRMLS_CC); in inifile_replace()
580 int inifile_append(inifile *dba, const key_type *key, const val_type *value TSRMLS_DC) in inifile_append()
[all …]
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt16 echo "Test connect: (value is ignored & has no effect)\n";
20 echo "Test set: (value is ignored & has no effect)\n";
34 Test connect: (value is ignored & has no effect)
35 Test set: (value is ignored & has no effect)
/PHP-5.5/ext/oci8/tests/
H A Dfetch.phpt14 "create table fetch_tab (id number, value number)",
15 "insert into fetch_tab (id, value) values (1,1)",
16 "insert into fetch_tab (id, value) values (1,1)",
17 "insert into fetch_tab (id, value) values (1,1)",
H A Ddrcp_scope2.phpt17 // When the scope ends the txn is rolled back and hence the updated value
30 // Should return the OLD value
38 // Should return the OLD value
81 Update done-- DEPT value has been set to NEWDEPT
83 The value of DEPT for id 105 is HR
88 Update done-- DEPT value has been set to NEWDEPT
90 The value of DEPT for id 105 is HR
H A Ddrcp_scope1.phpt17 // When the scope ends the txn is rolled back and hence the updated value
30 // Should return the OLD value
38 // Should return the OLD value
82 Update done-- DEPT value has been set to NEWDEPT
84 The value of DEPT for id 105 is HR
89 Update done-- DEPT value has been set to NEWDEPT
91 The value of DEPT for id 105 is HR
H A Dconn_attr_4.phpt41 // Setting an Invalid value.
98 The value of ACTION is ACTION1
102 The value of MODULE is 1000
103 The value of ACTION is 1000
104 The value of CLIENT_INFO is 1000
105 The value of CLIENT_IDENTIFIER is 1000
107 The value of MODULE is
108 The value of ACTION is
109 The value of CLIENT_INFO is
110 The value of CLIENT_IDENTIFIER is
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_uassoc_variation8.phpt17 echo "\n-- Testing array_intersect_uassoc() function with referenced variable \$ref_var has value '…
20 // re-assign reference variable to different value
22 echo "\n-- Testing array_intersect_uassoc() function with referenced variable \$ref_var value chang…
34 -- Testing array_intersect_uassoc() function with referenced variable $ref_var has value 'a' --
40 -- Testing array_intersect_uassoc() function with referenced variable $ref_var value changed to 10 …
H A Darray_walk_recursive_variation4.phpt17 /* Prototype : callback(mixed $value, mixed $key)
18 * Parameters : $value - values in given 'input' array
22 function callback($value, $key)
27 var_dump($value); // value
H A Darray_filter_variation4.phpt21 $input = array(0, -1, 2, 3.4E-3, 'hello', "value", "key" => 4, 'null' => NULL);
23 // callback function without parameters and with return value
31 // callback function with parameter and without return value
39 // callback function without parameter and without return value
46 // callback function with parameter and with return value
76 string(5) "value"
H A Darray_walk_recursive_variation3.phpt17 * Prototype : print_value(mixed $value, int $key, int $count)
18 * Parameters : $value - array entries(values)
21 * Description : prints the array values with keys and count value
23 function print_value($value, $key, $count)
25 echo $count." : ".$key." ".$value."\n";
36 // float value
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug29839.phpt33 $client->EchoString(array("value"=>"hello","lang"=>"en"));
40 …:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:value>hello</ns1:value></string><…
42 …:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:value>hello</ns1:value></string><…
H A Dbug34453.phpt33 $client->EchoString(array("value"=>"hello","lang"=>"en"));
40 …:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:value>hello</ns1:value></string><…
42 …:ns1="http://test-uri"><SOAP-ENV:Body><string xml:lang="en"><ns1:value>hello</ns1:value></string><…
/PHP-5.5/ext/standard/tests/class_object/
H A Dinterface_exists_variation4.phpt2 Test interface_exists() function : test autoload default value
11 echo "*** Testing interface_exists() : test autoload default value ***\n";
24 *** Testing interface_exists() : test autoload default value ***
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options_libmysql.phpt15 function set_option_and_check($offset, $option, $value, $option_desc, $ignore_diff = false) {
22 $db = new PDO($dsn, $user, $pass, array($option => $value));
23 if (!is_object($db) || (!$ignore_diff && ($value !== ($tmp = @$db->getAttribute($option)))))
26 $value, gettype($value),
58 …printf("[001] Expecting default value for '%s' of '%s'/%s, getAttribute() reports setting '%s'/%s\…
81 [001] Expecting default value for 'PDO::MYSQL_ATTR_INIT_COMMAND' of ''/string, getAttribute() repor…
H A Dpdo_mysql_stmt_bindvalue.phpt26 printf("[003] Cannot bind value, %s %s\n",
48 printf("[006] Cannot bind value, %s %s\n",
72 printf("[009] Cannot bind value, %s %s\n",
97 printf("[012] Cannot bind value, %s %s\n",
101 printf("[013] Cannot bind value, %s %s\n",
126 printf("[016] Cannot bind value, %s %s\n",
131 printf("[017] Cannot bind value, %s %s\n",
308 Binding value and not variable...
314 Binding a variable and a value...
324 Binding value and not variable...
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dmoney_format_basic1.phpt22 $value = 1234.5678;
29 echo gettype(money_format('%14#8.2n', $value))."\n";
34 echo gettype(money_format('%(14#8.2n', $value))."\n";
39 echo gettype(money_format('%=014#8.2n', $value))."\n";
44 echo gettype(money_format('%=*14#8.2n', $value))."\n";
49 echo gettype(money_format('%=*^14#8.2n', $value))."\n";
54 echo gettype(money_format('%=*!14#8.2n', $value))."\n";
H A Dstr_replace.phpt41 foreach( $search_arr as $value ) {
616 -- String after replacing the search value is => --
623 -- String after replacing the search value is => --
630 -- String after replacing the search value is => --
637 -- String after replacing the search value is => --
644 -- String after replacing the search value is => --
651 -- String after replacing the search value is => --
658 -- String after replacing the search value is => --
665 -- String after replacing the search value is => --
672 -- String after replacing the search value is => --
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getStaticPropertyValue_001.phpt24 var_dump($rcA->getStaticPropertyValue("privateOverridden", "default value"));
26 var_dump($rcA->getStaticPropertyValue("protectedOverridden", "default value"));
37 echo "\nRetrieving non-existent values from A with no default value:\n";
55 string(13) "default value"
57 string(13) "default value"
67 Retrieving non-existent values from A with no default value:
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams_002.phpt36 test("return value is false", $fd, false);
37 test("return value not a stream resource", $fd, "foo");
38 test("return value is stream itself", $fd, $fd);
39 test("return value cannot be casted", $fd, $fd2);
58 ------ return value is false: -------
65 ------ return value not a stream resource: -------
76 ------ return value is stream itself: -------
85 ------ return value cannot be casted: -------
/PHP-5.5/ext/soap/tests/schema/
H A Dschema068.phpt2 SOAP XML Schema 68: Attribute with fixed value (3)
18 Fatal error: SOAP-ERROR: Encoding: Attribute 'int' has fixed value '5' (value '4' is not allowed) i…
/PHP-5.5/tests/output/
H A Dob_implicit_flush_basic_001.phpt2 Test ob_implicit_flush() function : check return value (always null).
11 echo "*** Testing ob_implicit_flush() : check return value ***\n";
20 *** Testing ob_implicit_flush() : check return value ***
/PHP-5.5/tests/lang/
H A DforeachLoopIterator.002.phpt2 foreach with iterator and &$value reference
15 echo "-----( Try to iterate with &\$value: )-----\n";
22 -----( Try to iterate with &$value: )-----
/PHP-5.5/ext/imap/tests/
H A Dclean.inc14 foreach($mailboxes as $value) {
16 if (preg_match('/\{.*?\}INBOX\.(.+)/', $value->name, $match) == 1) {
19 imap_deletemailbox($imap_stream, $value->name);
/PHP-5.5/ext/dba/
H A Ddba_inifile.c75 *newlen = ini_val.value ? strlen(ini_val.value) : 0; in DBA_FETCH_FUNC()
77 return ini_val.value; in DBA_FETCH_FUNC()
88 ini_val.value = val; in DBA_UPDATE_FUNC()
117 if (ini_val.value) { in DBA_EXISTS_FUNC()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c86 value->type = IS_OBJECT; in _node_as_zval()
87 value->value.obj = php_sxe_register_object(subnode TSRMLS_CC); in _node_as_zval()
414 if (!value) in change_node_zval()
440 zval_dtor(value); in change_node_zval()
532 if (value) { in sxe_prop_dim_write()
549 value = sxe_get_value(value TSRMLS_CC); in sxe_prop_dim_write()
550 INIT_PZVAL(value); in sxe_prop_dim_write()
631 if (value) { in sxe_prop_dim_write()
671 if (value && value == &value_copy) { in sxe_prop_dim_write()
672 zval_dtor(value); in sxe_prop_dim_write()
[all …]

Completed in 47 milliseconds

1...<<11121314151617181920>>...84