Home
last modified time | relevance | path

Searched refs:constant (Results 276 – 299 of 299) sorted by relevance

1...<<1112

/PHP-7.4/ext/standard/tests/strings/
H A Dlcfirst.phpt149 Warning: Use of undefined constant somestring - assumed 'somestring' (this will throw an Error in a…
/PHP-7.4/ext/opcache/
H A Dzend_persist.c410 opline->op1.constant = in zend_persist_op_array_ex()
413 (int32_t)opline->op1.constant) - orig_literals)) - in zend_persist_op_array_ex()
422 opline->op2.constant = in zend_persist_op_array_ex()
425 (int32_t)opline->op2.constant) - orig_literals)) - in zend_persist_op_array_ex()
H A Dzend_file_cache.c482 opline->op1.constant = RT_CONSTANT(opline, opline->op1) - literals;
485 opline->op2.constant = RT_CONSTANT(opline, opline->op2) - literals;
H A DZendAccelerator.c4577 script->script.main_op_array.opcodes[0].op1.constant = 0; in accel_preload()
/PHP-7.4/Zend/
H A Dzend_language_parser.y244 %type <ast> variable_class_name dereferencable_scalar constant dereferencable
1119 | constant { $$ = $1; }
1122 constant:
1156 | constant '[' optional_expr ']'
H A Dzend_builtin_functions.c2090 zend_constant *constant; in ZEND_FUNCTION() local
2093 ZEND_HASH_FOREACH_PTR(EG(zend_constants), constant) { in ZEND_FUNCTION()
2094 if (!constant->name) { in ZEND_FUNCTION()
2098 ZVAL_COPY_OR_DUP(&const_val, &constant->value); in ZEND_FUNCTION()
2099 zend_hash_add_new(Z_ARRVAL_P(return_value), constant->name, &const_val); in ZEND_FUNCTION()
H A Dzend_execute.c820 zval constant; in is_null_constant() local
822 ZVAL_COPY(&constant, default_value); in is_null_constant()
823 if (UNEXPECTED(zval_update_constant_ex(&constant, scope) != SUCCESS)) { in is_null_constant()
826 if (Z_TYPE(constant) == IS_NULL) { in is_null_constant()
829 zval_ptr_dtor_nogc(&constant); in is_null_constant()
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation10.phpt2 Test token_get_all() function : usage variations - with constant tokens
/PHP-7.4/
H A DUPGRADING32 function or class name. It can still be used as a method or class constant
420 . Importing type libraries with case-insensitive constant registering has been
632 . Numeric value of class, property, function and constant modifiers was
H A D.gdbinit570 ____printzv &$znode->u.constant 0
H A DUPGRADING.INTERNALS154 been changed from char to int. This allows to pass the new constant macro
H A DCODING_STANDARDS.md37 use of a numeric constant to specify different behavior or actions should be
H A DNEWS1171 . Add ZipArchive::LIBZIP_VERSION constant. (Remi)
1551 . Fixed bug #78376 (Incorrect preloading of constant static properties).
2203 . Fixed bug #77664 (Segmentation fault when using undefined constant in
2529 . Fixed bug #72635 (Undefined class used by class constant in constexpr
H A Dphp.ini-development43 ; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
1610 ; show warnings on duplicate constant registrations
H A Dphp.ini-production43 ; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
1610 ; show warnings on duplicate constant registrations
/PHP-7.4/ext/opcache/Optimizer/
H A Dblock_pass.c1147 last_op->op1.constant = zend_optimizer_add_literal(op_array, &zv); in zend_jmp_optimization()
1165 last_op->op1.constant = zend_optimizer_add_literal(op_array, &zv); in zend_jmp_optimization()
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE59 Finally, software patents pose a constant threat to the existence of
/PHP-7.4/ext/standard/
H A Dbasic_functions.c2731 PHP_FE(constant, arginfo_constant)
3892 PHP_FUNCTION(constant) in PHP_FUNCTION() argument
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc414 * @return Hash constant to be used.
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE60 Finally, software patents pose a constant threat to the existence of
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2803 - /* Avoid MAGIC constant - it likely points to a file within MSys tree */
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます16013 # is a constant which is always either 1 or 2. Offset 12 is the pixmap depth,
17261 0 search/100/cW constant\ story Inform source text
23026 # descriptor space) preceded by a two byte constant.
27426 >0x00003B byte 0x08 (real constant)
27427 >0x00003B byte 0x09 (complex constant)
27459 >0x00003B byte 0x08 (real constant)
27460 >0x00003B byte 0x09 (complex constant)
H A Dmagic16013 # is a constant which is always either 1 or 2. Offset 12 is the pixmap depth,
17261 0 search/100/cW constant\ story Inform source text
23026 # descriptor space) preceded by a two byte constant.
27426 >0x00003B byte 0x08 (real constant)
27427 >0x00003B byte 0x09 (complex constant)
27459 >0x00003B byte 0x08 (real constant)
27460 >0x00003B byte 0x09 (complex constant)
/PHP-7.4/build/
H A Dlibtool.m42174 dnl $ac_dummy forces splitting on constant user-supplied paths.

Completed in 238 milliseconds

1...<<1112