Home
last modified time | relevance | path

Searched refs:op2_type (Results 26 – 31 of 31) sorted by relevance

12

/PHP-7.4/Zend/
H A Dzend_vm_gen.php200 $op2_type = array( variable
764 global $op1_type, $op2_type, $op1_get_zval_ptr, $op2_get_zval_ptr,
784 "/OP2_TYPE/" => $op2_type[$op2],
H A Dzend_vm_execute.h2057 if (opline->op2_type != IS_UNUSED) { in ZEND_SEND_ARRAY_SPEC_HANDLER()
2293 if (opline->op2_type == IS_CONST) { in ZEND_UNSET_STATIC_PROP_SPEC_HANDLER()
61202 if (op->op1_type < op->op2_type) {
61220 if (op->op1_type < op->op2_type) {
61228 if (op->op1_type < op->op2_type) {
61236 if (op->op1_type < op->op2_type) {
61260 if (op->op1_type < op->op2_type) {
61281 if (op->op1_type < op->op2_type) {
61297 if (op->op1_type < op->op2_type) {
61419 if (op->op1_type < op->op2_type) {
[all …]
H A Dzend_generators.c239 if (retval_op->op2_type & (IS_TMP_VAR | IS_VAR)) { in zend_generator_dtor_storage()
H A Dzend_inheritance.c632 if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) { in zend_get_function_declaration()
H A Dzend_vm_def.h7486 && (EX(func)->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)].op2_type & (IS_TMP_VAR | IS_VAR))) { in ZEND_VM_HELPER()
7955 && (EX(func)->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)].op2_type & (IS_TMP_VAR | IS_VAR))) {
9359 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_FE_FETCH_R, op->op2_type == IS_CV && (op1_info & (MAY_BE_UNDEF|M…
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c629 if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) { in _parameter_string()
1415 if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) { in _reflection_param_get_default_precv()
2731 if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) { in ZEND_METHOD()

Completed in 220 milliseconds

12