| /PHP_5_4/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 941 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ 1172 ** integer opcode. The third argument is a generic pointer intended to 1254 ** The [SQLITE_FCNTL_LOCKSTATE] opcode is used for debugging. This 1255 ** opcode causes the xFileControl method to write the current state of 1262 ** The [SQLITE_FCNTL_SIZE_HINT] opcode is used by SQLite to give the VFS 1269 ** The [SQLITE_FCNTL_CHUNK_SIZE] opcode is used to request that the VFS 1277 ** The [SQLITE_FCNTL_FILE_POINTER] opcode is used to obtain a pointer 1282 ** ^(The [SQLITE_FCNTL_SYNC_OMITTED] opcode is generated internally by 1287 ** VFSes do not need this signal and should silently ignore this opcode. 1289 ** opcode a 8175 u8 opcode; /* What operation to perform */ member in struct:VdbeOp 8225 u8 opcode; /* What operation to perform */ member in struct:VdbeOpList 57924 int opcode = pOp->opcode; local 57967 u8 opcode = pOp->opcode; local 71462 codeCompare( Parse *pParse, Expr *pLeft, Expr *pRight, int opcode, int in1, int in2, int dest, int jumpIfNull ) argument [all...] |
| /PHP_5_4/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 179 add_opcode(regex_t* reg, int opcode) argument 181 BBUF_ADD1(reg, opcode); 249 add_opcode_rel_addr(regex_t* reg, int opcode, int addr) argument 253 r = add_opcode(reg, opcode); 274 add_opcode_option(regex_t* reg, int opcode, OnigOptionType option) argument 278 r = add_opcode(reg, opcode); 5563 op2name(int opcode) argument 5567 for (i = 0; OnigOpInfo[i].opcode >= 0; i++) { 5568 if (opcode == OnigOpInfo[i].opcode) 5575 op2arg_type(int opcode) argument [all...] |
| H A D | regexec.c | 1291 #define STAT_OP_IN(opcode) do {\ 1292 if (opcode == OpPrevTarget) OpPrevCounter[OpCurr]++;\ 1293 OpCurr = opcode;\ 1294 OpCounter[opcode]++;\ 1333 for (i = 0; OnigOpInfo[i].opcode >= 0; i++) { 1349 #define STAT_OP_IN(opcode)
|
| H A D | regint.h | 641 OP_LOOK_BEHIND, /* (?<=...) start (no needs end opcode) */ 805 short int opcode; member in struct:__anon235
|
| /PHP_5_4/Zend/ |
| H A D | zend_execute.h | 412 #define ZEND_USER_OPCODE_CONTINUE 0 /* execute next opcode */ 414 #define ZEND_USER_OPCODE_DISPATCH 2 /* call original opcode handler */ 418 #define ZEND_USER_OPCODE_DISPATCH_TO 0x100 /* call original handler of returned opcode */ 420 ZEND_API int zend_set_user_opcode_handler(zend_uchar opcode, user_opcode_handler_t handler); 421 ZEND_API user_opcode_handler_t zend_get_user_opcode_handler(zend_uchar opcode);
|
| H A D | zend_vm.h | 25 ZEND_API void zend_vm_set_opcode_handler(zend_op* opcode);
|
| H A D | zend.c | 487 EG(exception_op)[0].opcode = ZEND_HANDLE_EXCEPTION; 492 EG(exception_op)[1].opcode = ZEND_HANDLE_EXCEPTION; 497 EG(exception_op)[2].opcode = ZEND_HANDLE_EXCEPTION; 1244 EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL &&
|
| H A D | zend_builtin_functions.c | 2107 skip->prev_execute_data->opline->opcode != ZEND_DO_FCALL && 2108 skip->prev_execute_data->opline->opcode != ZEND_DO_FCALL_BY_NAME && 2109 skip->prev_execute_data->opline->opcode != ZEND_INCLUDE_OR_EVAL) { 2152 if ((! ptr->opline) || ((ptr->opline->opcode == ZEND_DO_FCALL_BY_NAME) || (ptr->opline->opcode == ZEND_DO_FCALL))) { 2161 if (!ptr->opline || ptr->opline->opcode != ZEND_INCLUDE_OR_EVAL) { 2253 if (ptr && (skip_last == 0) && ptr->opline && (ptr->opline->opcode == ZEND_NEW)) { 2274 skip->prev_execute_data->opline->opcode != ZEND_DO_FCALL && 2275 skip->prev_execute_data->opline->opcode != ZEND_DO_FCALL_BY_NAME && 2276 skip->prev_execute_data->opline->opcode ! [all...] |
| H A D | zend_compile.c | 577 opline->opcode = op; 590 opline->opcode = op; 599 #define MAKE_NOP(opline) { opline->opcode = ZEND_NOP; memset(&opline->result,0,sizeof(opline->result)); memset(&opline->op1,0,sizeof(opline->op1)); memset(&opline->op2,0,sizeof(opline->op2)); opline->result_type=opline->op1_type=opline->op2_type=IS_UNUSED; } 603 data_op->opcode = ZEND_OP_DATA; 617 switch (last_op->opcode) { 619 last_op->opcode = op; 627 last_op->opcode = op; 641 opline->opcode = op; 668 CG(active_op_array)->opcodes[CG(active_op_array)->last-1].opcode != ZEND_BEGIN_SILENCE)) { 684 opline_ptr->opcode [all...] |
| H A D | zend_compile.h | 113 zend_uchar opcode; member in struct:_zend_op 449 ZEND_API unary_op_type get_unary_op(int opcode); 450 ZEND_API binary_op_type get_binary_op(int opcode); 844 /* generate ZEND_DECLARE_INHERITED_CLASS_DELAYED opcode to delay early binding */
|
| H A D | zend_execute_API.c | 71 fprintf(stderr, "SIGSEGV caught on opcode %d on opline %d of %s() at %s:%d\n\n", 72 active_opline->opcode, 409 if(EG(exception) && EG(opline_ptr) && active_opline->opcode == ZEND_HANDLE_EXCEPTION && 1275 ret_opline->opcode = ZEND_RETURN; 1294 switch (opline->opcode) {
|
| H A D | zend_execute.c | 656 static inline void zend_assign_to_object(zval **retval, zval **object_ptr, zval *property_name, int value_type, znode_op *value_op, const temp_variable *Ts, int opcode, const zend_literal *key TSRMLS_DC) argument 722 if (opcode == ZEND_ASSIGN_OBJ) { 1426 switch (brk_opline->opcode) { 1512 ZEND_API int zend_set_user_opcode_handler(zend_uchar opcode, user_opcode_handler_t handler) argument 1514 if (opcode != ZEND_USER_OPCODE) { 1517 zend_user_opcodes[opcode] = opcode; 1519 zend_user_opcodes[opcode] = ZEND_USER_OPCODE; 1521 zend_user_opcode_handlers[opcode] = handler; 1527 ZEND_API user_opcode_handler_t zend_get_user_opcode_handler(zend_uchar opcode) argument [all...] |
| H A D | zend_vm_def.h | 2526 if (UNEXPECTED(opline->opcode == ZEND_INCLUDE_OR_EVAL)) { 3297 switch (brk_opline->opcode) { 5037 switch (brk_opline->opcode) { 5087 ret = zend_user_opcode_handlers[opline->opcode](ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_INTERNAL); 5100 ZEND_VM_DISPATCH(opline->opcode, opline);
|
| H A D | zend_vm_execute.h | 302 static opcode_handler_t zend_vm_get_opcode_handler(zend_uchar opcode, zend_op* op); 326 #define ZEND_VM_DISPATCH(opcode, opline) return zend_vm_get_opcode_handler(opcode, opline)(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU); 490 if (UNEXPECTED(opline->opcode == ZEND_INCLUDE_OR_EVAL)) { 1088 switch (brk_opline->opcode) { 1138 ret = zend_user_opcode_handlers[opline->opcode](ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_INTERNAL); 1151 ZEND_VM_DISPATCH(opline->opcode, opline); 1420 switch (brk_opline->opcode) { 40463 zend_vm_get_opcode_handler(zend_uchar opcode, zend_op* op) argument [all...] |
| H A D | zend_exceptions.c | 120 (EG(current_execute_data)->opline+1)->opcode == ZEND_HANDLE_EXCEPTION) {
|
| H A D | zend_opcode.c | 426 zend_printf("Ran out of opcode space!\n" 458 if (opline->opcode == ZEND_EXT_STMT) { 460 if ((opline+1)->opcode == ZEND_EXT_STMT) { 461 opline->opcode = ZEND_NOP; 469 opline->opcode = ZEND_NOP; 519 switch (opline->opcode) { 553 ZEND_API unary_op_type get_unary_op(int opcode) argument 555 switch (opcode) { 568 ZEND_API binary_op_type get_binary_op(int opcode) argument 570 switch (opcode) { [all...] |
| /PHP_5_4/ext/spl/ |
| H A D | php_spl.c | 358 * The "scope" is determined by an opcode, if it is ZEND_FETCH_CLASS we know function was called indirectly by 361 if (active_opline->opcode != ZEND_FETCH_CLASS) {
|
| /PHP_5_4/ext/pcre/pcrelib/ |
| H A D | pcre_compile.c | 502 "internal error: unknown opcode in find_fixedlength()\0" 1668 Returns: pointer to the first significant opcode 1735 or -4 if an unknown opcode was encountered (internal error) 2064 Returns: pointer to the opcode for the bracket, or NULL if not found 2202 Returns: pointer to the opcode for OP_RECURSE, or NULL if not found 3050 previous pointer to the repeated opcode 3152 /* Now compare the next item with the previous opcode. First, handle cases when 3743 /* Helper variables for OP_XCLASS opcode (for characters > 255). We define 4023 map as usual, then invert it at the end. However, we use a different opcode 4027 opcode i [all...] |
| /PHP_5_4/ext/reflection/ |
| H A D | php_reflection.c | 684 if ((op->opcode == ZEND_RECV || op->opcode == ZEND_RECV_INIT) 725 if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) { 1495 if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) { 2569 if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) {
|
| /PHP_5_4/main/ |
| H A D | main.c | 728 EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL 1140 EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL &&
|