Home
last modified time | relevance | path

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

/PHP-5.4/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) {
481 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno) {
516 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno) {
H A Dzend_ini_parser.y48 static void zend_ini_do_op(char type, zval *result, zval *op1, zval *op2) in zend_ini_do_op()
102 static void zend_ini_add_string(zval *result, zval *op1, zval *op2) in zend_ini_add_string()
H A Dzend_operators.c1197 ZEND_API int add_char_to_string(zval *result, const zval *op1, const zval *op2) /* {{{ */ in add_char_to_string()
1216 ZEND_API int add_string_to_string(zval *result, const zval *op1, const zval *op2) /* {{{ */ in add_string_to_string()
1296 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.c4239 zval *op1, *op2; in do_bind_function() local
4345 zval *op1, *op2; in do_bind_class() local
4385 zval *op1, *op2; in do_bind_inherited_class() local
H A Dzend_compile.h109 znode_op op2; member
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregsyntax.c166 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.h486 unsigned int op2; member
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c745 …(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int op3, int lin… in push_4_buffer()
765 …3_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int line) in push_3_buffer()
/PHP-5.4/ext/standard/
H A Dstring.c5067 PHPAPI int string_natural_compare_function_ex(zval *result, zval *op1, zval *op2, zend_bool case_in…
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c11962 u8 op2; /* TK_REGISTER: original value of Expr.op member

Completed in 337 milliseconds