Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 2100) sorted by path

12345678910>>...84

/PHP-5.5/
H A D.gdbinit106 printf "%ld", $zvalue->value.lval
109 printf "%lf", $zvalue->value.dval
112 if $zvalue->value.lval
125 ____print_str $zvalue->value.str.val $zvalue->value.str.len
185 printf "long: %ld", $zvalue->value.lval
188 printf "double: %lf", $zvalue->value.dval
192 if $zvalue->value.lval
203 ____print_ht $zvalue->value.ht 1
217 set $handle = $zvalue->value.obj.handle
254 ____print_str $zvalue->value.str.val $zvalue->value.str.len
[all …]
H A DCODING_STANDARDS244 Returns the absolute value of the number */
H A DINSTALL702 y=value ...]
710 called. For boolean ini-keys please use 0/1 as value, not
717 Service fn=php4_execute [inikey=value inikey=value ...]
785 ey=value...]
797 pt.php" [inikey=value inikey=value...]
1368 Common problems are the location of the DLL, the value of the "
1602 major, minor and release versions. If there is a value for
1719 php_value name value
1722 previously set value use none as the value.
1731 php_admin_value name value
[all …]
H A DNEWS225 value of 32 bytes). (Stas)
1568 a default value). (Nikita)
2466 from value). (Pierrick)
5792 value. (Hannes)
6213 non-string value). (Felipe)
7581 value). (Ilia)
7798 invalid or missing value.
8710 - Fixed bug #36908 (wsdl default value overrides value in soap request).
9341 value) (Dmitry, Tony)
9684 include_path value). (Ilia)
[all …]
H A DREADME.EXT_SKEL118 stubs with function value declarations and passed argument handling, and
158 value definitions too):
H A DREADME.PARAMETER_PARSING_API84 respectively. A non-zero value will be written to the zend_bool iif a
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES38 same value as the SCRIPT_FILENAME server variable when it is not populated
H A DREADME.TESTING148 advised to test for non-zero, rather then a specific value.
H A DREADME.TESTING273 This section takes no value. It merely provides a simple marker for tests
H A DREADME.UNIX-BUILD-SYSTEM11 - adds PHP_DEFINE(what[, value]) which creates a single include-file
H A DREADME.namespaces81 In global namespace __NAMESPACE__ constant has the value of empty string.
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO44 read_property is used to read object's property. This value is not
45 meant to be changed. The handler returns zval * with the value.
69 as a value. E.g., in the following situation:
159 read_property - returns zval *, containing the value of the
160 property. Is used when value of the property should be retrieved for
163 write_property - assigns value to certain property of the object.
168 get_property_ptr - retrieves zval** for the property of the value, to
177 set - sets value for object contents. To be used mainly with
182 unset_property - removes value for the property of the object
H A DZEND_CHANGES13 new approach refers to objects by handle and not by value (one
344 with a by-value replica of the source object, and only override
716 die('$var needs to have a value');
1047 That means they return a value. The default return value from
1049 without further coding. The return value may be changed by
1050 returning a value from the global scope of the included file or
1059 reference counting for every value in the system, including
1076 Comparing any other value to them would convert that value to a
1079 was nothing but a constant for the integer value of 1, so
1146 static value makes no sense at all.
H A Dbench.php204 foreach($hash1 as $key => $value) $hash2[$key] += $value;
/PHP-5.5/Zend/RFCs/
H A D001.txt15 and not by value (one can think of a handle as an objects' ID).
59 3 function setMember($value)
61 5 $this->member = $value;
81 member is set to the string value of "bar". Because of the internal
83 as a reference, and when it is sent by value to the function foo, it
96 passed to foo() by value. Inside foo(), the object is fetched
102 be passed to foo() by value, which most probably will also save
103 unnecessary duplication of the value containing the ID itself and thus
/PHP-5.5/Zend/tests/
H A D007.phpt36 ["value"]=>
46 ["value"]=>
56 ["value"]=>
H A D019.phpt300 // assign a value to static var
323 // set the value ot a new one
324 $ref_val = "new value by ref";
327 $value = "value";
328 var_dump($value);
329 test_unset2($value);
330 var_dump($value);
1297 value of static_var after unset:
1306 value of static_var after unset:
1321 string(5) "value"
[all …]
H A D026.phpt2 Trying assign value to property when an object is not returned in a function
24 Warning: Creating default object from empty value in %s on line %d
H A D031.phpt2 Testing array with '[]' passed as argument by value
H A D033.phpt29 Warning: Creating default object from empty value in %s on line %d
31 Warning: Creating default object from empty value in %s on line %d
H A Daccess_modifiers_011.phpt7 private $var1 = 'var1 value';
8 protected $var2 = 'var2 value';
36 var1 value
37 var2 value
H A Dadd_002.phpt9 $o->prop = "value";
H A Dadd_003.phpt9 $o->prop = "value";
H A Dargument_restriction_005.phpt11 …Sub::offsetSet() must be compatible with ArrayAccess::offsetSet($offset, $value) in %sargument_res…
H A Dbug26166.phpt71 string(52) "Method None::__toString() must return a string value"

Completed in 100 milliseconds

12345678910>>...84