Searched refs:add_opcode (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 201 add_opcode(regex_t* reg, int opcode) in add_opcode() function 275 r = add_opcode(reg, opcode); in add_opcode_rel_addr() 300 r = add_opcode(reg, opcode); in add_opcode_option() 396 r = add_opcode(reg, OP_CALL); in compile_call() 440 add_opcode(reg, op); in add_compile_string() 621 add_opcode(reg, OP_CCLASS); in compile_cclass_node() 842 r = add_opcode(reg, (CKN_ON ? in compile_quantifier_node() 847 r = add_opcode(reg, (CKN_ON ? in compile_quantifier_node() 1189 r = add_opcode(reg, OP_FAIL); in compile_option_node() 1647 r = add_opcode(reg, op); in compile_tree() [all …]
|
Completed in 17 milliseconds