Searched defs:op2 (Results 1 – 11 of 11) sorted by relevance
/PHP-5.4/Zend/ |
H A D | zend_vm_gen.php | 288 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 D | zend_ini_parser.y | 48 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 D | zend_operators.c | 1197 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 D | zend_compile.c | 4239 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 D | zend_compile.h | 109 znode_op op2; member
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regsyntax.c | 166 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 | 486 unsigned int op2; member
|
/PHP-5.4/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeTILEGX_64.c | 745 …(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 D | string.c | 5067 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 D | sqlite3.c | 11962 u8 op2; /* TK_REGISTER: original value of Expr.op member
|
Completed in 299 milliseconds