Home
last modified time | relevance | path

Searched refs:lval (Results 51 – 56 of 56) sorted by relevance

123

/php-src/Zend/
H A Dzend_types.h316 zend_long lval; /* long value */ member
961 #define Z_LVAL(zval) (zval).value.lval
H A Dzend_ast.c85 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_zval_from_long(zend_long lval) { in zend_ast_create_zval_from_long() argument
87 ZVAL_LONG(&zv, lval); in zend_ast_create_zval_from_long()
H A Dzend_compile.c9145 zend_long lval = zend_dval_to_lval(Z_DVAL_P(key)); in zend_try_ct_eval_array() local
9147 if (!zend_is_long_compatible(Z_DVAL_P(key), lval)) { in zend_try_ct_eval_array()
9152 zend_hash_index_update(Z_ARRVAL_P(result), lval, value); in zend_try_ct_eval_array()
/php-src/ext/standard/
H A Dstring.c969 zend_long lval; in php_implode() member
992 ptr->lval = 0; in php_implode()
999 ptr->lval = val; in php_implode()
1011 ptr->lval = 1; in php_implode()
1028 if (ptr->lval) { in php_implode()
1034 cptr = zend_print_long_to_buf(cptr, ptr->lval); in php_implode()
/php-src/ext/soap/
H A Dsoap.c2015 zend_long lval = zval_get_long(tmp); local
2016 if (lval > 0) {
2017 ZVAL_LONG(Z_CLIENT_CONNECTION_TIMEOUT_P(this_ptr), lval);
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1459 static void jit_set_Z_LVAL(zend_jit_ctx *jit, zend_jit_addr addr, ir_ref lval) in jit_set_Z_LVAL() argument
1462 zend_jit_def_reg(jit, addr, lval); in jit_set_Z_LVAL()
1464 ir_STORE(jit_ZVAL_ADDR(jit, addr), lval); in jit_set_Z_LVAL()
1478 static void jit_set_Z_W2(zend_jit_ctx *jit, zend_jit_addr addr, ir_ref lval) in jit_set_Z_W2() argument
1480 ir_STORE(ir_ADD_OFFSET(jit_ZVAL_ADDR(jit, addr), offsetof(zval, value.ww.w2)), lval); in jit_set_Z_W2()

Completed in 122 milliseconds

123