skip             2307 Zend/zend_builtin_functions.c 	zend_execute_data *call, *ptr, *skip;
skip             2340 Zend/zend_builtin_functions.c 		skip = ptr;
skip             2342 Zend/zend_builtin_functions.c 		if ((!skip->func || !ZEND_USER_CODE(skip->func->common.type)) &&
skip             2343 Zend/zend_builtin_functions.c 		    skip->prev_execute_data &&
skip             2344 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->func &&
skip             2345 Zend/zend_builtin_functions.c 		    ZEND_USER_CODE(skip->prev_execute_data->func->common.type) &&
skip             2346 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline->opcode != ZEND_DO_FCALL &&
skip             2347 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline->opcode != ZEND_DO_ICALL &&
skip             2348 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline->opcode != ZEND_DO_UCALL &&
skip             2349 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline->opcode != ZEND_DO_FCALL_BY_NAME &&
skip             2350 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline->opcode != ZEND_INCLUDE_OR_EVAL) {
skip             2351 Zend/zend_builtin_functions.c 			skip = skip->prev_execute_data;
skip             2354 Zend/zend_builtin_functions.c 		if (skip->func && ZEND_USER_CODE(skip->func->common.type)) {
skip             2355 Zend/zend_builtin_functions.c 			filename = ZSTR_VAL(skip->func->op_array.filename);
skip             2356 Zend/zend_builtin_functions.c 			if (skip->opline->opcode == ZEND_HANDLE_EXCEPTION) {
skip             2360 Zend/zend_builtin_functions.c 					lineno = skip->func->op_array.line_end;
skip             2363 Zend/zend_builtin_functions.c 				lineno = skip->opline->lineno;
skip             2460 Zend/zend_builtin_functions.c 			zend_execute_data *prev_call = skip;
skip             2461 Zend/zend_builtin_functions.c 			zend_execute_data *prev = skip->prev_execute_data;
skip             2482 Zend/zend_builtin_functions.c 		call = skip;
skip             2483 Zend/zend_builtin_functions.c 		ptr = skip->prev_execute_data;
skip             2492 Zend/zend_builtin_functions.c 	zend_execute_data *ptr, *skip, *call = NULL;
skip             2536 Zend/zend_builtin_functions.c 		skip = ptr;
skip             2538 Zend/zend_builtin_functions.c 		if ((!skip->func || !ZEND_USER_CODE(skip->func->common.type)) &&
skip             2539 Zend/zend_builtin_functions.c 		    skip->prev_execute_data &&
skip             2540 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->func &&
skip             2541 Zend/zend_builtin_functions.c 		    ZEND_USER_CODE(skip->prev_execute_data->func->common.type) &&
skip             2542 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline->opcode != ZEND_DO_FCALL &&
skip             2543 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline->opcode != ZEND_DO_ICALL &&
skip             2544 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline->opcode != ZEND_DO_UCALL &&
skip             2545 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline->opcode != ZEND_DO_FCALL_BY_NAME &&
skip             2546 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline->opcode != ZEND_INCLUDE_OR_EVAL) {
skip             2547 Zend/zend_builtin_functions.c 			skip = skip->prev_execute_data;
skip             2550 Zend/zend_builtin_functions.c 		if (skip->func && ZEND_USER_CODE(skip->func->common.type)) {
skip             2551 Zend/zend_builtin_functions.c 			filename = skip->func->op_array.filename;
skip             2552 Zend/zend_builtin_functions.c 			if (skip->opline->opcode == ZEND_HANDLE_EXCEPTION) {
skip             2556 Zend/zend_builtin_functions.c 					lineno = skip->func->op_array.line_end;
skip             2559 Zend/zend_builtin_functions.c 				lineno = skip->opline->lineno;
skip             2568 Zend/zend_builtin_functions.c 			zend_execute_data *prev_call = skip;
skip             2569 Zend/zend_builtin_functions.c 			zend_execute_data *prev = skip->prev_execute_data;
skip             2689 Zend/zend_builtin_functions.c 		call = skip;
skip             2690 Zend/zend_builtin_functions.c 		ptr = skip->prev_execute_data;
skip             2630 Zend/zend_execute.c #define ZEND_VM_NEXT_OPCODE_EX(check_exception, skip) \
skip             2633 Zend/zend_execute.c 		OPLINE = EX(opline) + (skip); \
skip             2635 Zend/zend_execute.c 		OPLINE = opline + (skip); \
skip               81 ext/dba/dba.c  	ZEND_ARG_INFO(0, skip)
skip              260 ext/dba/dba.c  	zend_long skip = 0;  											\
skip              268 ext/dba/dba.c  		if (zend_parse_parameters(ac, "zlr", &key, &skip, &id) == FAILURE) { \
skip             1026 ext/dba/dba.c  			if (skip < 0) {
skip             1028 ext/dba/dba.c  				skip = 0;
skip             1037 ext/dba/dba.c  			if (skip < -1) {
skip             1039 ext/dba/dba.c  				skip = 0;
skip             1043 ext/dba/dba.c  			skip = 0;
skip             1046 ext/dba/dba.c  		skip = 0;
skip             1048 ext/dba/dba.c  	if((val = info->hnd->fetch(info, key_str, key_len, skip, &len)) != NULL) {
skip              160 ext/dba/dba_cdb.c 		while(skip--) {
skip               74 ext/dba/dba_inifile.c 	ini_val = inifile_fetch(dba, &ini_key, skip);
skip              245 ext/dba/libinifile/inifile.c val_type inifile_fetch(inifile *dba, const key_type *key, int skip) {
skip              250 ext/dba/libinifile/inifile.c 	if (skip == -1 && dba->next.key.group && dba->next.key.name && !inifile_key_cmp(&dba->next.key, key)) {
skip              259 ext/dba/libinifile/inifile.c 	if (skip == -1) {
skip              260 ext/dba/libinifile/inifile.c 		skip = 0;
skip              264 ext/dba/libinifile/inifile.c 			if (!skip) {
skip              272 ext/dba/libinifile/inifile.c 			skip--;
skip               48 ext/dba/libinifile/inifile.h val_type inifile_fetch(inifile *dba, const key_type *key, int skip);
skip              101 ext/dba/php_dba.h 	char *dba_fetch_##x(dba_info *info, char *key, int keylen, int skip, int *newlen)
skip             1929 ext/gd/libgd/gd.c 			goto skip;
skip             1947 ext/gd/libgd/gd.c skip:			for (x++; x<=x2 && (gdImageGetPixel(im, x, y)!=oc); x++);
skip             1999 ext/gd/libgd/gd.c 			goto skip;
skip             2019 ext/gd/libgd/gd.c skip:		for(x++; x<=x2 && (pts[y][x] || gdImageGetPixel(im,x, y)!=oc); x++);
skip             3903 ext/mbstring/oniguruma/regcomp.c 	    UChar skip[], int** int_skip)
skip             3909 ext/mbstring/oniguruma/regcomp.c     for (i = 0; i < ONIG_CHAR_TABLE_SIZE; i++) skip[i] = len;
skip             3912 ext/mbstring/oniguruma/regcomp.c       skip[s[i]] = len - 1 - i;
skip             2881 ext/mbstring/oniguruma/regexec.c   int skip, tlen1;
skip             2904 ext/mbstring/oniguruma/regexec.c       skip = reg->map[*se];
skip             2908 ext/mbstring/oniguruma/regexec.c       } while ((s - t) < skip && s < end);
skip             2919 ext/mbstring/oniguruma/regexec.c       skip = reg->int_map[*se];
skip             2923 ext/mbstring/oniguruma/regexec.c       } while ((s - t) < skip && s < end);
skip             2970 ext/mbstring/oniguruma/regexec.c 		     int** skip)
skip             2975 ext/mbstring/oniguruma/regexec.c   if (IS_NULL(*skip)) {
skip             2976 ext/mbstring/oniguruma/regexec.c     *skip = (int* )xmalloc(sizeof(int) * ONIG_CHAR_TABLE_SIZE);
skip             2977 ext/mbstring/oniguruma/regexec.c     if (IS_NULL(*skip)) return ONIGERR_MEMORY;
skip             2982 ext/mbstring/oniguruma/regexec.c     (*skip)[i] = len;
skip             2985 ext/mbstring/oniguruma/regexec.c     (*skip)[s[i]] = i;
skip             3240 ext/mbstring/oniguruma/regexec.c 				    int** skip));
skip              822 ext/mbstring/ucgendat/ucgendat.c     ac_uint4 i, lineno, skip, code, ccl_code;
skip              826 ext/mbstring/ucgendat/ucgendat.c     lineno = skip = 0;
skip              840 ext/mbstring/ucgendat/ucgendat.c         if (skip) {
skip              841 ext/mbstring/ucgendat/ucgendat.c             skip--;
skip              875 ext/mbstring/ucgendat/ucgendat.c 	    skip = 1;
skip              888 ext/mbstring/ucgendat/ucgendat.c             skip = 1;
skip              901 ext/mbstring/ucgendat/ucgendat.c             skip = 1;
skip              909 ext/mbstring/ucgendat/ucgendat.c             skip = 5;
skip              916 ext/mbstring/ucgendat/ucgendat.c             skip = 1;
skip              929 ext/mbstring/ucgendat/ucgendat.c             skip = 1;
skip              937 ext/mbstring/ucgendat/ucgendat.c 	    skip = 1;
skip              942 ext/mbstring/ucgendat/ucgendat.c 	    skip = 1;
skip              948 ext/mbstring/ucgendat/ucgendat.c 	    skip = 1;
skip              952 ext/mbstring/ucgendat/ucgendat.c         if (skip)
skip              348 ext/oci8/oci8.c 	ZEND_ARG_INFO(0, skip)
skip             1417 ext/oci8/oci8_interface.c 	zend_long rows = 0, flags = 0, skip = 0, maxrows = -1;
skip             1419 ext/oci8/oci8_interface.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rz/|lll", &z_statement, &array, &skip, &maxrows, &flags) == FAILURE) {
skip             1428 ext/oci8/oci8_interface.c 	while (skip--) {
skip             7000 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *skip;
skip             7114 ext/pcre/pcrelib/pcre_jit_compile.c       skip = JUMP(SLJIT_JUMP);
skip             7128 ext/pcre/pcrelib/pcre_jit_compile.c       JUMPHERE(skip);
skip             1835 ext/pdo/pdo_stmt.c int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip)
skip             1838 ext/pdo/pdo_stmt.c 	int flags = 0, argc = ZEND_NUM_ARGS() - skip;
skip             1867 ext/pdo/pdo_stmt.c 		if (Z_TYPE(args[skip]) != IS_LONG) {
skip             1871 ext/pdo/pdo_stmt.c 			mode = Z_LVAL(args[skip]);
skip             1905 ext/pdo/pdo_stmt.c 			} else	if (Z_TYPE(args[skip+1]) != IS_LONG) {
skip             1908 ext/pdo/pdo_stmt.c 				stmt->fetch.column = Z_LVAL(args[skip+1]);
skip             1927 ext/pdo/pdo_stmt.c 				} else if (Z_TYPE(args[skip+1]) != IS_STRING) {
skip             1930 ext/pdo/pdo_stmt.c 					cep = zend_lookup_class(Z_STR(args[skip+1]));
skip             1946 ext/pdo/pdo_stmt.c 					if (Z_TYPE(args[skip+2]) != IS_NULL && Z_TYPE(args[skip+2]) != IS_ARRAY) {
skip             1949 ext/pdo/pdo_stmt.c 					} else if (Z_TYPE(args[skip+2]) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL(args[skip+2]))) {
skip             1950 ext/pdo/pdo_stmt.c 						ZVAL_DUP(&stmt->fetch.cls.ctor_args, &args[skip+2]);
skip             1964 ext/pdo/pdo_stmt.c 			} else if (Z_TYPE(args[skip+1]) != IS_OBJECT) {
skip             1976 ext/pdo/pdo_stmt.c 				ZVAL_COPY(&stmt->fetch.into, &args[skip+1]);
skip             1065 ext/session/session.c 				goto skip;
skip             1082 ext/session/session.c skip:
skip              555 ext/spl/php_spl.c 			goto skip;
skip              603 ext/spl/php_spl.c skip:
skip             1598 sapi/litespeed/lsapilib.c     int skip = 0;
skip             1618 sapi/litespeed/lsapilib.c     if ( (len - skip) < pReq->m_pRespBufEnd - pReq->m_pRespBufPos )
skip             1620 sapi/litespeed/lsapilib.c         memmove( pReq->m_pRespBufPos, pBuf + skip, len - skip );
skip             1621 sapi/litespeed/lsapilib.c         pReq->m_pRespBufPos += len - skip;
skip             1627 sapi/litespeed/lsapilib.c     p       = pBuf + skip;