Home
last modified time | relevance | path

Searched refs:op1 (Results 26 – 32 of 32) sorted by relevance

12

/PHP-5.5/Zend/
H A Dzend_generators.c63 temp_variable *var = EX_TMP_VAR(execute_data, brk_opline->op1.var); in zend_generator_cleanup_unfinished_execution()
69 temp_variable *var = EX_TMP_VAR(execute_data, brk_opline->op1.var); in zend_generator_cleanup_unfinished_execution()
H A Dzend_execute_API.c1260 …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()
1284 opline->op1.jmp_addr = &CG(active_op_array)->opcodes[opline->op1.opline_num]; in execute_new_code()
H A Dzend_execute.c1427 zval_ptr_dtor(&EX_T(brk_opline->op1.var).var.ptr); in zend_brk_cont()
1432 zendi_zval_dtor(EX_T(brk_opline->op1.var).tmp_var); in zend_brk_cont()
/PHP-5.5/ext/standard/
H A Dstring.c5047 PHPAPI int string_natural_compare_function_ex(zval *result, zval *op1, zval *op2, zend_bool case_in… argument
5052 if (Z_TYPE_P(op1) != IS_STRING) {
5053 zend_make_printable_zval(op1, &op1_copy, &use_copy1);
5060 op1 = &op1_copy;
5066 …ZVAL_LONG(result, strnatcmp_ex(Z_STRVAL_P(op1), Z_STRLEN_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op2),…
5069 zval_dtor(op1);
5078 PHPAPI int string_natural_case_compare_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{… argument
5080 return string_natural_compare_function_ex(result, op1, op2, 1 TSRMLS_CC);
5084 PHPAPI int string_natural_compare_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{{ */ argument
5086 return string_natural_compare_function_ex(result, op1, op2, 0 TSRMLS_CC);
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c300 …(zend_hash_find(EG(class_table), Z_STRVAL(EX(opline)->op1.u.constant), Z_STRLEN(EX(opline)->op1.u.… in ZEND_INI_END()
H A DZendAccelerator.c1822 if (opline->op1.op_type == IS_CONST) {
1823 filename_len = Z_STRLEN(opline->op1.u.constant);
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c685 && op->op1.num == (long)offset) in _get_recv_op()

Completed in 59 milliseconds

12