Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 1096) sorted by path

12345678910>>...44

/php-src/
H A D.gdbinit53 Prints the compiled variables and their values.
H A DNEWS124 . Implement request #48520 (openssl_csr_new - allow multiple values in DN).
H A DUPGRADING106 been changed to get values as bool.
154 Moreover, values of type string that correspond to method names,
381 . The dn parameter in openssl_csr_new allows setting array of values for
389 odbc_fetch_row(). Previously, the default values were -1, -1, and 0,
400 . getAttribute, enabled to get values of FB_ATTR_DATE_FORMAT, FB_ATTR_TIME_FORMAT,
450 are compared, so that the values are correctly rounded as decimal numbers.
/php-src/Zend/Optimizer/
H A Dsccp.c81 zval *values; member
150 zval *value = &ctx->values[var]; in set_value()
193 return &ctx->values[ssa_op->op1_use]; in get_op1_value()
203 return &ctx->values[ssa_op->op2_use]; in get_op2_value()
2387 if (!Z_DELREF(ctx->values[i])) { in replace_constant_operands()
2390 MAKE_BOT(&ctx->values[i]); in replace_constant_operands()
2396 value = &ctx->values[i]; in replace_constant_operands()
2451 MAKE_BOT(&sccp->values[i]); in sccp_context_init()
2455 MAKE_BOT(&sccp->values[i]); in sccp_context_init()
2457 MAKE_TOP(&sccp->values[i]); in sccp_context_init()
[all …]
/php-src/Zend/
H A DZend.m4230 AC_MSG_CHECKING(for MM alignment and log values)
/php-src/Zend/tests/
H A Dassign_coalesce_001.phpt6 // Refcounted values
H A Dbug26166.phpt2 Bug #26166 (__toString() crash when no values returned)
H A Dbug29883.phpt2 Bug #29883 (isset gives invalid values on strings)
H A Dbug30889.phpt7 private $values;
10 $this->values = array('a' => 0);
14 print "set $name = $value ($name was ".$this->values[$name].")\n";
15 $this->values[$name] = $value;
19 print "get $name (returns ".$this->values[$name].")\n";
20 return $this->values[$name];
H A Dbug32322.phpt2 Bug #32322 (Return values by reference broken( using self::),example singleton instance)
H A Dbug46701.phpt2 Bug #46701 (Creating associative array with long values in the key fails on 32bit linux)
H A Dbug60362.phpt2 Bug #60362: non-existent sub-sub keys should not have values
H A Dbug63762.phpt18 echo "\nArray of array of NULL values:\n";
39 Array of array of NULL values:
H A Dbug69989_1.phpt2 Bug #69989: Cycle collection for yielded values
H A Dbug71428.1.phpt2 bug #71428.1: inheritance with null default values
H A Dbug72038.phpt2 Bug #72038 (Function calls with values to a by-ref parameter don't always throw a notice)
H A Dbug72119.phpt2 Bug #72119 (Interface declaration compatibility regression with default values)
H A Dconstants_002.phpt2 Defining constants with non-scalar values
H A Dctor_promotion_defaults.phpt2 Constructor promotion with default values
H A Ddeclare_001.phpt2 Testing declare statement with several type values
H A Ddeclare_002.phpt2 Testing declare statement with several type values
H A Ddeclare_003.phpt2 Testing declare statement with several type values
H A Ddeclare_004.phpt2 Testing declare statement with several type values
H A Ddeclare_006.phpt2 Use of non-literals in declare ticks values crashes compiler
/php-src/Zend/tests/attributes/
H A D009_doctrine_annotations_example.phpt7 …class Annotation { public $values; public function construct() { $this->values = func_get_args(); …
19 …class Annotation { public $values; public function construct() { $this->values = func_get_args(); …

Completed in 77 milliseconds

12345678910>>...44