Home
last modified time | relevance | path

Searched refs:constant (Results 376 – 400 of 456) sorted by relevance

1...<<111213141516171819

/php-src/
H A DNEWS29 . Deprecated the CURLOPT_BINARYTRANSFER constant. (divinity76)
76 . Added IntlDateFormatter::PATTERN constant. (David Carlier)
102 . Added LIBXML_RECOVER constant. (nielsdos)
233 . Added the TCP_SYNCNT constant for Linux to set number of attempts to send
235 . Added the SO_EXCLBIND constant for exclusive socket binding on illumos/solaris.
239 . Added the SO_NOSIGPIPE constant to control the generation of SIGPIPE for
257 . Added the SO_EXECLUSIVEADDRUSE windows constant. (David Carlier)
295 . Declares class constant types. (Ayesh)
/php-src/Zend/tests/
H A Dbug69017.phpt2 #69017 (Fail to push to the empty array with the constant value defined in class scope)
H A Dclass_constant_inheritance_mutable_data.phpt2 Class constant inheritance with mutable data
H A Ddynamic_class_const_fetch_cache_slot.phpt2 Dynamic class constant fetch
H A Dbug79778.phpt52 Undefined constant "CONST_REF"
H A Dns_057.phpt59 Fatal error: Uncaught Error: Undefined constant "Test\ns1\unknown" in %s:%d
H A Dns_058.phpt57 Fatal error: Uncaught Error: Undefined constant "unknown" in %s:%d
/php-src/Zend/tests/named_params/
H A Ddefaults.phpt31 Fatal error: Uncaught Error: Undefined constant "SOME_OTHER_CONST" in %s:%d
/php-src/Zend/tests/prop_const_expr/
H A Dbasic_nullsafe.phpt2 Nullsafe property constant expression
/php-src/ext/opcache/tests/
H A Dinvalid_new_dce.phpt42 Cannot declare self-referencing constant Abc::BAR
/php-src/ext/standard/tests/math/
H A Dround_gh12143_expand-rounding-target.phpt78 var_dump(round($val, $precision, constant($mode)));
/php-src/Zend/
H A Dzend_compile.h68 uint32_t constant; member
87 zval constant; /* replaced by literal/zv */ member
738 CT_CONSTANT_EX(CG(active_op_array), (node).constant)
748 (node).zv = CT_CONSTANT_EX(op_array, (node).constant); \
759 ((zval*)(((char*)(opline)) + (int32_t)(node).constant))
763 (node).constant = \
764 (((char*)CT_CONSTANT_EX(op_array, (node).constant)) - \
772 (node).constant = RT_CONSTANT(opline, node) - (op_array)->literals; \
/php-src/ext/reflection/tests/
H A Dgh9447.phpt2 GH-9447: Invalid class FQN emitted by AST dump for new and class constants in constant expressions
/php-src/ext/curl/tests/
H A Dbug54798.phpt46 checkForClosedFilePointer($host, constant($option), $option);
H A Dbug54798-unix.phpt52 checkForClosedFilePointer($host, constant($option), $option);
/php-src/Zend/Optimizer/
H A Dzend_cfg.h107 CT_CONSTANT_EX(op_array, (node).constant) \
/php-src/ext/pcre/tests/
H A Dbug69864.phpt11 const PREG_CACHE_SIZE = 4096; // this has to be >= the resp. constant in php_pcre.c
/php-src/ext/readline/tests/
H A Dbug77812-libedit.phpt33 Warning: Uncaught Error: Undefined constant "FOO" in php shell code:1
H A Dbug77812-readline.phpt42 Warning: Uncaught Error: Undefined constant "FOO" in php shell code:1
/php-src/Zend/tests/constexpr/
H A Dnew.phpt2 new in constant expressions
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_call_user_func.phpt142 …print "Call user func, object oriented, using constant for types. using references for bound param…
257 …al, using references for bound parameter, using variable for resource, using constant for types\n";
280 …sing references for bound parameter, using variable for resource, using constant for types, array\…
344 Call user func, object oriented, using constant for types. using references for bound parameter
356 …edural, using references for bound parameter, using variable for resource, using constant for types
359 … using references for bound parameter, using variable for resource, using constant for types, array
/php-src/ext/bcmath/tests/
H A Dbcround_early_return.phpt60 …$precision}]", 33, ' ', STR_PAD_LEFT) . ' => ' . bcround($num, $precision, constant($mode)) . "\n";
/php-src/tests/func/
H A D010.phpt10 // the stack size + some random constant
/php-src/ext/reflection/
H A Dphp_reflection.c1086 zend_constant *constant; in _extension_string() local
1091 _const_string(&str_constants, ZSTR_VAL(constant->name), &constant->value, " "); in _extension_string()
1516 intern->ptr = constant; in reflection_class_constant_factory()
1518 intern->ce = constant->ce; in reflection_class_constant_factory()
1534 intern->ptr = constant; in reflection_enum_case_factory()
1536 intern->ce = constant->ce; in reflection_enum_case_factory()
3844 intern->ptr = constant; in ZEND_METHOD()
3846 intern->ce = constant->ce; in ZEND_METHOD()
4831 …if (UNEXPECTED(Z_TYPE(constant->value) == IS_CONSTANT_AST && zend_update_class_constant(constant, … in ZEND_METHOD()
6146 zend_constant *constant; in ZEND_METHOD() local
[all …]
/php-src/Zend/tests/traits/
H A Dconstant_001.phpt2 Trying to access a constant on Trait via a Class

Completed in 65 milliseconds

1...<<111213141516171819