Home
last modified time | relevance | path

Searched refs:constant (Results 151 – 175 of 206) sorted by relevance

123456789

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_call_user_func.phpt146 …print "Call user func, object oriented, using constant for types. using references for bound param…
261 …al, using references for bound parameter, using variable for resource, using constant for types\n";
284 …sing references for bound parameter, using variable for resource, using constant for types, array\…
348 Call user func, object oriented, using constant for types. using references for bound parameter
360 …edural, using references for bound parameter, using variable for resource, using constant for types
363 … using references for bound parameter, using variable for resource, using constant for types, array
/PHP-5.5/Zend/tests/
H A Dns_058.phpt57 Fatal error: Undefined constant 'unknown' in %sns_058.php on line %d
H A Dns_057.phpt59 Fatal error: Undefined constant 'Test\ns1\unknown' in %sns_057.php on line %d
H A Dbug42819.phpt2 Bug #42819 (namespaces in indexes of constant arrays)
302 Fatal error: Undefined constant 'foo\foo\unknown' in %sbug42819.php on line %d
/PHP-5.5/Zend/
H A Dzend_API.c3620 zval *constant; in zend_declare_class_constant_null() local
3627 ZVAL_NULL(constant); in zend_declare_class_constant_null()
3628 INIT_PZVAL(constant); in zend_declare_class_constant_null()
3635 zval *constant; in zend_declare_class_constant_long() local
3643 INIT_PZVAL(constant); in zend_declare_class_constant_long()
3650 zval *constant; in zend_declare_class_constant_bool() local
3658 INIT_PZVAL(constant); in zend_declare_class_constant_bool()
3665 zval *constant; in zend_declare_class_constant_double() local
3673 INIT_PZVAL(constant); in zend_declare_class_constant_double()
3680 zval *constant; in zend_declare_class_constant_stringl() local
[all …]
H A Dzend_execute_API.c1024 lc_name = Z_STRVAL(key->constant); in zend_lookup_class_ex()
1025 lc_length = Z_STRLEN(key->constant) + 1; in zend_lookup_class_ex()
1260 …ret_opline->op1.constant = zend_add_literal(CG(active_op_array), &EG(uninitialized_zval) TSRMLS_CC… in execute_new_code()
1272 opline->op1.zv = &CG(active_op_array)->literals[opline->op1.constant].constant; in execute_new_code()
1275 opline->op2.zv = &CG(active_op_array)->literals[opline->op2.constant].constant; in execute_new_code()
/PHP-5.5/tests/func/
H A D010.phpt10 // the stack size + some random constant
/PHP-5.5/ext/opcache/
H A Dzend_persist_calc.c148 ADD_SIZE(zend_persist_zval_calc(&p->constant TSRMLS_CC));
162 ADD_SIZE(zend_persist_zval_calc(&opline->op1.u.constant TSRMLS_CC));
165 ADD_SIZE(zend_persist_zval_calc(&opline->op2.u.constant TSRMLS_CC));
H A Dzend_accelerator_module.c299 …ash_find(EG(class_table), Z_STRVAL(EX(opline)->op2.u.constant), Z_STRLEN(EX(opline)->op2.u.constan… in ZEND_INI_END()
300 …ash_find(EG(class_table), Z_STRVAL(EX(opline)->op1.u.constant), Z_STRLEN(EX(opline)->op1.u.constan… in ZEND_INI_END()
H A DZendAccelerator.c1493 ((*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_INCLUDE_ONCE ||
1494 (*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE))) {
1652 ((*EG(opline_ptr))->op2.u.constant.value.lval != ZEND_INCLUDE_ONCE &&
1653 (*EG(opline_ptr))->op2.u.constant.value.lval != ZEND_REQUIRE_ONCE)) {
1812 (opline->op2.u.constant.value.lval == ZEND_INCLUDE_ONCE ||
1813 opline->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE)) {
1823 filename_len = Z_STRLEN(opline->op1.u.constant);
1914 ((*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_INCLUDE_ONCE ||
1915 (*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE))) {
1979 ((*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_INCLUDE_ONCE ||
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_uassoc_variation9.phpt35 Notice: Use of undefined constant unknown_function - assumed 'unknown_function' in %s on line %d
H A Darray_intersect_ukey_variation8.phpt35 Notice: Use of undefined constant unknown_function - assumed 'unknown_function' in %s on line %d
H A Darray_diff_ukey_variation10.phpt36 Notice: Use of undefined constant unknown_function - assumed 'unknown_function' in %s on line %d
H A Dcount_recursive.phpt66 /* Testing count() by passing constant with no second argument */
224 Notice: Use of undefined constant ABCD - assumed 'ABCD' in %s on line %d
/PHP-5.5/ext/dba/
H A DREADME25 reading constant databases." It is from the author of qmail and
26 can be found at http://cr.yp.to/cdb.html. Since it is constant,
/PHP-5.5/ext/gd/tests/
H A Dimagefilter.phpt27 if (imagefilter($im, constant($filt))) {
/PHP-5.5/ext/oci8/tests/
H A Dcommit_001.phpt2 Test OCI_NO_AUTO_COMMIT constant
/PHP-5.5/ext/curl/tests/
H A Dbug48203_multi.phpt58 checkForClosedFilePointer(constant($option), $option);
/PHP-5.5/ext/standard/tests/math/
H A Dmt_rand_basic.phpt11 // By default RAND_MAX is 32768 although no constant is defined for it for user space apps
H A Drand_basic.phpt11 // By default RAND_MAX is 32768 although no constant is defined for it for user space apps
/PHP-5.5/
H A DUPGRADING27 - All internal case insensitivity handling for class, function and constant
47 - Support constant array/string dereferencing. (Laruence)
60 string constant. (http://php.net/oop5.basic,
165 taken. Passing a constant is still allowed, and still keeps the time
409 - Added MYSQLI_SERVER_PUBLIC_KEY constant to be used with mysqli_options()
/PHP-5.5/ext/standard/
H A Dbasic_functions.h46 PHP_FUNCTION(constant);
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_error.phpt81 Notice: Use of undefined constant undefined_constant - assumed 'undefined_constant' in %s on line %d
/PHP-5.5/Zend/tests/constants/
H A Ddir-constant-nested_includes.phpt2 __DIR__ constant test with nested includes
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_named_placeholder.phpt29 // The ':placeholder' is a string constant in the INSERT statement.

Completed in 78 milliseconds

123456789