/PHP-5.6/Zend/ |
H A D | zend_vm_gen.php | 300 function helper_name($name, $spec, $op1, $op2) { 319 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name) { 523 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno) { 558 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno) {
|
H A D | zend_ast.c | 55 ZEND_API zend_ast* zend_ast_create_ternary(uint kind, zend_ast *op0, zend_ast *op1, zend_ast *op2) in zend_ast_create_ternary() 107 zval op1, op2; in zend_ast_evaluate() local
|
H A D | zend_ini_parser.y | 52 static void zend_ini_do_op(char type, zval *result, zval *op1, zval *op2) in zend_ini_do_op() 109 static void zend_ini_add_string(zval *result, zval *op1, zval *op2) in zend_ini_add_string()
|
H A D | zend_operators.c | 1397 ZEND_API int add_char_to_string(zval *result, const zval *op1, const zval *op2) /* {{{ */ in add_char_to_string() 1416 ZEND_API int add_string_to_string(zval *result, const zval *op1, const zval *op2) /* {{{ */ in add_string_to_string() 1500 ZEND_API int string_compare_function_ex(zval *result, zval *op1, zval *op2, zend_bool case_insensit… in string_compare_function_ex() 2051 zval *op2; in increment_function() local 2111 zval *op2; in decrement_function() local
|
H A D | zend_compile.c | 4594 zval *op1, *op2; in do_bind_function() local 4696 zval *op1, *op2; in do_bind_class() local 4736 zval *op1, *op2; in do_bind_inherited_class() local
|
H A D | zend_compile.h | 114 znode_op op2; member
|
/PHP-5.6/ext/opcache/Optimizer/ |
H A D | zend_optimizer_internal.h | 47 # define SAME_VAR(op1, op2) ((((op1 ## _type & IS_VAR) && (op2 ## _type & IS_VAR)) || (op1 ## _type… argument 52 # define SAME_VAR(op1, op2) (((op1.op_type == IS_VAR && op2.op_type == IS_VAR) || (op1.op_type == … argument
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regsyntax.c | 245 onig_set_syntax_op2(OnigSyntaxType* syntax, unsigned int op2) in onig_set_syntax_op2()
|
H A D | onigposix.h | 118 unsigned int op2; member
|
H A D | oniguruma.h | 401 unsigned int op2; member
|
/PHP-5.6/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeTILEGX_64.c | 744 …(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int op3, int lin… in push_4_buffer() 764 …3_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int line) in push_3_buffer()
|
/PHP-5.6/ext/standard/ |
H A D | string.c | 5057 PHPAPI int string_natural_compare_function_ex(zval *result, zval *op1, zval *op2, zend_bool case_in…
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 11962 u8 op2; /* TK_REGISTER: original value of Expr.op member
|