Home
last modified time | relevance | path

Searched refs:value (Results 376 – 400 of 2100) sorted by relevance

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

/PHP-5.5/ext/dba/tests/
H A Ddba_db1.phpt24 The 6th value
27 string(13) "The 6th value"
41 The 6th value
44 string(13) "The 6th value"
H A Ddba_db2.phpt24 The 6th value
27 string(13) "The 6th value"
41 The 6th value
44 string(13) "The 6th value"
H A Ddba_db3.phpt24 The 6th value
27 string(13) "The 6th value"
41 The 6th value
44 string(13) "The 6th value"
H A Ddba_db4_000.phpt28 The 6th value
31 string(13) "The 6th value"
45 The 6th value
48 string(13) "The 6th value"
H A Ddba_dbm.phpt24 The 6th value
27 string(13) "The 6th value"
41 The 6th value
44 string(13) "The 6th value"
H A Ddba_flatfile.phpt28 The 6th value
31 string(13) "The 6th value"
45 The 6th value
48 string(13) "The 6th value"
H A Ddba_inifile.phpt24 The 6th value
27 string(13) "The 6th value"
41 The 6th value
44 string(13) "The 6th value"
H A Ddba_ndbm.phpt24 The 6th value
27 string(13) "The 6th value"
41 The 6th value
44 string(13) "The 6th value"
H A Ddba_tcadb.phpt28 The 6th value
31 string(13) "The 6th value"
45 The 6th value
48 string(13) "The 6th value"
/PHP-5.5/ext/oci8/tests/
H A Dcursor_bind_err.phpt17 "create table cursor_bind_err_tab (id number, value number)",
18 "insert into cursor_bind_err_tab (id, value) values (1,1)",
19 "insert into cursor_bind_err_tab (id, value) values (1,1)",
20 "insert into cursor_bind_err_tab (id, value) values (1,1)",
H A Dfetch_into.phpt14 "create table fetch_into_tab (id number, value number)",
15 "insert into fetch_into_tab (id, value) values (1,1)",
16 "insert into fetch_into_tab (id, value) values (1,1)",
17 "insert into fetch_into_tab (id, value) values (1,1)",
/PHP-5.5/ext/standard/tests/general_functions/
H A Dstrval.phpt8 * Description: Returns the string value of var
35 -2147483648, // max negative integer value
37 2147483647, // max positive integer value
52 -2147483649, // float value
53 2147483648, // float value
54 -0x80000001, // float value, beyond max negative int
55 0x800000001, // float value, beyond max positive int
56 020000000001, // float value, beyond max positive int
57 -020000000001, // float value, beyond max negative int
139 foreach ($not_scalars as $value ) {
[all …]
/PHP-5.5/ext/snmp/tests/
H A Dsnmp_getvalue.phpt29 var_dump($z->value);
36 var_dump($z->value);
43 var_dump($z->value);
50 var_dump(is_numeric($z->value));
51 var_dump(is_string($z->value));
52 var_dump(bin2hex($z->value));
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_variation9.phpt21 function callback_two_parameter($value, $key)
26 var_dump($value); // value
32 function callback_one_parameter($value)
36 var_dump($value); // value
H A Darray_diff_uassoc_variation13.phpt18 echo "\n-- Testing array_diff_uassoc() function with referenced variable \$ref_var has value '$ref_…
22 // re-assign reference variable to different value
24 echo "\n-- Testing array_diff_uassoc() function with referenced variable \$ref_var value changed to…
39 -- Testing array_diff_uassoc() function with referenced variable $ref_var has value 'a' --
49 -- Testing array_diff_uassoc() function with referenced variable $ref_var value changed to 10 --
/PHP-5.5/ext/spl/examples/
H A Dcallbackfilteriterator.inc23 const USE_VALUE = 2; /**< mode: pass value to callback */
25 const USE_BOTH = 4; /**< mode: pass value and key to callback */
27 const REPLACE = 0x00000001; /**< flag: pass key/value by reference */
32 private $key; /**< key value */
33 private $current; /**< current value */
85 /** @return current key value */
91 /** @return current value */
/PHP-5.5/ext/spl/tests/
H A DSplDoublyLinkedList_offsetExists_success.phpt13 // Validate that we can see the first value
18 // Validate that we can see the second value
23 // Check that there is no third value
/PHP-5.5/tests/output/
H A Dob_get_length_basic_001.phpt2 Test return type and value, as well as basic behaviour, of ob_get_length()
18 $value = ob_get_length();
22 var_dump($value);
/PHP-5.5/Zend/tests/
H A Dbug30889.phpt12 function __set($name, $value)
14 print "set $name = $value ($name was ".$this->values[$name].")\n";
15 $this->values[$name] = $value;
/PHP-5.5/tests/classes/
H A Darray_access_007.phpt21 function offsetSet($index, $value) {
23 $this->realArray[] = $value;
25 $this->realArray[$index] = $value;
H A Darray_access_009.phpt11 function proxySet($element, $index, $value);
42 function offsetSet($index, $value) {
43 echo __METHOD__ . "($this->element, $index, $value)\n";
44 $this->object->proxySet($this->element, $index, $value);
72 function offsetSet($index, $value)
74 $this->person[$index] = $value;
87 function proxySet($element, $index, $value)
89 $this->person[$element][$index] = $value;
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_attr.c64 char* value = NULL; in PHP_FUNCTION() local
72 &object, MessageFormatter_ce_ptr, &value, &value_len ) == FAILURE ) in PHP_FUNCTION()
82 intl_convert_utf8_to_utf16(&spattern, &spattern_len, value, value_len, &INTL_DATA_ERROR_CODE(mfo)); in PHP_FUNCTION()
103 mfo->mf_data.orig_format = estrndup(value, value_len); in PHP_FUNCTION()
/PHP-5.5/ext/pgsql/tests/
H A D80_bug14383.phpt29 The 6th value
32 string(13) "The 6th value"
44 The 6th value
47 string(13) "The 6th value"
/PHP-5.5/Zend/
H A Dzend_generators.c101 if (generator->value) { in zend_generator_close()
102 zval_ptr_dtor(&generator->value); in zend_generator_close()
103 generator->value = NULL; in zend_generator_close()
469 if (generator->value) { in ZEND_METHOD()
517 zval *value; in ZEND_METHOD() local
536 Z_ADDREF_P(value); in ZEND_METHOD()
542 if (generator->value) { in ZEND_METHOD()
577 if (generator->value) { in ZEND_METHOD()
630 if (generator->value) { in zend_generator_iterator_get_data()
631 *data = &generator->value; in zend_generator_iterator_get_data()
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug46292.phpt41 $pdoDb->query('CREATE TABLE testz (name VARCHAR(20) NOT NULL, value INT)');
64 [%u|b%"value"]=>
69 [%u|b%"value"]=>
76 [%u|b%"value"]=>
81 [%u|b%"value"]=>

Completed in 29 milliseconds

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