Home
last modified time | relevance | path

Searched defs:op2 (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_vm_gen.php288 function helper_name($name, $spec, $op1, $op2) {
307 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name) {
496 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno) {
531 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno) {
H A Dzend_ini_parser.y52 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 Dzend_operators.c1252 ZEND_API int add_char_to_string(zval *result, const zval *op1, const zval *op2) /* {{{ */ in add_char_to_string()
1275 ZEND_API int add_string_to_string(zval *result, const zval *op1, const zval *op2) /* {{{ */ in add_string_to_string()
1358 ZEND_API int string_compare_function_ex(zval *result, zval *op1, zval *op2, zend_bool case_insensit… in string_compare_function_ex()
H A Dzend_compile.c4451 zval *op1, *op2; in do_bind_function() local
4553 zval *op1, *op2; in do_bind_class() local
4593 zval *op1, *op2; in do_bind_inherited_class() local
H A Dzend_compile.h112 znode_op op2; member
/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h47 # 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.5/ext/mbstring/oniguruma/
H A Dregsyntax.c245 onig_set_syntax_op2(OnigSyntaxType* syntax, unsigned int op2) in onig_set_syntax_op2()
H A Donigposix.h118 unsigned int op2; member
H A Doniguruma.h401 unsigned int op2; member
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c744 …(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.5/ext/standard/
H A Dstring.c5047 PHPAPI int string_natural_compare_function_ex(zval *result, zval *op1, zval *op2, zend_bool case_in…
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c11962 u8 op2; /* TK_REGISTER: original value of Expr.op member

Completed in 496 milliseconds