Home
last modified time | relevance | path

Searched refs:constant (Results 176 – 200 of 206) sorted by relevance

123456789

/PHP-5.5/Zend/
H A Dzend_compile.h35 #define FREE_PNODE(znode) zval_dtor(&znode->u.constant);
69 zval constant; member
78 zend_uint constant; member
93 zval constant; /* replaced by literal/zv */ member
H A DZEND_CHANGES471 const constant = 'constant';
474 echo 'Foo::constant = ' . Foo::constant . "\n";
936 The pseudo constant __METHOD__ shows the current class and method
1079 was nothing but a constant for the integer value of 1, so
H A Dzend_builtin_functions.c1902 static int add_constant_info(zend_constant *constant, void *arg TSRMLS_DC) in add_constant_info() argument
1907 if (!constant->name) { in add_constant_info()
1913 *const_val = constant->value; in add_constant_info()
1916 add_assoc_zval_ex(name_array, constant->name, constant->name_len, const_val); in add_constant_info()
H A Dzend_language_scanner.l565 retval_znode.u.constant.type = IS_LONG; in END_EXTERN_C()
566 retval_znode.u.constant.value.lval = 1; in END_EXTERN_C()
567 Z_UNSET_ISREF(retval_znode.u.constant); in END_EXTERN_C()
568 Z_SET_REFCOUNT(retval_znode.u.constant, 1); in END_EXTERN_C()
H A Dzend_object_handlers.c1018 lc_method_name = Z_STRVAL(key->constant); in zend_std_get_method()
1161 lc_function_name = Z_STRVAL(key->constant); in zend_std_get_static_method()
H A Dzend_language_scanner.c567 retval_znode.u.constant.type = IS_LONG; in END_EXTERN_C()
568 retval_znode.u.constant.value.lval = 1; in END_EXTERN_C()
569 Z_UNSET_ISREF(retval_znode.u.constant); in END_EXTERN_C()
570 Z_SET_REFCOUNT(retval_znode.u.constant, 1); in END_EXTERN_C()
H A Dzend_vm_def.h2782 …_hash_quick_find(EG(function_table), Z_STRVAL(func_name->constant), Z_STRLEN(func_name->constant)+…
2784 …_hash_quick_find(EG(function_table), Z_STRVAL(func_name->constant), Z_STRLEN(func_name->constant)+…
/PHP-5.5/
H A DREADME.namespaces69 A special constant __NAMESPACE__ contains the name of the current namespace.
81 In global namespace __NAMESPACE__ constant has the value of empty string.
H A D.gdbinit131 printf "constant"
260 printf "constant"
551 ____printzv &$znode->u.constant 0
H A DNEWS1451 . Fixed bug #66176 (Invalid constant substitution). (Dmitry)
2868 with constant). (Laruence)
3076 . Implemented FR #61602 (Allow access to the name of constant
5027 constant array). (Felipe)
5038 constant). (Felipe)
5739 . Added __DIR__ constant. (Lars Strojny)
6018 - Added PREG_BAD_UTF8_OFFSET_ERROR constant. (Nuno)
7196 - Added PCRE_VERSION constant. (Tony)
7543 - Added GMP_VERSION constant. (Tony)
7741 - Added CURLOPT_TCP_NODELAY constant to Curl extension. (Sara)
[all …]
H A DCODING_STANDARDS40 Any other use of a numeric constant to specify different behavior
H A Drun-tests.php607 if(constant('PHP_BINARY')) {
/PHP-5.5/ext/mysqli/tests/
H A Dreflection_tools.inc55 foreach ($constant as $name => $value)
/PHP-5.5/ext/standard/tests/strings/
H A Ducfirst.phpt138 Notice: Use of undefined constant string - assumed 'string' in %s on line %d
H A Dlcfirst.phpt167 Notice: Use of undefined constant string - assumed 'string' in %s on line %d
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation10.phpt2 Test token_get_all() function : usage variations - with constant tokens
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass1_5.c260 op_array->literals[(opline + 1)->op1.constant].cache_slot = op_array->last_cache_slot++;
H A Dblock_pass.c1366 last_op->op1.constant = zend_optimizer_add_literal(op_array, &zv TSRMLS_CC); in zend_jmp_optimization()
1402 last_op->op1.constant = zend_optimizer_add_literal(op_array, &zv TSRMLS_CC); in zend_jmp_optimization()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c920 …L(op_array->opcodes[opline_num - 1].op2.u.constant), Z_STRLEN(op_array->opcodes[opline_num - 1].op…
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1021 static int _extension_const_string(zend_constant *constant TSRMLS_DC, int num_args, va_list args, z… in _extension_const_string()
1028 if (constant->module_number == module->module_number) { in _extension_const_string()
1029 _const_string(str, constant->name, &constant->value, indent TSRMLS_CC); in _extension_const_string()
5290 static int _addconstant(zend_constant *constant TSRMLS_DC, int num_args, va_list args, zend_hash_ke… in _addconstant()
5296 if (number == constant->module_number) { in _addconstant()
5298 *const_val = constant->value; in _addconstant()
5301 add_assoc_zval_ex(retval, constant->name, constant->name_len, const_val); in _addconstant()
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt59 filter as specified in *$filter* with a constant, and additional options
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure1266 of an if-expression whose if-part is not a constant expression */
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE59 Finally, software patents pose a constant threat to the existence of
/PHP-5.5/ext/standard/
H A Dbasic_functions.c2702 PHP_FE(constant, arginfo_constant)
3855 PHP_FUNCTION(constant) in PHP_FUNCTION() argument
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc414 * @return Hash constant to be used.

Completed in 166 milliseconds

123456789