inc              1354 Zend/zend_execute.c static zend_never_inline void zend_post_incdec_overloaded_property(zval *object, zval *property, void **cache_slot, int inc, zval *result)
inc              1384 Zend/zend_execute.c 		if (inc) {
inc              1399 Zend/zend_execute.c static zend_never_inline void zend_pre_incdec_overloaded_property(zval *object, zval *property, void **cache_slot, int inc, zval *result)
inc              1425 Zend/zend_execute.c 		if (inc) {
inc              1546 Zend/zend_strtod.c htinit(unsigned char *h, unsigned char *s, int inc)
inc              1550 Zend/zend_strtod.c 		h[j] = i + inc;
inc              1115 Zend/zend_vm_def.h ZEND_VM_HELPER_EX(zend_pre_incdec_property_helper, VAR|UNUSED|CV, CONST|TMPVAR|CV, int inc)
inc              1158 Zend/zend_vm_def.h 				if (inc) {
inc              1167 Zend/zend_vm_def.h 				if (inc) {
inc              1177 Zend/zend_vm_def.h 			zend_pre_incdec_overloaded_property(object, property, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
inc              1188 Zend/zend_vm_def.h 	ZEND_VM_DISPATCH_TO_HELPER_EX(zend_pre_incdec_property_helper, inc, 1);
inc              1193 Zend/zend_vm_def.h 	ZEND_VM_DISPATCH_TO_HELPER_EX(zend_pre_incdec_property_helper, inc, 0);
inc              1196 Zend/zend_vm_def.h ZEND_VM_HELPER_EX(zend_post_incdec_property_helper, VAR|UNUSED|CV, CONST|TMPVAR|CV, int inc)
inc              1238 Zend/zend_vm_def.h 				if (inc) {
inc              1247 Zend/zend_vm_def.h 				if (inc) {
inc              1254 Zend/zend_vm_def.h 			zend_post_incdec_overloaded_property(object, property, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
inc              1265 Zend/zend_vm_def.h 	ZEND_VM_DISPATCH_TO_HELPER_EX(zend_post_incdec_property_helper, inc, 1);
inc              1270 Zend/zend_vm_def.h 	ZEND_VM_DISPATCH_TO_HELPER_EX(zend_post_incdec_property_helper, inc, 0);
inc              16893 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_pre_incdec_property_helper_SPEC_VAR_CONST(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              16936 Zend/zend_vm_execute.h 				if (inc) {
inc              16945 Zend/zend_vm_execute.h 				if (inc) {
inc              16955 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
inc              16973 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_post_incdec_property_helper_SPEC_VAR_CONST(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              17015 Zend/zend_vm_execute.h 				if (inc) {
inc              17024 Zend/zend_vm_execute.h 				if (inc) {
inc              17031 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
inc              20097 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_pre_incdec_property_helper_SPEC_VAR_CV(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              20140 Zend/zend_vm_execute.h 				if (inc) {
inc              20149 Zend/zend_vm_execute.h 				if (inc) {
inc              20159 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
inc              20177 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_post_incdec_property_helper_SPEC_VAR_CV(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              20219 Zend/zend_vm_execute.h 				if (inc) {
inc              20228 Zend/zend_vm_execute.h 				if (inc) {
inc              20235 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
inc              21758 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_pre_incdec_property_helper_SPEC_VAR_TMPVAR(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              21801 Zend/zend_vm_execute.h 				if (inc) {
inc              21810 Zend/zend_vm_execute.h 				if (inc) {
inc              21820 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
inc              21839 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_post_incdec_property_helper_SPEC_VAR_TMPVAR(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              21881 Zend/zend_vm_execute.h 				if (inc) {
inc              21890 Zend/zend_vm_execute.h 				if (inc) {
inc              21897 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
inc              23267 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_pre_incdec_property_helper_SPEC_UNUSED_CONST(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              23310 Zend/zend_vm_execute.h 				if (inc) {
inc              23319 Zend/zend_vm_execute.h 				if (inc) {
inc              23329 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
inc              23347 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_post_incdec_property_helper_SPEC_UNUSED_CONST(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              23389 Zend/zend_vm_execute.h 				if (inc) {
inc              23398 Zend/zend_vm_execute.h 				if (inc) {
inc              23405 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
inc              25682 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_pre_incdec_property_helper_SPEC_UNUSED_CV(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              25725 Zend/zend_vm_execute.h 				if (inc) {
inc              25734 Zend/zend_vm_execute.h 				if (inc) {
inc              25744 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
inc              25762 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_post_incdec_property_helper_SPEC_UNUSED_CV(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              25804 Zend/zend_vm_execute.h 				if (inc) {
inc              25813 Zend/zend_vm_execute.h 				if (inc) {
inc              25820 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
inc              27170 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_pre_incdec_property_helper_SPEC_UNUSED_TMPVAR(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              27213 Zend/zend_vm_execute.h 				if (inc) {
inc              27222 Zend/zend_vm_execute.h 				if (inc) {
inc              27232 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
inc              27251 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_post_incdec_property_helper_SPEC_UNUSED_TMPVAR(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              27293 Zend/zend_vm_execute.h 				if (inc) {
inc              27302 Zend/zend_vm_execute.h 				if (inc) {
inc              27309 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
inc              30898 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_pre_incdec_property_helper_SPEC_CV_CONST(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              30941 Zend/zend_vm_execute.h 				if (inc) {
inc              30950 Zend/zend_vm_execute.h 				if (inc) {
inc              30960 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
inc              30978 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_post_incdec_property_helper_SPEC_CV_CONST(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              31020 Zend/zend_vm_execute.h 				if (inc) {
inc              31029 Zend/zend_vm_execute.h 				if (inc) {
inc              31036 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
inc              36153 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_pre_incdec_property_helper_SPEC_CV_CV(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              36196 Zend/zend_vm_execute.h 				if (inc) {
inc              36205 Zend/zend_vm_execute.h 				if (inc) {
inc              36215 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
inc              36233 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_post_incdec_property_helper_SPEC_CV_CV(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              36275 Zend/zend_vm_execute.h 				if (inc) {
inc              36284 Zend/zend_vm_execute.h 				if (inc) {
inc              36291 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
inc              38815 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_pre_incdec_property_helper_SPEC_CV_TMPVAR(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              38858 Zend/zend_vm_execute.h 				if (inc) {
inc              38867 Zend/zend_vm_execute.h 				if (inc) {
inc              38877 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
inc              38896 Zend/zend_vm_execute.h static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_post_incdec_property_helper_SPEC_CV_TMPVAR(int inc ZEND_OPCODE_HANDLER_ARGS_DC)
inc              38938 Zend/zend_vm_execute.h 				if (inc) {
inc              38947 Zend/zend_vm_execute.h 				if (inc) {
inc              38954 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
inc              1290 ext/gd/libgd/gd.c 	long x, y, inc;
inc              1362 ext/gd/libgd/gd.c 		inc = (dy * 65536) / dx;
inc              1369 ext/gd/libgd/gd.c 			y += inc;
inc              1384 ext/gd/libgd/gd.c 		inc = (dx * 65536) / dy;
inc              1390 ext/gd/libgd/gd.c 			x += inc;
inc              1420 ext/interbase/interbase.c 	zend_long inc = 1;
inc              1429 ext/interbase/interbase.c 			&inc, &link)) {
inc              1440 ext/interbase/interbase.c 	snprintf(query, sizeof(query), "SELECT GEN_ID(%s,%ld) FROM rdb$database", generator, inc);
inc               355 ext/mbstring/oniguruma/regint.h #define BBUF_SIZE_INC(buf,inc) do{\
inc               356 ext/mbstring/oniguruma/regint.h   (buf)->alloc += (inc);\
inc              1250 sapi/fpm/fpm/fpm_conf.c static void fpm_conf_ini_parser_include(char *inc, void *arg) /* {{{ */
inc              1259 sapi/fpm/fpm/fpm_conf.c 	if (!inc || !arg) return;
inc              1266 sapi/fpm/fpm/fpm_conf.c 		if ((i = glob(inc, GLOB_ERR | GLOB_MARK, NULL, &g)) != 0) {
inc              1269 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_WARNING, "Nothing matches the include pattern '%s' from %s at line %d.", inc, filename, ini_lineno);
inc              1274 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "Unable to globalize '%s' (ret=%d) from %s at line %d.", inc, i, filename, ini_lineno);
inc              1294 sapi/fpm/fpm/fpm_conf.c 	if (0 > fpm_conf_load_ini_file(inc)) {
inc              1295 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "Unable to include %s from %s at line %d", inc, filename, ini_lineno);